|
|

楼主 |
发表于 2005-9-15 23:37:16
|
显示全部楼层
另外请大家看看我的xorg.conf,为什么刷新率的设置不起作用?
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen "Screen0"
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
- ModulePath "/usr/X11R6/lib/modules"
- FontPath "/usr/X11R6/lib/X11/fonts/misc/"
- FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
- FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
- FontPath "/usr/X11R6/lib/X11/fonts/CID/"
- FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
- FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
- EndSection
- Section "Module"
- Load "dbe"
- Load "dri"
- Load "extmod"
- Load "glx"
- Load "record"
- Load "xtrap"
- Load "freetype"
- Load "type1"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- Option "XkbModel" "pc104"
- Option "XkbLayerout" "us"
- Option "XkbKeymap" "xfree86"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "ZAxisMapping" "4 5"
- Option "Buttons" "3"
- Option "Device" "/dev/mouse"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "CGC"
- ModelName "d356"
- HorizSync 50.0-65.0
- VertRefresh 60.0-100.0
- # 800x600 @ 85.00 Hz (GTF) hsync: 53.55 kHz; pclk: 56.55 MHz
- Modeline "800x600_85.00" 56.55 800 840 928 1056 600 601 604 630 -HSync +Vsync
- Option "DPMS"
- EndSection
- Section "Device"
- Identifier "Card0"
- Driver "sis"
- VendorName "Silicon Integrated Systems [SiS]"
- BoardName "SiS530 3D PCI/AGP"
- BusID "PCI:1:0:0"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Card0"
- Monitor "Monitor0"
- DefaultDepth 24
- SubSection "Display"
- Viewport 0 0
- Depth 32
- Modes "800x600"
- EndSubSection
- EndSection
复制代码
这样我启动了Xwindow,怎么还是1024×768@76Hz的?应该是800×600了才对啊?在KDE控制中心里调到800×600的话,缺只有73Hz,没有上到85Hz的。 |
|