我的系统是 UBUNTU8.10分辨率不能调到1024*768?

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

我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#1

帖子 daihai » 2008-11-14 21:17

我系统是0810的,我的分辨率最高只有960*600,是sis的集成显卡,是系统自动安装的,我要调整到1024*768怎么调?
eliotselina
帖子: 66
注册时间: 2008-11-01 8:25

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#2

帖子 eliotselina » 2008-11-14 23:16

驱动显卡装下就好(系统--系统管理--硬件驱动),小心频率过高黑屏
如果装完
1.在终端里输入以下命令对文件进行编辑:

sudo gedit /etc/X11/xorg.conf

2.输入超级管理员的密码。(如果之前是使用超级管理员账号登入的话,则自动跳过。)

3.找到“Section "Monitor" ”代码段,修改成下面的信息:

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 40-83(修改屏幕分辨率的位置)
VertRefresh 50-76(修改屏幕分辨率的位置,可以调整成显卡支持的最大值,比如我的设置为50-76)
End Section

(备注:保存后退出重启,你可以发现你的分辨率已经修改成1024*768,如果你还想要 1028*1024或者更高的分辨率,请看第四点。)

4.找到“Section "Screen"”代码段,在其中添加下列代码:

SubSection "Display"

Depth 16
des "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
dSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection

保存后重启,在分辨率设置的选项中便有1028*1024的分辨率。
64位的用户
daihai
帖子: 20
注册时间: 2008-11-03 22:31

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#3

帖子 daihai » 2008-11-14 23:55

eliotselina 写了:驱动显卡装下就好(系统--系统管理--硬件驱动),小心频率过高黑屏
如果装完
1.在终端里输入以下命令对文件进行编辑:

sudo gedit /etc/X11/xorg.conf

2.输入超级管理员的密码。(如果之前是使用超级管理员账号登入的话,则自动跳过。)

3.找到“Section "Monitor" ”代码段,修改成下面的信息:

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 40-83(修改屏幕分辨率的位置)
VertRefresh 50-76(修改屏幕分辨率的位置,可以调整成显卡支持的最大值,比如我的设置为50-76)
End Section

(备注:保存后退出重启,你可以发现你的分辨率已经修改成1024*768,如果你还想要 1028*1024或者更高的分辨率,请看第四点。)

4.找到“Section "Screen"”代码段,在其中添加下列代码:

SubSection "Display"

Depth 16
des "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
dSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection

保存后重启,在分辨率设置的选项中便有1028*1024的分辨率。
谢谢!
我的sudo gedit /etc/X11/xorg.conf是这样的,怎么改?
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
seeforback
帖子: 4
注册时间: 2008-11-13 22:17

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#4

帖子 seeforback » 2008-11-15 0:12

elio bu shi xie de hen qing chu
头像
大宝
帖子: 3049
注册时间: 2008-06-30 22:32
联系:

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#5

帖子 大宝 » 2008-11-15 17:58

将“屏幕分辨率”发送到桌面,选中它,弹出右键菜单,选择“属性”,选择“启动器”标签,在命令前加上“gksu”和一个空格,点“关闭”按钮
双击图标调整分辨率吧~
daihai
帖子: 20
注册时间: 2008-11-03 22:31

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#6

帖子 daihai » 2008-11-15 20:58

大宝 写了:将“屏幕分辨率”发送到桌面,选中它,弹出右键菜单,选择“属性”,选择“启动器”标签,在命令前加上“gksu”和一个空格,点“关闭”按钮
双击图标调整分辨率吧~
谢谢!

我的属性没有启动器,是如下附件哪一个是吗?我调了还是不行。
daihai
帖子: 20
注册时间: 2008-11-03 22:31

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#7

帖子 daihai » 2008-11-15 20:59

11.jpg
DSYin2007
帖子: 131
注册时间: 2007-09-19 13:48

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#8

帖子 DSYin2007 » 2008-11-15 22:01

daihai 写了:
大宝 写了:将“屏幕分辨率”发送到桌面,选中它,弹出右键菜单,选择“属性”,选择“启动器”标签,在命令前加上“gksu”和一个空格,点“关闭”按钮
双击图标调整分辨率吧~
谢谢!

我的属性没有启动器,是如下附件哪一个是吗?我调了还是不行。
请双击图标调整分辨率
daihai
帖子: 20
注册时间: 2008-11-03 22:31

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#9

帖子 daihai » 2008-11-15 22:06

调不出来,有没有sis deb包,或sis的/xorg.conf
头像
大宝
帖子: 3049
注册时间: 2008-06-30 22:32
联系:

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#10

帖子 大宝 » 2008-11-15 23:17

daihai 写了:
11.jpg
你是以root身份登陆的?怎么图标发送到了root的桌面?
我这个方法适用于普通用户
如果还不行,请看2楼,已经写得很详细了
问下,显卡驱动装了吗?
daihai
帖子: 20
注册时间: 2008-11-03 22:31

Re: 我的系统是 UBUNTU8.10分辨率不能调到1024*768?

#11

帖子 daihai » 2008-11-17 22:23

好了,谢谢!我在硬件驱动中都是空白的,可能是源的问题,你们是用哪个源?我是国内的mirror.lupaword的源,我后来是在新立得中把装系统时的sis驱动卸了,重新装一遍驱动,然后到显示器和显卡设置中选自己相应的显示器和显卡。现在桌面的分辨率是好了,但登录界面的分辨率没设好,只有四分之一,你们知道怎么设吗?
回复