|
|

楼主 |
发表于 2009-4-10 03:44:00
|
显示全部楼层
之后不管用哪个驱动, 都是glx失败。
用之前能正常运行的配置文件也一样:
glxgears
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
Segmentation fault
- Section "Files"
- #RgbPath "/usr/share/X11/rgb"
- ModulePath "/usr/lib/xorg/modules"
- FontPath "/usr/share/fonts/misc"
- FontPath "/usr/share/fonts/100dpi:unscaled"
- FontPath "/usr/share/fonts/75dpi:unscaled"
- # FontPath "/usr/share/fonts/TTF"
- FontPath "/usr/share/fonts/Type1"
- EndSection
- Section "Module"
- Load "xtrap"
- Load "extmod"
- Load "record"
- Load "dri"
- #Disable "dri"
- Load "glx"
- Load "dbe"
- Load "GLcore"
- Disable "freetype"
- EndSection
- #Section "ServerFlags"
- # Option "AllowEmptyInput" "false"
- #EndSection
- #Section "InputDevice"
- # Identifier "Keyboard0"
- # Driver "kbd"
- # Option "AutoRepeat" "600 60"
- # Option "CoreKeyboard"
- # Option "XkbRules" "xorg"
- # Option "XkbModel" "pc105"
- # Option "XkbLayout" "us"
- #EndSection
- #Section "InputDevice"
- # Identifier "Mouse0"
- # Driver "mouse"
- # Option "Protocol" "auto"
- # Option "Device" "/dev/input/mice"
- # Option "ZAxisMapping" "4 5"
- #EndSection
- #video card
- Section "Device"
- Identifier "HD3450"
- Driver "radeon"
- #Driver "fglrx"
- #Driver "ati"
- #Driver "vesa"
- BusID "PCI:1:0:0"
- Option "XAANoOffscreenPixmaps" "true"
- Option "DRI" "true"
- EndSection
- Section "Monitor"
- Identifier "LCD22W"
- VendorName "Lenovo"
- ModelName "Unkown"
- Option "DPMS" "true"
- EndSection
- Section "Screen"
- Identifier "DefaultScreen"
- Device "HD3450"
- Monitor "LCD22W"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "DefaultScreen" 0 0
- # InputDevice "Mouse0" "CorePointer"
- # InputDevice "Keyboard0" "CoreKeyboard"
- Option "AIGLX" "true"
- EndSection
- Section "Extensions"
- Option "Composite" "Enable"
- EndSection
- Section "DRI"
- Group 0
- Mode 0666
- EndSection
复制代码 |
|