请教一个分辨率的问题 ~~~

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

请教一个分辨率的问题 ~~~

#1

帖子 myxtt35 » 2009-02-23 22:20

今天刚装的9.04,安装完成后分辨率是1600*1200,改成1024*768后,一切ok,但是重启后又变成1600*1200了,不知大家有没有这促情况,该如何解决???
maguofu
帖子: 4
注册时间: 2009-02-22 12:32

Re: 请教一个分辨率的问题 ~~~

#2

帖子 maguofu » 2009-02-24 7:18

我也正为这事苦恼呢,同是天涯沦落人。。。。。。。。。。。。。。。
头像
myxtt35
帖子: 176
注册时间: 2008-06-27 14:18

Re: 请教一个分辨率的问题 ~~~

#3

帖子 myxtt35 » 2009-02-24 9:30

:em95 :em95 应该还有其他人跟我们一样吧
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

Re: 请教一个分辨率的问题 ~~~

#4

帖子 eexpress » 2009-02-24 9:40

xorg.conf里面,如果有1600*1200的部分,都删除。
● 鸣学
头像
Jack437
帖子: 82
注册时间: 2007-06-12 15:36
来自: 火星
联系:

Re: 请教一个分辨率的问题 ~~~

#5

帖子 Jack437 » 2009-02-24 9:47

安装完显卡驱动之后再调分辨率,完了选择后面那个确认按钮,默认的按钮是只当前有效 :em03
jack437 写了:夕阳隐没你浅浅微笑,微扬的脸,舒展的眉头,是我想象中幸福的模样
头像
myxtt35
帖子: 176
注册时间: 2008-06-27 14:18

Re: 请教一个分辨率的问题 ~~~

#6

帖子 myxtt35 » 2009-02-24 11:52

xorg.conf这个文件在哪个位置啊!!!!
soarstar
帖子: 11
注册时间: 2008-10-29 17:58

Re: 请教一个分辨率的问题 ~~~

#7

帖子 soarstar » 2009-02-24 15:23

/etc/X11/xorg.conf
:em06
头像
想入非非
帖子: 8078
注册时间: 2008-07-14 22:42
来自: Beijing
联系:

Re: 请教一个分辨率的问题 ~~~

#8

帖子 想入非非 » 2009-02-24 16:07

myxtt35 写了:xorg.conf这个文件在哪个位置啊!!!!

代码: 全选

# gedit /etc/X11/xorg.conf
:em06
Ubuntu User
头像
myxtt35
帖子: 176
注册时间: 2008-06-27 14:18

Re: 请教一个分辨率的问题 ~~~

#9

帖子 myxtt35 » 2009-02-24 16:24

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
头像
ws_105
帖子: 313
注册时间: 2008-10-24 8:02

Re: 请教一个分辨率的问题 ~~~

#10

帖子 ws_105 » 2009-02-24 16:42

myxtt35 写了: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
在 Section Monitor 中加入下面一个选项:

代码: 全选

Option      "PreferredMode" "1024x768"
注意缩进
Ubuntu 8.04 @ Intel Pentium D 925 + Intel 945G Chipset + DDR2 1.0G + SATA 160G
http://hi.baidu.com/ws_105
头像
myxtt35
帖子: 176
注册时间: 2008-06-27 14:18

Re: 请教一个分辨率的问题 ~~~

#11

帖子 myxtt35 » 2009-02-24 17:06

终于OK了,真是异常的完美,衷心感谢!!!!!
wujintai
帖子: 24
注册时间: 2009-02-02 21:58

Re: 请教一个分辨率的问题 ~~~

#12

帖子 wujintai » 2009-03-31 21:59

我保存的时候说我没有权限。如何办?
deddey
帖子: 5
注册时间: 2007-03-20 13:49

Re: 请教一个分辨率的问题 ~~~

#13

帖子 deddey » 2009-03-31 22:05

sudo gedit /etc/X11/xorg.conf
然后按提示输入密码
头像
wangdu2002
帖子: 13284
注册时间: 2008-12-13 19:39
来自: 物华天宝人杰地灵

Re: 请教一个分辨率的问题 ~~~

#14

帖子 wangdu2002 » 2009-03-31 22:06

楼上,上面的兄弟已经说了加Sudo了,没加当然没权限啦。 :em06
行到水穷处,坐看云起时。
海内生明月,天涯共此夕。
--------------------吾本独!
回复