|
|
发表于 2009-9-2 12:27:17
|
显示全部楼层
我的配置你看看
- //etc/X11/xorg.conf
- ------------------------------------------------------------------------------------
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- EndSection
- Section "Files"
- ModulePath "/usr/lib/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/"
- EndSection
- Section "Module"
- Load "glx"
- Load "extmod"
- Load "xtrap"
- Load "record"
- Load "GLcore"
- Load "dbe"
- Load "dri"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "LCD"
- ModelName "58eb"
- Option "DPMS"
- HorizSync 49.68-83.46
- VertRefresh 60.0-60.0
- Modeline "1280x800_60.0" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "intel"
- VendorName "Intel Corporation"
- BoardName "Mobile Integrated Graphics Controller"
- BusID "PCI:0:2:0"
- Option "XAANoOffscreenPixmaps" "true"
- Option "DRI" "true"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- DefaultDepth 24
- Option "AddARGBGLXVisuals" "true"
- SubSection "Display"
- Viewport 0 0
- Depth 24
- Modes "1280x800"
- EndSubSection
- EndSection
- Section "DRI"
- Mode 0666
- EndSection
- section "Extensions"
- Option "Composite" "Enable"
- Endsection
复制代码 |
|