ubuntu 7.10登录界面分辨率怎么调整

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

ubuntu 7.10登录界面分辨率怎么调整

#1

帖子 筷子哲学 » 2007-12-20 3:28

ubuntu 安装好后,其他的都正常了,就是登录界面的分辨率感觉有点偏低,我想把它调到1280×1024,不知道可不可以,查了很多资料,重新配置和修改过xorg.conf,没有一点反应,恳请哪位能指点。
说明,登录后分辨率没有问题。

代码: 全选

# xorg.conf (xorg 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.
#
# 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 "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"stylus"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"eraser"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"		"cursor"
	Option		"ForceDevice"	"ISDV4"		# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"ATI Technologies Inc Radeon RV200 QW [Radeon 7500]"
	Driver		"ati"
	BusID		"PCI:2:0:0"
	VideoRam	131072
EndSection

Section "Monitor"
	Identifier	"VTEK"
	Option		"DPMS"
	HorizSync	30-80
	VertRefresh	57-76
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies Inc Radeon RV200 QW [Radeon 7500]"
	Monitor		"VTEK"
	DefaultDepth	24
	SubSection "Display"
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
EndSection
上次由 筷子哲学 在 2007-12-20 3:42,总共编辑 1 次。
头像
筷子哲学
帖子: 113
注册时间: 2007-11-23 19:32

#2

帖子 筷子哲学 » 2007-12-20 3:41

我将以下代码

代码: 全选

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc Radeon RV200 QW [Radeon 7500]"
   Monitor      "VTEK"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

改为

代码: 全选

Section "Screen"
   Identifier   "Default Screen"
   Device      "ATI Technologies Inc Radeon RV200 QW [Radeon 7500]"
   Monitor      "VTEK"
   DefaultDepth   24
   SubSection "Display"
      Modes      "1280x1024"
   EndSubSection
EndSection
重新开机,还是原来的分辨率。[/code]
paopaozj
帖子: 823
注册时间: 2007-10-28 23:35

#3

帖子 paopaozj » 2007-12-20 9:02

这是系统内可选的显示模式。。。
头像
筷子哲学
帖子: 113
注册时间: 2007-11-23 19:32

#4

帖子 筷子哲学 » 2007-12-20 10:28

paopaozj 写了:这是系统内可选的显示模式。。。
那么应该怎么设置呢?
头像
yangjinchao
帖子: 119
注册时间: 2006-04-18 21:08
联系:

可以这样调

#5

帖子 yangjinchao » 2007-12-20 11:26

在终端输入sudo dpkg-reconfigure xserver-xorg.一路设下去。在设分辨率时注意。要是你的显示器是1024×768的。就只选1024×768及以下的,把默认的大于1024×768的分辨率去掉。下次启动时登录界面就是1024{×768的。也不会闪了
头像
筷子哲学
帖子: 113
注册时间: 2007-11-23 19:32

Re: 可以这样调

#6

帖子 筷子哲学 » 2007-12-20 18:50

yangjinchao 写了:在终端输入sudo dpkg-reconfigure xserver-xorg.一路设下去。在设分辨率时注意。要是你的显示器是1024×768的。就只选1024×768及以下的,把默认的大于1024×768的分辨率去掉。下次启动时登录界面就是1024{×768的。也不会闪了
还是不行,我要把分辨率提高到1280X1024,把里面其他的分辨率全部禁用了,只留下了1280X1024这一项,但是登录界面还是还有改变。
paopaozj
帖子: 823
注册时间: 2007-10-28 23:35

#7

帖子 paopaozj » 2007-12-20 19:42

这个我也不清楚了
头像
SecretZero
帖子: 1670
注册时间: 2007-08-30 5:39

#8

帖子 SecretZero » 2008-02-29 23:02

重装驱动就可以,最好是安装官方的。。
深度,值得深入!
http://bbs.deepin.org/?u=348684

最新的综艺魔法相册
http://www.77studio.net/?fromuid=344
307WRC
帖子: 480
注册时间: 2006-12-13 22:50

#9

帖子 307WRC » 2008-03-01 0:45

这里改。
附件
启动分辨率
启动分辨率
头像
winjie0618
帖子: 149
注册时间: 2008-03-10 16:27
来自: 山东

#10

帖子 winjie0618 » 2008-04-17 14:39

我的怎么死活找不到启动管理器阿?
pep525
帖子: 69
注册时间: 2007-10-28 11:35

#11

帖子 pep525 » 2008-04-17 16:34

sudo vi /boot/grub/menu.lst

title Ubuntu hardy (development branch), kernel 2.6.24-12-generic
root (hd0,0)
kernel /vmlinuz-2.6.24-12-generic root=UUID=5abc5316-a2be-4c18-b5d5-e984f22204cf ro splash locale=zh_CN xforcevesa vga=792
initrd /initrd.img-2.6.24-12-generic
quiet

红字部分。其他的你别照抄。尤其是root=
还有 /vmlinuz-2.6.24-12-generic、 /initrd.img-2.6.24-12-generic

记得备份的原来的menu.lst
下表列出了可用的分辨率和对应的颜色深度,您在里面可以找到需要传递给vga参数的值。
640x480 800x600 1024x768 1280x1024
256 0x301 0x303 0x305 0x307
32k 0x310 0x313 0x316 0x319
64k 0x311 0x314 0x317 0x31A
16M 0x312 0x315 0x318 0x31B
上面都是16进制的。请转换为10进制,比如0x318=792

想省事,又找不到9楼的设置程序,请:
sudo aptitude install startupmanager && gksudo startupmanager
头像
lhw828
帖子: 2797
注册时间: 2007-03-15 16:58
来自: 湖北武汉
联系:

#12

帖子 lhw828 » 2008-04-17 17:54

更新先,更新后会少很多bug
头像
xdwang1983
帖子: 9
注册时间: 2008-03-24 19:29

#13

帖子 xdwang1983 » 2008-04-17 20:40

我也想借机问个问题,怎么才能在firefox里浏览网页的宽度改大阿,每次都要Ctrl+“+”,或者滚鼠标还是有点麻烦阿
头像
qianwx
帖子: 730
注册时间: 2006-07-08 14:41

#14

帖子 qianwx » 2008-04-18 9:02

我昨天刚搞定,。。。。希望能对你有用。
在"Screen"区域,添加如下几行。

代码: 全选

SubSection "Display"
		Depth	24
		Virtual	1024	768
其中,“Depth 24“一行设置的应该是颜色位数,”Virtual 1024 768“一行就是设置分辨率的。。。。

希望对你有用吧。。。因为我也曾按照上面几位说的设置什么Modes之类的,但毫无效果。

对了,我的主板是865PG的,,也就是显卡集成。。
头像
vincent_zh
帖子: 129
注册时间: 2008-04-05 10:56
来自: 学校

#15

帖子 vincent_zh » 2008-04-18 9:16

http://vincent.blog.ubuntu.org.cn/2008/ ... %E7%8E%87/

或许这个对你有用,你看下吧
修己,安人
回复