|
|

楼主 |
发表于 2004-6-14 10:15:41
|
显示全部楼层
现在极为不解了;这个帖子能成功,我为什么不行:
http://www.linuxsir.cn/forum.php ... ;highlight=modeline
我XF86Config文件的一部分:
- # Any number of monitor sections may be present
- Section "Monitor"
- Identifier "LCD"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- HorizSync 28-50
- VertRefresh 43-75
- Option "DPMS"
- Modeline "1024x768_60.00" 64.11 1024 1080 1184 1344 768 769 772 795 -HSync +Vsync
- EndSection
- # **********************************************************************
- # Graphics device section
- # **********************************************************************
- # Device configured by xf86config:
- Section "Device"
- Identifier "Intel 852"
- Driver "i810"
- VideoRam 32768
- # Insert Clocks lines here if appropriate
- EndSection
- # **********************************************************************
- # Screen sections
- # **********************************************************************
- # Any number of screen sections may be present. Each describes
- # the configuration of a single screen. A single specific screen section
- # may be specified from the X server command line with the "-screen"
- # option.
- Section "Screen"
- Identifier "Screen 1"
- Device "Intel 852"
- Monitor "LCD"
- DefaultDepth 24
- Subsection "Display"
- Depth 24
- Modes "1024x768_60.00" "800x600"
- ViewPort 0 0
- EndSubsection
- EndSection
复制代码
下面是XF86Config文件的一部分:
- (II) I810(0): LCD: Using hsync range of 28.00-50.00 kHz
- (II) I810(0): LCD: Using vrefresh range of 43.00-75.00 Hz
- (II) I810(0): Not using mode "1024x768_60.00" (no mode of this name)
- (II) I810(0): Increasing the scanline pitch to allow tiling mode (800 -> 1024).
- (--) I810(0): Virtual size is 800x600 (pitch 1024)
- (**) I810(0): *Built-in mode "800x600"
- (**) I810(0): Built-in mode "640x480"
- (==) I810(0): DPI set to (75, 75)
复制代码
我明明加了一个"1024x768_60.00"的ModeLine,为什么还说:no mode of this name!
简直不知所谓了! |
|