登录界面分辩率奇高,怎么改变?

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

登录界面分辩率奇高,怎么改变?

#1

帖子 ssd0221 » 2009-03-20 14:41

刚装完后默认的分辩率是最大值,进入系统更改为1024X768,但登录界面还是原来的,应该怎么更改?
头像
daf3707
论坛版主
帖子: 12731
注册时间: 2007-06-13 15:57
来自: 在他乡

Re: 登录界面分辩率奇高,怎么改变?

#2

帖子 daf3707 » 2009-03-20 14:44

xorg.conf里,有一个超出你分辨率的,看看就明白了
SubSection “Display”
Depth 24
Virtual 1024 768
ssd0221
帖子: 21
注册时间: 2009-03-11 12:39

Re: 登录界面分辩率奇高,怎么改变?

#3

帖子 ssd0221 » 2009-03-27 18:10

打开之后是这个样子,好像没你说的那个呀?
# 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
ssd0221
帖子: 21
注册时间: 2009-03-11 12:39

Re: 登录界面分辩率奇高,怎么改变?

#4

帖子 ssd0221 » 2009-03-28 13:36

有达人指点下不?
头像
daf3707
论坛版主
帖子: 12731
注册时间: 2007-06-13 15:57
来自: 在他乡

Re: 登录界面分辩率奇高,怎么改变?

#5

帖子 daf3707 » 2009-03-28 14:10

那就加进去试试
回复