|
|
发表于 2006-10-31 13:30:26
|
显示全部楼层
对应不同的分辨率
两个都写60 就行了
也可以 编辑 /etc/X11/xorg.comf
在这一节 加入- Section "Screen"
- Identifier "Screen[0]"
- Device "Device[0]"
- Monitor "Monitor[0]"
- DefaultDepth 24
- Option "NoLogo"
- Option "VertRefresh" "60"
- #这一行 强制 刷新率为 60
- SubSection "Display"
- Depth 15
- Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 16
- Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 24
- Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
- EndSubSection
- SubSection "Display"
- Depth 8
- Modes "1024x768" "1024x600" "800x600" "768x576" "640x480"
- EndSubSection
- EndSection
复制代码 |
|