Searching for this came back with lots of causes in other
distrobutions but I couldn't find what to DO about it.

I compiled xorg 6.7.0 from the CVS tag to run the gatos drivers
against.  When Xorg comes up, my keyboard won't work.

A hint may come from xorgconfig:

xorgconfig: error while loading shared libraries: libxkbfile.so.1:
cannot open shared object file: No such file or directory

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "ServerFlags"
    AllowMouseOpenFail # allows the server to start up even if the
mouse doesn't work
EndSection

Section "Module"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "dri" # direct rendering
    Load "glx"
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" ""
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "MouseManPlusPS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier "Monitor0"
    VendorName "Generic"
    ModelName "TV"
    HorizSync 30-50
    VertRefresh 60
Modeline "800x600"   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync
Modeline "640x480"   25.20  640 656 752 800  480 490 492 525 -hsync -vsync
EndSection

Section "Device"
    Identifier "device1"
    VendorName "ATI"
    BoardName "ATI Radeon"
    Driver "radeon"
    #Option "DPMS"
    Option "TVOutput" "NTSC"
    Option "NoTV" "No"
    Option "ForceCRT" "True"
    Option "VideoOverlay" "on"
EndSection

     Section "Screen"
    Identifier "Screen0"
    Device "device1"
    Monitor "Monitor0"
    DefaultDepth 16
    #Option "backingstore"

    Subsection "Display"
    Depth 16
    Modes "800x600" "640x480"
    ViewPort 0 0 # initial origin if mode is smaller than desktop
    EndSubsection

    EndSection 

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "Screen0"
EndSection


The only thing that comes close to an error in Xorg.log.0 is:

(**) |-->Input Device "Keyboard1"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled



Help?

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to