|
|

楼主 |
发表于 2008-11-28 13:53:01
|
显示全部楼层
刚才把hal 彻底清除后又重新安装了一遍,keyboard 的问题解决了。
下面是我的xorg.conf配置,问题是现在, 现在是被迫使用 =x11-drivers/xf86-input-synaptics-0.15.2-r2, 如果使用0.99.1版本,看来应该有一个合适的fdi.
- Section "Monitor"
- Identifier "aticonfig-Monitor[0]"
- # Option "ATI Proprietary Driver"
- Option "Generic Autodetecting Monitor"
- Option "DPMS" "true"
- HorizSync 31.5 - 64.3
- VertRefresh 50.0 - 70.0
- DisplaySize 286.5 214.9
- EndSection
- Section "Device"
- Identifier "aticonfig-Device[0]"
- Driver "fglrx"
- Option "UseInternalAGPGART" "no"
- #Option "ForceMonitors" "lvds,crt1"
- Option "Centermode" "off"
- Option "VideoOverlay" "off" #enable xv
- Option "OpenGLOverlay" "off" #enbale xv
- Option "OverlayOnCRTC2" "0"
- Option "PseudoColorVisuals" "off"
- Option "HSync2" "31-64"
- Option "VRefresh2" "56-75"
- Option "XaaNoOffscreenPixmaps"
- Option "UseFastTLS" "1" #if wine shoiuld be 1
- BusID "PCI:1:0:0"
- Option "XAANoOffscreenPixmaps" "true"
- Option "backingstore" "true"
- Option "EnablePrivateBackZ" "on"
- # The following lines from thinkwiki for Hotkey
- # Option "BIOSHotkeys" "on"
- # Option "MonitorLayout" "LVDS,NONE"
- # Option "AllowGLXWithComposite" "true"
- Option "TexturedVideo" "On"
- EndSection
- Section "Screen"
- Identifier "aticonfig-Screen[0]"
- Device "aticonfig-Device[0]"
- Monitor "aticonfig-Monitor[0]"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1400x1050"
- EndSubSection
- EndSection
- Section "dri"
- Group "video"
- Mode 0666
- EndSection
- Section "Extensions"
- Option "Composite" "Enable"
- Option "RENDER" "Enable"
- Option "XVideo" "On"
- EndSection
复制代码 |
|