|

楼主 |
发表于 2009-4-3 22:07:13
|
显示全部楼层
Post by whitelilis;1969267
分辨率在 /etc/X11/xorg.conf 里改。与 FVWM 无关。
这里我也改过 可是就是没有效果
我是 debian5 是在vmware下的虚拟机
现在我把/etc/X11/xorg.conf 的内容贴到下面
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
SubSection "Display"
Depth 16
Modes "1024*768" "800*600"
Virtual 1024 768
EndSubSection
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
还有听到网上说这里需要安装显示驱动 可是我的虚拟机在创建的时候并没有说要装什么显卡之类的 所有个人觉得 这应该不是显卡驱动的问题 |
|