ubuntu9.04虚拟xp背景半透明怎么半阿
-
- 帖子: 140
- 注册时间: 2009-03-03 0:04
- jioyo源
- 帖子: 3476
- 注册时间: 2008-10-08 13:48
Re: ubuntu9.04虚拟xp背景半透明怎么半阿
emerald
--------------------------------------
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
- jioyo源
- 帖子: 3476
- 注册时间: 2008-10-08 13:48
Re: ubuntu9.04虚拟xp背景半透明怎么半阿
emerald
--------------------------------------
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
论坛精华贴全集:http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=199845
book:http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=198286
- be00
- 帖子: 805
- 注册时间: 2008-07-28 19:51
- 来自: 长沙
- 联系:
Re: ubuntu9.04虚拟xp背景半透明怎么半阿
以前这个问题有人解决过,见:viewtopic.php?f=65&t=196400&start=0
改的过程说一下
改的过程说一下
先找到VirtualBox位置
zhanggang@T60:~$ whereis VirtualBox
VirtualBox: /usr/bin/VirtualBox
其实这个只是一个链接,找到真正程序的问题
zhanggang@T60:~$ ls -ld /usr/bin/VirtualBox
lrwxrwxrwx 1 root root 4 2009-06-08 10:47 /usr/bin/VirtualBox -> VBox
可以修改VBox,在PATH="/usr/bin:/bin:/usr/sbin:/sbin"下面加一行:
export XLIB_SKIP_ARGB_VISUALS=1
-
- 帖子: 140
- 注册时间: 2009-03-03 0:04
Re: ubuntu9.04虚拟xp背景半透明怎么半阿
be00 写了:以前这个问题有人解决过,见:viewtopic.php?f=65&t=196400&start=0
改的过程说一下先找到VirtualBox位置
zhanggang@T60:~$ whereis VirtualBox
VirtualBox: /usr/bin/VirtualBox
其实这个只是一个链接,找到真正程序的问题
zhanggang@T60:~$ ls -ld /usr/bin/VirtualBox
lrwxrwxrwx 1 root root 4 2009-06-08 10:47 /usr/bin/VirtualBox -> VBox
可以修改VBox,在PATH="/usr/bin:/bin:/usr/sbin:/sbin"下面加一行:
export XLIB_SKIP_ARGB_VISUALS=1
谢谢了,按照以上地址所说方法解决



