[问题]启动和退出时界面的分辨率

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

[问题]启动和退出时界面的分辨率

#1

帖子 FinalStarter » 2007-12-27 10:34

ubuntu启动和退出时好像是高分辨率的宽屏显示,我的显示器只支持到1024*768,在启动和退出时显示out of range之类的,怎么让启动和退出的界面固定在1024*768或更低的分辨率上呢?
FinalStarter
帖子: 12
注册时间: 2007-12-27 9:54

#2

帖子 FinalStarter » 2007-12-27 17:52

没有高手回答吗?顶一个上去
zhatin
帖子: 6
注册时间: 2007-07-21 15:51

#3

帖子 zhatin » 2007-12-27 18:19

看看/etc/usplash.conf
FinalStarter
帖子: 12
注册时间: 2007-12-27 9:54

#4

帖子 FinalStarter » 2007-12-27 18:29

改成了1024、768,依然如故
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#5

帖子 leeaman » 2007-12-27 18:31

试试把etc/X11/xorg.conf里面高过1024*768的显示模式去掉
zhatin
帖子: 6
注册时间: 2007-07-21 15:51

#6

帖子 zhatin » 2007-12-27 18:38

修改之后应该执行sudo dpkg-reconfigure usplash-theme-ubuntu ,使配置生效吧。
头像
roy0524
帖子: 125
注册时间: 2007-11-20 21:42

#7

帖子 roy0524 » 2007-12-28 13:00

我启动是也是和你的一样~!但进到桌面后就正常 了!如何解决??


我的etc/X11/下没有xorg.conf这个文件的??
你不理Ubuntu ,Ubuntu不理你。
我的茶叶小店http://goodtea.taobao.com
我的小博客网http://www.pcser.net
FinalStarter
帖子: 12
注册时间: 2007-12-27 9:54

#8

帖子 FinalStarter » 2007-12-28 14:06

leeaman 写了:试试把etc/X11/xorg.conf里面高过1024*768的显示模式去掉
这个里面没有大于1024*768的地方。
FinalStarter
帖子: 12
注册时间: 2007-12-27 9:54

#9

帖子 FinalStarter » 2007-12-28 14:07

zhatin 写了:修改之后应该执行sudo dpkg-reconfigure usplash-theme-ubuntu ,使配置生效吧。
还需要这样吗?重新启动不行吗?
头像
roy0524
帖子: 125
注册时间: 2007-11-20 21:42

#10

帖子 roy0524 » 2007-12-28 18:30

# 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 "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Driver "nvidia"
Busid "PCI:1:0:0"
Option "NoLogo" "True"
Option "AllowGLXWithComposite" "True"
EndSection

Section "Monitor"
Identifier "通用显示器"
Option "DPMS"
Horizsync 30-70
Vertrefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
Monitor "通用显示器"
Defaultdepth 24
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
Section "Module"
Load "glx"
EndSection



我的是这个样子的,开机时就会变成最大的那个分辩率,进到桌面就正常 1024*768 了,大家看下我的文件哪里改!
你不理Ubuntu ,Ubuntu不理你。
我的茶叶小店http://goodtea.taobao.com
我的小博客网http://www.pcser.net
头像
pxw816
帖子: 296
注册时间: 2007-10-16 19:29

#11

帖子 pxw816 » 2007-12-29 16:37

sudo apt-get install startup-*
cpu:Intel(R) Core(TM)2 Quad CPU Q6600
mem:2GB DDR2 800 *4
disk:ide320GB+(640GB+640GB)raid
video:Nvidia GTX 260+
network: Atheros AR8121/AR8113
monitor: BENQ FP92W
OS: ubuntu
头像
RegentW
帖子: 1486
注册时间: 2007-02-27 21:47
来自: NN

#12

帖子 RegentW » 2007-12-29 17:24

pxw816 写了:sudo apt-get install startup-*
好像有门,呵呵,我的是1280x800,启动选项里好像没有这个模式哦,怎么弄呢
Core i5, 512G + SSD 20G, DDRIII 8G
头像
elite
帖子: 52
注册时间: 2007-10-16 9:56
来自: 郑州
联系:

#13

帖子 elite » 2007-12-29 20:59

启动和退出时的分辨率是由内核控制的,grub加启动参数
具体方法可以参见这里
http://library.javaeye.com/blog/151266
头像
qiufeng
帖子: 296
注册时间: 2007-09-04 13:51
来自: LC @ eastasia

#14

帖子 qiufeng » 2007-12-30 10:06

我也有这个问题。
回复