之前装下系统默认是 800x600而且闪得要命,害我远程的时候眼一下就累死了;编译 rdesktop的时候 得把开发工具和内核开发都勾上,我连gnome 程序开发都勾啦
正题,我是按如下文修改
# XFree86 -configure
# ee /root/XF86Config.new
修改大概如下:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30-107
VertRefresh 48-120
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
然后用
# XFree86 -xf86config /root/XF86Config.new 测试一下
没有问题的话就:
# cp /root/XF86Config.new /etc/X11/XF86Config
用xorg的:命令为:
Xorg -configre
Xorg -config /root/xorg.conf.new
cp /root/xorg.conf.new /etc/X11/xorg.conf
记得主要是两处,一处是改1024x768 另一处是垂直和水平分辨率。终于在真实机下远程到宿舍电脑了,又象linux迈进了一步。