LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 724|回复: 13

还是键盘鼠标问题(平常方法无法解决)

[复制链接]
发表于 2009-4-19 22:12:18 | 显示全部楼层 |阅读模式
按照论坛的方法做了,不成功

Post by `cat /etc/X11/xorg,conf`


Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
#        InputDevice    "Mouse0" "CorePointer"
#        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
#        RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc/"
        FontPath     "/usr/share/fonts/X11/TTF/"
        FontPath     "/usr/share/fonts/X11/OTF"
        FontPath     "/usr/share/fonts/X11/Type1/"
        FontPath     "/usr/share/fonts/X11/100dpi/"
        FontPath     "/usr/share/fonts/X11/75dpi/"
EndSection

Section "Module"
        Load  "dbe"
        Load  "xtrap"
        Load  "extmod"
        Load  "record"
        Load  "type1"
        Load  "freetype"
EndSection

Section "ServerFlags"
        Option "AllowEmptyInput" "False"
        Option "AutoAddDevices" "False"
EndSection


#Section "InputDevice"
#        Identifier  "Keyboard0"
#        Driver      "kbd"
#        Option      "XkbLayout"        "us"
#EndSection

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

Section "Monitor"
        Identifier   "Monitor0"
        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"
        ### [arg]: arg optional
        #Option     "rintVGARegs"               # [<bool>]
        #Option     "rintTVRegs"                # [<bool>]
        #Option     "I2CScan"                    # [<bool>]
        #Option     "VBEModes"                   # [<bool>]
        #Option     "NoAccel"                    # [<bool>]
        #Option     "AccelMethod"                # <str>
        #Option     "ExaNoComposite"             # [<bool>]
        #Option     "ExaScratchSize"             # <i>
        #Option     "SWCursor"                   # [<bool>]
        #Option     "ShadowFB"                   # [<bool>]
        #Option     "Rotate"                     # [<str>]
        #Option     "VideoRAM"                   # <i>
        #Option     "ActiveDevice"               # [<str>]
        #Option     "BusWidth"                   # [<str>]
        #Option     "Center"                     # [<bool>]
        #Option     "anelSize"                  # [<str>]
        #Option     "ForcePanel"                 # [<bool>]
        #Option     "TVDotCrawl"                 # [<bool>]
        #Option     "TVDeflicker"                # <i>
        #Option     "TVType"                     # [<str>]
        #Option     "TVOutput"                   # [<str>]
        #Option     "DisableVQ"                  # [<bool>]
        #Option     "DisableIRQ"                 # [<bool>]
        #Option     "EnableAGPDMA"               # [<bool>]
        #Option     "NoAGPFor2D"                 # [<bool>]
        #Option     "NoXVDMA"                    # [<bool>]
        #Option     "VbeSaveRestore"             # [<bool>]
        #Option     "DisableXvBWCheck"           # [<bool>]
        #Option     "MaxDRIMem"                  # <i>
        #Option     "AGPMem"                     # <i>
        Identifier  "Card0"
        Driver      "openchrome"
        VendorName  "Unknown Vendor"
        BoardName   "Unknown Board"
        BusID       "CI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes        "1440x900"
        EndSubSection
EndSection

发表于 2009-4-19 22:20:46 | 显示全部楼层
不会看wiki么?这里都快天天讨论这种问题了
回复 支持 反对

使用道具 举报

发表于 2009-4-19 22:26:45 | 显示全部楼层
能描述下么?
回复 支持 反对

使用道具 举报

发表于 2009-4-19 22:41:35 | 显示全部楼层
开HAL !!!!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-4-19 22:43:37 | 显示全部楼层
看了Wiki照做,仍然不能解决问题
我贴出来的文件好象有些问题,现在已经No Screen Found了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-4-19 22:44:44 | 显示全部楼层
HAL也开了
去年我用的时候HAL本身有问题,现在不会还有吧
回复 支持 反对

使用道具 举报

发表于 2009-4-19 23:23:47 | 显示全部楼层
其实arch是不是应该把hal默认打开?debian默认是打开的。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-4-20 18:21:20 | 显示全部楼层
我开了HAL
回复 支持 反对

使用道具 举报

发表于 2009-4-20 20:11:35 | 显示全部楼层
感觉这个xorg.conf写了就好像没写一样的,可以删除
回复 支持 反对

使用道具 举报

发表于 2009-4-20 20:24:29 | 显示全部楼层
同感,这个xorg.conf关闭了input hotplugging,同时又把InputDevice注释了。wiki上哪篇文章这么写的,还是论坛上哪篇帖子这么写?
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表