分页: 1 / 2

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

发表于 : 2009-02-23 22:20
myxtt35
今天刚装的9.04,安装完成后分辨率是1600*1200,改成1024*768后,一切ok,但是重启后又变成1600*1200了,不知大家有没有这促情况,该如何解决???

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

发表于 : 2009-02-24 7:18
maguofu
我也正为这事苦恼呢,同是天涯沦落人。。。。。。。。。。。。。。。

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

发表于 : 2009-02-24 9:30
myxtt35
:em95 :em95 应该还有其他人跟我们一样吧

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

发表于 : 2009-02-24 9:40
eexpress
xorg.conf里面,如果有1600*1200的部分,都删除。

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

发表于 : 2009-02-24 9:47
Jack437
安装完显卡驱动之后再调分辨率,完了选择后面那个确认按钮,默认的按钮是只当前有效 :em03

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

发表于 : 2009-02-24 11:52
myxtt35
xorg.conf这个文件在哪个位置啊!!!!

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

发表于 : 2009-02-24 15:23
soarstar
/etc/X11/xorg.conf
:em06

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

发表于 : 2009-02-24 16:07
想入非非
myxtt35 写了:xorg.conf这个文件在哪个位置啊!!!!

代码: 全选

# gedit /etc/X11/xorg.conf
:em06

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

发表于 : 2009-02-24 16:24
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

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

发表于 : 2009-02-24 16:42
ws_105
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"
注意缩进

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

发表于 : 2009-02-24 17:06
myxtt35
终于OK了,真是异常的完美,衷心感谢!!!!!

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

发表于 : 2009-03-31 21:59
wujintai
我保存的时候说我没有权限。如何办?

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

发表于 : 2009-03-31 22:05
deddey
sudo gedit /etc/X11/xorg.conf
然后按提示输入密码

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

发表于 : 2009-03-31 22:06
wangdu2002
楼上,上面的兄弟已经说了加Sudo了,没加当然没权限啦。 :em06

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

发表于 : 2009-03-31 22:07
photor
:em09