argpc 发表于 2005-12-2 12:03:06

使用vmware安装magic linux 2.0rc1,如

安装使用良好,可是在安装的时候没有选中1024*768的模式,结果进入kde后只有800*600和640*4802个选项,

我已经修改了etc/X11/xorg.conf文件 加上了1024*768的模式,可是好像还是生效不了,在kde的桌面设置里面还是只有

800*600的选项,怎么配置才能使用 1024*768 的分辨率?
以下是我的xorg.conf配置文件
===========================
xorg.conf
===========================

# XFree86 4 configuration created by MagicInstaller.

Section "ServerLayout"
      Identifier      "Default Layout"
      Screen      0   "Screen0" 0 0
      InputDevice   "Mouse0" "CorePointer"
      InputDevice   "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
      RgbPath         "/usr/X11R6/lib/X11/rgb"
      FontPath      "/usr/X11R6/lib/X11/fonts/misc:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
      FontPath      "/usr/X11R6/lib/X11/fonts/misc"
      FontPath      "/usr/X11R6/lib/X11/fonts/Type1"
      FontPath      "/usr/X11R6/lib/X11/fonts/cyrillic"
      FontPath      "/usr/X11R6/lib/X11/fonts/TTF"
      FontPath      "/usr/share/fonts/default/Type1"
FontPath "/usr/share/fonts/ttf/zh_CN"

EndSection

Section "Module"
      Load    "dbe"
      Load    "extmod"
      Load    "fbdevhw"
      Load    "glx"
      Load    "record"
      Load    "freetype"
      Load    "type1"
EndSection

Section "InputDevice"
      Identifier      "Keyboard0"
      Driver          "keyboard"
      Option          "XkbRules" "xfree86"
      Option          "XbkModel" "pc105"
      Option          "XkbLayout" "us"
EndSection

Section "InputDevice"
      Identifier      "Mouse0"
      Driver          "mouse"
      Option          "Protocol" "IMPS/2"
      Option          "Device" "/dev/input/mice"
      Option          "ZAxisMapping" "4 5"
      Option          "Emulate3Buttons" "no"
EndSection

Section "Monitor"
      Identifier      "Monitor0"
      VendorName      "Monitor Vendor"
      ModelName       "Unknown monitor"
      HorizSync       31.5 - 37.9
      VertRefresh   50.0 - 70.0
EndSection

Section "Device"
      Identifier      "Videocard0"
      Driver          "vmware"
      VendorName      "Videocard vendor"
      BoardName       "VMWare"
      VideoRam      16384
EndSection

Section "Screen"
      Identifier      "Screen0"
      Device          "Videocard0"
      Monitor         "Monitor0"
      DefaultDepth   24
      SubSection"Display"
Depth16
Modes"1024x768" "800x600" "640x480"
EndSubSection
SubSection"Display"
Depth24
Modes"1024x768" "800x600" "640x480"
EndSubSection
EndSection

argpc 发表于 2005-12-2 15:53:55

难道没人知道么,我折腾2天了。。。,完全没头绪了阿

sejishikong 发表于 2005-12-2 16:17:42

你需要安装vmware-tools。

demonlj 发表于 2005-12-2 16:52:19

而且可以将1024x768的删除

亦幻 发表于 2005-12-2 17:21:14

你需要安装vmware-tools。
次次安装tools后,重启又要你安装了~~~~

argpc 发表于 2005-12-6 18:13:20

已经解决,不是vmware tools的问题是

HorizSync       31.5 - 37.9
VertRefresh   50.0 - 70.0

这2个参数不对,我改了就好了。。。。


为这个,我还装了个virtual pc ,结果发现 virtual pc 比vmware 慢好多。。。。

而且,装了 vmware tools 后,好像kde就垮了,Xorg测试可以看到Xserver没问题,但是startX后就出来乱码死机了。。
页: [1]
查看完整版本: 使用vmware安装magic linux 2.0rc1,如