请教一个分辨率的问题 ~~~
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
- myxtt35
- 帖子: 176
- 注册时间: 2008-06-27 14:18
请教一个分辨率的问题 ~~~
今天刚装的9.04,安装完成后分辨率是1600*1200,改成1024*768后,一切ok,但是重启后又变成1600*1200了,不知大家有没有这促情况,该如何解决???
-
- 帖子: 4
- 注册时间: 2009-02-22 12:32
Re: 请教一个分辨率的问题 ~~~
我也正为这事苦恼呢,同是天涯沦落人。。。。。。。。。。。。。。。
- myxtt35
- 帖子: 176
- 注册时间: 2008-06-27 14:18
Re: 请教一个分辨率的问题 ~~~


- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
- Jack437
- 帖子: 82
- 注册时间: 2007-06-12 15:36
- 来自: 火星
- 联系:
Re: 请教一个分辨率的问题 ~~~
安装完显卡驱动之后再调分辨率,完了选择后面那个确认按钮,默认的按钮是只当前有效 

jack437 写了:夕阳隐没你浅浅微笑,微扬的脸,舒展的眉头,是我想象中幸福的模样
- myxtt35
- 帖子: 176
- 注册时间: 2008-06-27 14:18
Re: 请教一个分辨率的问题 ~~~
xorg.conf这个文件在哪个位置啊!!!!
-
- 帖子: 11
- 注册时间: 2008-10-29 17:58
Re: 请教一个分辨率的问题 ~~~
/etc/X11/xorg.conf


- 想入非非
- 帖子: 8078
- 注册时间: 2008-07-14 22:42
- 来自: Beijing
- 联系:
- myxtt35
- 帖子: 176
- 注册时间: 2008-06-27 14:18
Re: 请教一个分辨率的问题 ~~~
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
# 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: 请教一个分辨率的问题 ~~~
在 Section Monitor 中加入下面一个选项: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
代码: 全选
Option "PreferredMode" "1024x768"
Ubuntu 8.04 @ Intel Pentium D 925 + Intel 945G Chipset + DDR2 1.0G + SATA 160G
http://hi.baidu.com/ws_105
http://hi.baidu.com/ws_105
- myxtt35
- 帖子: 176
- 注册时间: 2008-06-27 14:18
Re: 请教一个分辨率的问题 ~~~
终于OK了,真是异常的完美,衷心感谢!!!!!
-
- 帖子: 24
- 注册时间: 2009-02-02 21:58
Re: 请教一个分辨率的问题 ~~~
我保存的时候说我没有权限。如何办?
-
- 帖子: 5
- 注册时间: 2007-03-20 13:49
Re: 请教一个分辨率的问题 ~~~
sudo gedit /etc/X11/xorg.conf
然后按提示输入密码
然后按提示输入密码
- wangdu2002
- 帖子: 13284
- 注册时间: 2008-12-13 19:39
- 来自: 物华天宝人杰地灵
- photor
- 论坛版主
- 帖子: 11004
- 注册时间: 2008-04-26 12:41