如果是gnome的话,应该有一个屏幕分辨率设置程序.
On 2/27/06, Huisi Wang <[EMAIL PROTECTED]> wrote: > Hi, > > 在debian sid下,使用17" > LCD,在/etc/X11/xorg.conf中设置分辨率为1280x1024。每次startx时候,可以看到1280x1024分辨率的条纹背景和X形鼠标指针,然后,屏幕一黑,分辨率就变成1024x768了。显卡为nvidia > tnt2 pro,使用debian 官方的nvidia-kernel-legacy-source和nvidia-glx-legacy驱动。 > > xorg.conf分辨率部分: > > Section "Monitor" > Identifier "Acer AL1716" > Option "DPMS" > HorizSync 30-100 > VertRefresh 50-150 > EndSection > > Section "Screen" > Identifier "Default Screen" > Device "TNT2 Pro" > Monitor "Acer AL1716" > DefaultDepth 24 > SubSection "Display" > Depth 1 > Modes "1280x1024" > EndSubSection > SubSection "Display" > Depth 4 > Modes "1280x1024" > EndSubSection > SubSection "Display" > Depth 8 > Modes "1280x1024" > EndSubSection > SubSection "Display" > Depth 15 > Modes "1280x1024" > EndSubSection > SubSection "Display" > Depth 16 > Modes "1280x1024" > EndSubSection > SubSection "Display" > Depth 24 > Modes "1280x1024" > EndSubSection > EndSection > > -- > Best regards, > Huisi >

