LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 902|回复: 3

vmware可以模拟intel的显卡吗

[复制链接]
发表于 2007-5-7 21:53:57 | 显示全部楼层 |阅读模式
我的笔记本显卡是ati x1300 vmware装的fc7-test
现在的xorg.conf为
[root@localhost X11]# cat xorg.conf
# Xorg configuration created by pyxf86config

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "VMMouse"
        Driver      "vmmouse"
        Option      "Device" "/dev/input/mice"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vmware"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
模拟intel集成显卡可以吗?在内核编译时选择?
 楼主| 发表于 2007-5-7 22:00:54 | 显示全部楼层

异想天开一下

我的笔记本显卡是ati x1300 vmware装的fc7-test,可以模拟intel集成显卡吗?比如945gm
现在的xorg.conf为
[root@localhost X11]# cat xorg.conf
# Xorg configuration created by pyxf86config

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

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "VMMouse"
Driver "vmmouse"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "yes"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "vmware"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
回复 支持 反对

使用道具 举报

发表于 2007-5-7 22:15:37 | 显示全部楼层
关键在于vmware提供怎样的模拟显卡,跟你实际用什么显卡无关。
回复 支持 反对

使用道具 举报

发表于 2007-5-8 00:23:37 | 显示全部楼层
no, it doesn't
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表