[问题]我的桌面显示分辨率上不了1024*768,会是什么问题咧

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
kylexiong
帖子: 5
注册时间: 2007-05-30 16:12

[问题]我的桌面显示分辨率上不了1024*768,会是什么问题咧

#1

帖子 kylexiong » 2007-09-21 17:42

intel915的主板,板载显卡,装好后默认是1024*768,85HZ 但是屏被分为左右两部分,屏右边是桌面的左部分,很清晰,屏左边则是桌面的右部分, 很模糊,是双影 ,完全看不清字,上面的任务条还看不到,空了大约高100个像素是黑的, 调分辨率为800*600则正常,只是字很大,很多网页看不方便,会是驱动的问题吗?我应该如何解决,我试过查看hardware information但我看不懂,什么东西来,再点了下面的设备数据库,之前是可以测试声音卡,显卡等一系列的调备,除了声音外其它部分的测试我都看不懂,但今天试想调为1024*768后再运行设备数据库进行测试,结果出现了这样一个窗口,麻烦各位,帮我出出招,最好简单一点,我刚学这个系统,

之前发过贴了,不知道是发错版块还是什么原因,一直没有人回复!
原贴地址
viewtopic.php?t=73791&highlight=
头像
chattan
帖子: 3922
注册时间: 2007-07-11 20:59
联系:

#2

帖子 chattan » 2007-09-21 18:11

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大的数就可以了。

另外要确定你的显示器在相应的分辨率下支持想要的刷新率,别把显示器烧了。
头像
chattan
帖子: 3922
注册时间: 2007-07-11 20:59
联系:

#3

帖子 chattan » 2007-09-21 18:13

建议看一些基本的东西!!
kylexiong
帖子: 5
注册时间: 2007-05-30 16:12

#4

帖子 kylexiong » 2007-09-23 8:23

打开看到文件内有:
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
我应该如何修改,那个文件好像是只读的啊!
头像
Element
帖子: 3537
注册时间: 2005-09-10 16:04
来自: DG-GD-China

#5

帖子 Element » 2007-09-23 9:58

intel915的,搜论坛,或者看wiki,装驱动
http://element.blog.ubuntu.org.cn/
Ubuntu Jaunty Jackalope...
AMD Barton 2600+
MSI K7N2 Delta-L
Kingston DDR400 512M*2+256M*1
nVidia FX5200
Seagate 80G(Jaunty Jackalope)
Seagate 160G(XXxxXX)
SyncMaster 732N
回复