View previous topic :: View next topic |
Author |
Message |
hoschi Advocate
Joined: 19 Jul 2003 Posts: 2517 Location: Ulm, Germany, Europe
|
Posted: Sun Feb 05, 2006 6:20 pm Post subject: xorg-x11 7.0 Keyboard-Fehlermeldung |
|
|
Hallo, ich verwende Xorg-7.0 seit einiger Zeit, kämpfe aber leider mit einer nervigen Warnung beim Start von X11, wobei die Funktion nicht weiter beeinträchtig wird, außer dass ich die Tastaturkonfiguration in Gnome nicht mehr ändern kann.
Vielleicht weiß ja jemand von euch Rat, die Berichte und Meldungen darüber im großen X11-Thread sind leider untergegangen, obwohl ich nicht alleine bin.
Code: | The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server |
/etc/X11/xorg.conf:
Code: |
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
# Load "speedo"
Load "freetype"
# Load "xtt"
Load "glx"
Load "dri"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
EndSection
Section "InputDevice"
Identifier "IBM AT Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "IBM Trackpoint"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Dev Name" "PS/2 Generic Mouse"
Option "Device" "/dev/input/mouse0"
Option "Resolution" "800"
EndSection
Section "InputDevice"
Identifier "Logitech MX310"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Dev Name" "Logitech USB-PS/2 Optical Mouse"
Option "Device" "/dev/input/mouse1"
Option "Resolution" "800"
Option "Buttons" "11"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "IBM TFT"
HorizSync 31.5 - 48.5
VertRefresh 50-70
EndSection
Section "Device"
Identifier "Intel915GM"
Driver "i810"
VideoRam 131072
Option "AccelMethod" "EXA"
Option "Clone" "true"
Option "MonitorLayout" "CRT,LFP"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "IBM ThinkPad"
Device "Intel915GM"
Monitor "IBM TFT"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "Simple Layout"
Screen "IBM ThinkPad"
InputDevice "IBM Trackpoint" "CorePointer"
InputDevice "IBM AT Keyboard" "CoreKeyboard"
InputDevice "Logitech MX310" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
|
_________________ Just you and me strogg! |
|
Back to top |
|
|
SnakeByte Apprentice
Joined: 04 Oct 2002 Posts: 177 Location: Europe - Germany
|
Posted: Tue Feb 07, 2006 5:54 pm Post subject: |
|
|
Hi hoschi,
bei mir war das Problem, dass "xprop" nicht installiert war,
hat auch zu eben jener Gnome Fehlermeldung geführt.
Gruß |
|
Back to top |
|
|
Louisdor Veteran
Joined: 14 Dec 2003 Posts: 1231 Location: im Brandenburgischen
|
Posted: Tue Feb 07, 2006 7:06 pm Post subject: |
|
|
Zwar habe ich x11-apps/xprop 1.0.1 installiert, doch die Fehlermeldung habe ich auch.
Konnte jedoch auch noch nichts dazu finden ...
Ciao,
aleX! _________________ "Ich bin ich." |
|
Back to top |
|
|
hoschi Advocate
Joined: 19 Jul 2003 Posts: 2517 Location: Ulm, Germany, Europe
|
|
Back to top |
|
|
Louisdor Veteran
Joined: 14 Dec 2003 Posts: 1231 Location: im Brandenburgischen
|
Posted: Tue Jan 30, 2007 11:17 pm Post subject: Re: xorg-x11 7.0 Keyboard-Fehlermeldung |
|
|
hoschi wrote: | Code: | The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
> Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server |
| Und, gibt es schon was Neues zu dem Thema?
Ich bin inzwischen nach Updates schon bei:X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2
Build Operating System: Linux 2.6.20-rc5 x86_64 Jedoch habe ich die Meldung immer noch.
Ciao,
aleX! _________________ "Ich bin ich." |
|
Back to top |
|
|
|