|
|
发表于 2009-4-4 18:58:56
|
显示全部楼层
我的:- Section "Monitor"
- Identifier "Monitor0"
- Option "DPMS" "true"
- # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
- HorizSync 31.5 - 100 # Warning: This may fry old Monitors
- VertRefresh 58 - 61 # Very conservative. May flicker.
- # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
- # Default modes distilled from
- # "VESA and Industry Standards and Guide for Computer Display Monitor
- # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
- # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
- # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
- ModeLine "1280x800_60.00" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync
- Option "PreferredMode" "1280x800"
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "intel"
- VendorName "All"
- BoardName "All"
- Option "RenderAccel" "true"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- DefaultColorDepth 24
- #SubSection "Display"
- # Depth 8
- # Modes "1280x800" "1024x768" "800x600" "640x480"
- #EndSubSection
- SubSection "Display"
- Depth 16
- Modes "1280x800" "1024x768" "800x600" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 24
- Modes "1280x800" "1024x768" "800x600" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 32
- Modes "1280x800" "1024x768" "800x600" "640x480"
- EndSubSection
- EndSection
复制代码 |
|