VM中宽屏问题已经解决!

CPU/显卡/打印机/USB设备等硬件问题
回复
resistwind
帖子: 12
注册时间: 2007-01-05 13:41

VM中宽屏问题已经解决!

#1

帖子 resistwind » 2007-01-09 20:28

VM中宽屏问题已经解决!
安装UBUNTU已经有几天了,一直在是用1024×768的分辨率,系统默认的,想调高也没办法调整,我的是14.1宽屏,怎么看怎么不舒服,字体都是变扁的!由于是我在XP SP2 下VM的UBUNTU /ETC/X11下面xorg.conf和论坛里面讨论的不一样,一直没敢改,怕出问题,今天改了,哈哈一点问题都没有,顺利改成1280×768了,还多了几个选项!
这个是没改之前的配置:
Section "Screen"
Identifier "Default Screen"
Device "VMWare Inc [VMware SVGA II] PCI Display Adapter"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection

这个是改过后的:
Section "Screen"
Identifier "Default Screen"
Device "VMWare Inc [VMware SVGA II] PCI Display Adapter"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x768" "800x600" "640x480"
EndSubSection
附件
Screenshot.png
w185786775
帖子: 12
注册时间: 2007-01-08 18:41

#2

帖子 w185786775 » 2007-01-09 23:04

我连那个文件在哪里都找不到············
mikeshi
帖子: 24
注册时间: 2006-06-10 14:00

#3

帖子 mikeshi » 2007-01-10 9:50

w185786775 写了:我连那个文件在哪里都找不到············
sudo dpkg-reconfigure xserver-xorg

里面可以设置分辨率的
rola
帖子: 15
注册时间: 2007-01-10 13:50

#4

帖子 rola » 2007-01-11 13:55

我的xorg.conf中相关的配置内容如下:
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x768"
EndSubSection
EndSection
可是分辨率还是1024*768的,这个怎么改啊,还有,用“文本编辑器”打开这个文件是只读的,怎么改成可写的啊
回复