zoukankan      html  css  js  c++  java
  • vmware12中ubuntu16.10的vmware tools失效,导致不能复制粘贴文字以及自动适应窗口分辨率

    问题:
    复制命令后,在vmware的ubuntu中粘贴不了,网上说要安装VMWare Tools,但是安装了VMWare Tools 还是不行!
    最终找到如下方法:


    新安装或异常关机和重新划分分区导致的vmware tools失效,不能复制粘贴文件以及自动适应窗口分辨率,无论怎样重装vmware tools或open-vm-tools均无效。
    最后发现有效的方法如下,对15.10和16.04都有效:

    1) sudo apt-get autoremove open-vm-tools

    2) Install VMware Tools by following the usual method (Virtual Machine --> Reinstall VMWare Tools)

    3) Reboot the VM

    4) sudo apt-get install open-vm-tools-desktop

    5) Reboot the VM, after the reboot copy/paste and drag/drop will work!

     

    转自:http://blog.sina.com.cn/s/blog_5e8c26990102wh6m.html

  • 相关阅读:
    gcc/g++命令参数笔记
    周总结
    帆软FineBI试用
    C++输入流
    tt
    linux6 安装oracle11g
    linux下修改/dev/shm tmpfs文件系统大小
    centos6.5_x86_64 下安装 Oracle11gR2 的详细过程
    Linux Network配置
    安装KornShell(KSH)
  • 原文地址:https://www.cnblogs.com/alan666/p/8311848.html
Copyright © 2011-2022 走看看