Fedora Core 6系统安装VMware-tool

豆豆网   技术应用频道   2007年04月19日  【字号: 收藏本文

本文详细介绍Fedora Core 6系统安装VMware-tool

  上面的配置不一定行的,只是个参考。

  这个是我的x11的配置文件:

  # Xorg configuration created by system-config-display

  Section "ServerLayout"

  Identifier "single head configuration"

  Screen 0 "Screen0" 0 0

  InputDevice "Mouse0" "CorePointer"

  InputDevice "Keyboard0" "CoreKeyboard"

  EndSection

  Section "InputDevice"

  Identifier "Keyboard0"

  Driver "kbd"

  Option "XkbModel" "pc105"

  Option "XkbLayout" "us"

  EndSection

  Section "InputDevice"

  Identifier "Mouse0"

  Driver "vmmouse"

  Option "Protocol" "Auto"

  Option "Device" "/dev/input/mouse0"

  EndSection

  Section "Monitor"

  ### Comment all HorizSync and VertSync values to use DDC:

  ### Comment all HorizSync and VertSync values to use DDC:

  Identifier "vmware"

  ModelName "LCD Panel 1280*1024"

  ### Comment all HorizSync and VertSync values to use DDC:

  HorizSync 31.5 - 67.0

  VertRefresh 50.0 - 75.0

  Option "dpms"

  EndSection

  Section "Device"

  Identifier "VMware SVGA"

  Driver "vmware"

  EndSection

  Section "Screen"

  # Don't specify DefaultColorDepth unless you know what you're

  # doing. It will override the driver's preferences which can

  # cause the X server not to run if the host doesn't support the

  # depth.

  Identifier "Screen0"

  Device "VMware SVGA"

  Monitor "vmware"

  DefaultDepth 24

  SubSection "Display"

  # VGA mode: better left untouched

  Viewport 0 0

  Depth 4

  Modes "640x480"

  EndSubSection

  SubSection "Display"

  Viewport 0 0

  Depth 8

  Modes "1024x768"

  EndSubSection

  SubSection "Display"

  Viewport 0 0

  Depth 15

  Modes "1024x768"

  EndSubSection

  SubSection "Display"

  Viewport 0 0

  Depth 16

  Modes "1024x768"

  EndSubSection

  SubSection "Display"

  Viewport 0 0

  Depth 24

  Modes "1024x768" "800x600" "640x480"

  EndSubSection

  EndSection

责编:豆豆技术应用

正在加载评论...