第一次是用LIVE CD的方式运行的~~ 分辩率1027*768的,非常清楚漂亮!
重新进入winxp工作一会,然后中午回来再选择LIVE CD的方式进入打算安装的~~
可是分辨率变成800*600的了~ 很晃眼~~
安装选择中文之后,发现没有地方可以点击的,应该实在任务栏的下面吧~~
反复重启多次,不能正确显示为1027*768的!!!
老大帮个忙啊~~~
我要装硬盘的!
显示分辩率变了,看不到按钮~~
-
- 帖子: 13
- 注册时间: 2006-11-27 15:28
-
- 帖子: 13
- 注册时间: 2006-11-27 15:28
终于搞定了~~
获得ROOT权限之后 ---到etc/x11/xorg.conf 先备份
找到
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV5 [RIVA TNT2/TNT2 Pro]"
Monitor "HPC 1769"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
EndSection
因为前面显示的是DefaultDepth 24
我就把
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
改为
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
重新起动,就OK了,而且有很多的分辨率显示的~
获得ROOT权限之后 ---到etc/x11/xorg.conf 先备份
找到
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV5 [RIVA TNT2/TNT2 Pro]"
Monitor "HPC 1769"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
EndSection
因为前面显示的是DefaultDepth 24
我就把
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "544x544"
EndSubSection
改为
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
重新起动,就OK了,而且有很多的分辨率显示的~