Mam ten sam problem od lat.
Daję
X -configure
mv ~/xorg.conf.new /etc/X11/xorg.conf
W sekcji ServerLayout dodaj opcję -> Option \"AllowEmptyInput\" \"off\"

I mimo wystartowania do X'ów nie działa mysz ani klawiatura !!  ;-/

[root@Misiek1 poinstal]# cat /etc/X11/xorg.conf

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        #Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option  "AllowEmptyInput"       "off"
        Option  "AllowEmptyInput"       "False"
EndSection

Section "ServerFlags"
        Option "IgnoreABI" "True"
        Option  "AllowEmptyInput"       "False"
EndSection

Section "Files"
        #RgbPath                "/usr/share/X11/rgb.txt
        ModulePath   "/usr/lib64/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/75dpi"
        #FontPath       "unix/:7100"
        #FontPath       "/usr/share/fonts/Speedo"
        #FontPath       "/usr/share/fonts/cyrillic"
        #FontPath       "/usr/share/fonts/encodings"
        #FontPath       "/usr/share/fonts/local"
        #FontPath       "/usr/share/fonts/util"
EndSection

Section "Module"
        Load  "glx"

        #Load    "dbe"
        #Load    "record"
        #Load    "extmod"
        #Load    "dri"
        #Load    "dri2"
        #Load    "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option  "XkbModel"      "pc104"
        Option  "XkbLayout"     "pl"
        Option  "XkbRules"      "xorg"
        Option  "XkbOptions"    "lv3:ralt_switch_multikey"
        Option  "AllowEmptyInput"       "False"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
        Option  "AllowEmptyInput"       "False"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

#Section "Monitor"
#       Identifier   "Monitor1"
#       VendorName   "Monitor Vendor"
#       ModelName    "Monitor Model"
#EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "ColorTiling"               # [<bool>]
        #Option     "ColorTiling2D"             # [<bool>]
        #Option     "RenderAccel"               # [<bool>]
        #Option     "SubPixelOrder"             # [<str>]
        #Option     "AccelMethod"               # <str>
        #Option     "EXAVSync"                  # [<bool>]
        #Option     "EXAPixmaps"                # [<bool>]
        #Option     "ZaphodHeads"               # <str>
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "SwapbuffersWait"           # [<bool>]
        Identifier  "Card0"
        #Driver      "nvidia"
        #Driver "nv"
        #Driver "ati"
        #Driver "uvesafb"
        #Driver "vesa"
        #Driver "fglrx"

        Driver "radeon"
        BusID       "PCI:1:0:0"
        Option  "AccelMethod"   "XAA"
EndSection

#Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "DefaultRefresh"            # [<bool>]
        #Option     "ModeSetClearScreen"        # [<bool>]
#       Identifier  "Card1"
        #Driver      "vesa"
#       Driver      "fglrx"
#       BusID       "PCI:1:0:0"
#EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        #DefaultDepth    16
        SubSection "Display"
                Viewport   0 0
                Depth     1
        #       Modes "1680x1050"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        #       Modes "1680x1050"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        #       Modes "1680x1050"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        #       Modes "1680x1050"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
                #Modes "1280x960"
                #Modes "1440x960"
                #Modes "800x600"
        #       Modes "1680x1050"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        #       Modes "1680x1050"
        EndSubSection
EndSection

_______________________________________________
pld-users-pl mailing list
pld-users-pl@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-users-pl

Odpowiedź listem elektroniczym