|
发表于 2006-4-12 12:25:30
|
显示全部楼层
进:/etc/Xll/
编辑xorg,conf
" ModelName "Unknown monitor"
### Comment all HorizSync and VertSync values to use DDC:
HorizSync 41.5 - 67.9
VertRefresh 80.0 - 120.0 //此处更改刷新率
Option "dpms"
ction "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection //在以上两处加上"1024x768"
重启后进去就行了
万一重启后进不去gnome, alt+ctrl+f1进命令界面,重新更改以上配置 |
|