分页: 1 / 1

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

发表于 : 2006-09-02 17:55
DonnyZXT
感觉Ubuntu的系统结构跟以前我用过的不一样。

发表于 : 2006-09-03 1:15
pyc
修改 /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

发表于 : 2006-09-06 11:17
guoshuang
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 中添加

发表于 : 2006-09-06 12:43
nmvr2600
gdm那个分辨率似乎总是会挑xconf里面分辨率最高的用,还是删了那些用不到的高分辨率好。