[oe] xtscal fails + other Xorg init problems.

Ulf Samuelsson ulf.samuelsson at atmel.com
Sat Aug 15 09:15:54 UTC 2009


Looks like xtscal in x11-image fails.

$ DISPLAY=":0.0" xtscal
XCALIBRATE extension missing



When I look at /usr/lib/xorg/modules
I find
	libdri.la, but no libdri.so
	libglx.la, but no libglx.so

so they are not loaded.
Should they be there and loaded?


-------------------------------

Have gotten the touchscreen to work,
by

Section "ServerFlags"
	Option "AllowEmptyInput" "off"
EndSection
in xorg.conf

The touchscreen cursor travels in the x direction
when the pen moves in the y-direction,
but I think this is because the Linux config
specifies that the screen should be rotated 90',
which is does not do.
That is probably an fb driver problem,
which can be workaround by clearing the config.

------------------------------

But now the keyboard behaves in a strange manner
I get three chararcters per press.
I first through that the repeat rate was too
high, but the problem remained after
xset -r

I just realized that I get two characters
when I press the key, and the third character
when I release the key.

I think the driver reports key press, and something
else when I press, and key release when I release the button
and each event is interpreted as one character.

Any clues?

----------------------------------------------

BTW: You cannot set the repeat rate using
	Option "AutoRepeat" "500" "30"
since XFree86-Misc is no longer available.

"xset r rate 500" fails as well due to this.

Any alternative methods to turn off the repeat?










-- 
Best Regards
Ulf Samuelsson





More information about the Openembedded-devel mailing list