更改ubuntu开机登入界面的分辨率

仅供存放个人的配置文件,不要在本版发问。
头像
huangzhi
帖子: 101
注册时间: 2007-04-19 23:15

更改ubuntu开机登入界面的分辨率

#1

帖子 huangzhi » 2007-07-21 19:15

不知那位知道如何更改ubuntu开机登入界面的分辨率为1024*768
ousunred
帖子: 199
注册时间: 2007-02-06 22:45

。。。。

#2

帖子 ousunred » 2007-07-22 16:39

如果是nvidia 的显卡+安装好了驱动
可以这样:sudo nvidia-setting
再到里面设置。
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

#3

帖子 leeaman » 2007-07-22 17:04

sudo dpkg-reconfigure xserver-xorg
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
yaka
帖子: 20
注册时间: 2007-07-24 3:03

#4

帖子 yaka » 2007-07-25 18:32

直接修改/etc/X11/xorg.conf里面的内容,重启机器。
把所有大于1024*768的全部删除,见下面:
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
jackchenbobo
帖子: 29
注册时间: 2007-07-22 16:35

#5

帖子 jackchenbobo » 2007-08-13 1:00

sudo dpkg-reconfigure xserver-xorg
lerio
帖子: 63
注册时间: 2007-08-09 17:49

#6

帖子 lerio » 2007-08-15 23:48

ns 已经修改成功
头像
linuxr
帖子: 9
注册时间: 2007-08-10 16:08
来自: JN.CN
联系:

#7

帖子 linuxr » 2007-08-17 12:54

还有办法~~如果是用grub登录
修改 /boot/grub/menu.lst文件

title Ubuntu, kernel 2.6.20-16-generic
root (hd0,4)
kernel /boot/vmlinuz-2.6.20-16-generic root=UUID=653fbe73-eee0-405c-9ebd-a7124b93f313 ro quiet splash vga=791
initrd /boot/initrd.img-2.6.20-16-generic
quiet
savedefault

即添加 vga=791 在内核启动语句中~
love ubuntu.
头像
内存不足
论坛版主
帖子: 3277
注册时间: 2005-08-18 18:43
联系:

#8

帖子 内存不足 » 2007-08-17 13:18

1280x800宽屏的咋整? 791不合适了 也没找到对应的代码
໌→ iCookie Gtk Theme
໌→DropPlusBluetheme
กรัก กรัก`菠萝
头像
Element
帖子: 3537
注册时间: 2005-09-10 16:04
来自: DG-GD-China

#9

帖子 Element » 2007-08-18 23:00

目前对宽屏好像还没解决,自己凉拌吧
哈哈
启动就算了,只要启动后正常就可以了
我的好像启动的时候是1024*768,启动后是1280*1024
也没觉得有什么不爽
http://element.blog.ubuntu.org.cn/
Ubuntu Jaunty Jackalope...
AMD Barton 2600+
MSI K7N2 Delta-L
Kingston DDR400 512M*2+256M*1
nVidia FX5200
Seagate 80G(Jaunty Jackalope)
Seagate 160G(XXxxXX)
SyncMaster 732N
头像
iblicf
帖子: 3766
注册时间: 2007-01-15 17:15

#10

帖子 iblicf » 2007-08-18 23:15

代码: 全选

depth—–640×480—-800×600—-1024×768—–1280×1024—–1600×1200
8bit————769————771————-773————–775—————–796
15bit———-784————787————-790————–793—————–797
16bit———-785————788————-791————–794—————–798
24bit———-786————789————-792————–795—————–799
======================================================
/etc/usplash.conf

代码: 全选

# Usplash configuration file
xres=1600
yres=1200 
gaoaijin
帖子: 6
注册时间: 2007-06-20 17:27

#11

帖子 gaoaijin » 2007-08-20 8:59

xie xie
jackchenbobo
帖子: 29
注册时间: 2007-07-22 16:35

#12

帖子 jackchenbobo » 2007-08-20 20:00

sudo dpkg-reconfigure xserver-xorg
头像
lxvison
帖子: 117
注册时间: 2008-03-27 19:04

#13

帖子 lxvison » 2008-05-07 19:45

iblicf 写了:

代码: 全选

depth—–640×480—-800×600—-1024×768—–1280×1024—–1600×1200
8bit————769————771————-773————–775—————–796
15bit———-784————787————-790————–793—————–797
16bit———-785————788————-791————–794—————–798
24bit———-786————789————-792————–795—————–799
======================================================
/etc/usplash.conf

代码: 全选

# Usplash configuration file
xres=1600
yres=1200 
有没有1440x900的阿??我现在用788的,可怜
头像
gdzhljw
帖子: 314
注册时间: 2007-05-19 23:18
来自: 广东珠海

#14

帖子 gdzhljw » 2008-06-07 12:55

不错顶啊 8)
凡事都可行.但不都有益处。凡事都可行.但不都造就人。(哥林多前10:23)

my blog : http://gdzhljw.blog.163.com/
http://gdzhljw.blog.ubuntu.org.cn/
dayuforce
帖子: 64
注册时间: 2007-01-28 19:34

Re:

#15

帖子 dayuforce » 2008-12-08 12:50

内存不足 写了:1280x800宽屏的咋整? 791不合适了 也没找到对应的代码

这位兄弟的改好了吗?我的也是1280×800

是下边这样修改吗?

sudo gedit /etc/usplash.conf
打开显示如下
# Usplash configuration file
xres=1280
yres=800 //修改成你显示器的分辨率。
然后更新一下核心:
sudo dpkg-reconfigure usplash-theme-ubuntu

还有一种方法,安装 startupmanager,直接设置


但是以上这几种方法都试了,都不行
回复