[问题]怎么改刷新率?怎么改登陆界面的分辨率?

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

[问题]怎么改刷新率?怎么改登陆界面的分辨率?

#1

帖子 DonnyZXT » 2006-09-02 17:55

感觉Ubuntu的系统结构跟以前我用过的不一样。
pyc
帖子: 7
注册时间: 2006-09-03 0:52

#2

帖子 pyc » 2006-09-03 1:15

修改 /etc/X11/xorg.conf ,添加 Modes
例如:

代码: 全选

Section "Screen"
        Identifier "aticonfig-Screen[0]"
        Device     "aticonfig-Device[0]"
        Monitor    "aticonfig-Monitor[0]"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection
头像
guoshuang
帖子: 153
注册时间: 2006-03-29 11:54
联系:

#3

帖子 guoshuang » 2006-09-06 11:17

sudo vim /boot/grub/menu.lst

title Ubuntu, kernel 2.6.15-25-686
root (hd0,6)
kernel /boot/vmlinuz-2.6.15-25-686 root=/dev/hda7 ro quiet splash vga=xxx
initrd /boot/initrd.img-2.6.15-25-686
savedefault
boot

xxx 791 1024*768 16位颜色

系统分辨率在 系统 首选项 屏幕分辨率,如果没有你需要的分辨率和刷新,可在 /etc/X11/xorg.conf 中添加
头像
nmvr2600
帖子: 215
注册时间: 2005-11-01 18:23

#4

帖子 nmvr2600 » 2006-09-06 12:43

gdm那个分辨率似乎总是会挑xconf里面分辨率最高的用,还是删了那些用不到的高分辨率好。
We are both God and devil.
----------------------------------
Oracle 11G SG PPT下载
回复