分页: 1 / 1
[问题]我的桌面显示分辨率上不了1024*768,会是什么问题咧
发表于 : 2007-09-21 17:42
由 kylexiong
intel915的主板,板载显卡,装好后默认是1024*768,85HZ 但是屏被分为左右两部分,屏右边是桌面的左部分,很清晰,屏左边则是桌面的右部分, 很模糊,是双影 ,完全看不清字,上面的任务条还看不到,空了大约高100个像素是黑的, 调分辨率为800*600则正常,只是字很大,很多网页看不方便,会是驱动的问题吗?我应该如何解决,我试过查看hardware information但我看不懂,什么东西来,再点了下面的设备数据库,之前是可以测试声音卡,显卡等一系列的调备,除了声音外其它部分的测试我都看不懂,但今天试想调为1024*768后再运行设备数据库进行测试,结果出现了这样一个窗口,麻烦各位,帮我出出招,最好简单一点,我刚学这个系统,
之前发过贴了,不知道是发错版块还是什么原因,一直没有人回复!
原贴地址
viewtopic.php?t=73791&highlight=
发表于 : 2007-09-21 18:11
由 chattan
sudo gedite /etc/X11/xorg.conf
代码:
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Horizsync 28-69
Vertrefresh 43-85
EndSection
注意Horzsync 和 Vertrefresh 那两行,它们决定了显示器的最高刷新率。
比如想要的是 1024x768 85Hz, Horizsync可以通过gtf得到:
代码:
$ gtf 1024 768 85 -x
# 1024x768 @ 85.00 Hz (GTF) hsync: 68.60 kHz; pclk: 94.39 MHz
Modeline "1024x768_85.00" 94.39 1024 1088 1200 1376 768 769 772 807 -HSync +Vsync
注意hsync: 68.60 kHz
可以把xorg.conf文件中Vertrefresh的最大值设为85,Horizsync的最大值设为比68.60大的数就可以了。
另外要确定你的显示器在相应的分辨率下支持想要的刷新率,别把显示器烧了。
发表于 : 2007-09-21 18:13
由 chattan
建议看一些基本的东西!!
发表于 : 2007-09-23 8:23
由 kylexiong
打开看到文件内有:
Section "Monitor"
Identifier "7Klr"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82915G/GV/910GL Integrated Graphics Controller"
Monitor "7Klr"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
我应该如何修改,那个文件好像是只读的啊!
发表于 : 2007-09-23 9:58
由 Element
intel915的,搜论坛,或者看wiki,装驱动