X11 XTEST Error when starting Xine
Jim Duda
jim at duda.tzo.com
Thu Jan 7 19:47:25 PST 2010
On 01/04/2010 05:26 AM, Tom Cowell wrote:
> Hello
>
> I'm new here, and slightly afraid of making a fool of myself.
>
>> I have diffed the libraries between a working machine and all have
>> a binary match. There must be some meta-data file outside the libraries
>> which return the results for XKeysymToKeycode ?
>
> Surely the answer to this question is in the xkb configuration files
> (in /usr/share/X11/xkb on my machine), and the corresponding layout
> choices in xorg.conf?
Hmm, I have these messages in the problem Xorg.0.log file ...
(EE) XKB: No components provided for device Virtual core keyboard
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
(II) config/hal: Adding input device G-Tech CHINA USB Wireless Mouse
& KeyBoard V1.01
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: always reports
core events
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Device:
"/dev/input/event2"
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Found 9 mouse
buttons
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Found x and y
relative axes
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Found scroll
wheel(s)
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Found keys
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Configuring as
mouse
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Configuring as
keyboard
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: YAxisMapping:
buttons 4 and 5
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01:
EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: (accel)
keeping acceleration scheme 1
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: (accel) filter
chain progression: 2.00
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: (accel) filter
stage 0: 20.00 ms
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: (accel) set
acceleration profile 0
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: initialized
for relative axes.
(II) config/hal: Adding input device G-Tech CHINA USB Wireless Mouse
& KeyBoard V1.01
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: always reports
core events
(**) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Device:
"/dev/input/event1"
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Found keys
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Configuring as
keyboard
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(**) Option "xkb_options" "terminate:ctrl_alt_bksp"
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Close
(II) UnloadModule: "evdev"
(II) G-Tech CHINA USB Wireless Mouse & KeyBoard V1.01: Close
(II) UnloadModule: "evdev"
My xorg.conf looks like this:
Section "ServerLayout"
Identifier "X.org Configured"
Screen "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "catalogue:/etc/X11/fontpath.d"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri"
Load "extmod"
Load "glx"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Sharp"
ModelName "LC-42D62U"
Option "dpms" "false"
Option "ModeValidation" "NoMaxPClkCheck"
Option "ExactModeTimingsDVI" "TRUE"
Option "ModeValidation" "NoDFPNativeResolutionCheck"
Modeline "1920x1080_60-Sharp_D92U" 148.35 1920 2008 2052
2200 1080 1085 1090 1125 +hsync +vsync
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "SWcursor" # [<bool>]
#Option "HWcursor" # [<bool>]
#Option "NoAccel" # [<bool>]
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # [<str>]
#Option "VideoKey" # <i>
#Option "FlatPanel" # [<bool>]
#Option "FPDither" # [<bool>]
#Option "FPScale" # [<bool>]
#Option "FPTweak" # <i>
#Option "CBLocation" # <str>
#Option "CBSize" # <i>
#Option "Randr12" # [<bool>]
#Option "ScalingMode" # <str>
#Option "NewRestore" # [<bool>]
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV44A [GeForce 6200]"
BusID "PCI:1:0:0"
Option "NvAGP" "0"
Option "UseEvents" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 8
Modes "800x600" "640x400"
EndSubSection
SubSection "Display"
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1920x1080" "1360x768" "1280x1024"
EndSubSection
EndSection
lroom#
>
> Cheers
> Tom
More information about the xorg
mailing list