X200上安装Ubuntu8.10很简单,硬件都可以自动识别.
    装好后配置xorg.conf

  1. gedit /etc/X11/xorg.conf
  2. Section "Device"
  3. Identifier  "Configured Video Device"
  4. EndSection
  5. Section "Monitor"
  6. Identifier  "Configured Monitor"
  7. EndSection
  8. Section "Monitor"
  9. Identifier  "HDMI-1"
  10. Option      "Ignore"     "True"
  11. EndSection
  12. Section "Monitor"
  13. Identifier  "HDMI-2"
  14. Option      "Ignore"    "True"
  15. EndSection
  16. Section "Screen"
  17. Identifier  "Default Screen"
  18. Monitor     "Configured Monitor"
  19. Device      "Configured Video Device"
  20. DefaultDepth    24
  21. SubSection  "Display"
  22. Modes   "1280X800"  "1024X768"
  23. Virtual 2432    864
  24. EndSubSection
  25. EndSection
  26. Section "Device"
  27. Identifier  "Configured Video Device"
  28. Driver      "intel"
  29. Option      "monitor-HDMI-1"    "HDMI-1"
  30. Option      "monitor-HDMI-2"    "HDMI-2"
  31. EndSection

下面就可以开始安装3D桌面了
        (需要的包也可以从 http://packages.ubuntu.com/zh-cn/intrepid/python-compizconfig上下载)
         1.得到密匙

  1. sudo wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -

2.添加源

  1. deb http://download.tuxfamily.org/3v1deb feisty eyecandy
  2. deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy

3.更新

  1. sudo apt-get update
  2. sudo apt-get dist-upgrade

4.安装Compiz , Compiz Config 和 Compiz plugins

  1. sudo aptitude install compiz
  2. sudo aptitude install compizconfig-settings-manager
  3. sudo aptitude install libcompizconfig-backend-gconf
  4. sudo aptitude install compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-fusion-plugins-unsupported

5.安装Emerald

  1. sudo apt-get install emerald

6.会话里加入Compiz

  1. compiz --replace -c emerald &

7. 最后安装fusion-icon来管理
          
安装 git 版本控制工具

  1. sudo apt-get install git git-core compiz-dev

下载 fusion-icon

  1. git-clone git://anongit.opencompositing.org/users/crdlb/fusion-icon

进入 fusion-icon 目录,开始安装

  1. sudo make install

8.在会话 -> 启动程序中加入 fusion-icon,开机就能直接启动了。

X200上安装Ubuntu 8.10+Compiz+emerald相关推荐

  1. Windows7环境下用VirtualBox (5.1)上安装Ubuntu 17.10

    VirtualBox下载地址如下: https://www.virtualbox.org/wiki/Downloads Ubuntu各个版本镜像下载地址如下: http://mirrors.melbo ...

  2. Windows XP硬盘安装Ubuntu 11.10双系统全程图解

    Ubuntu 11.10正式版出来有段时间了,许多朋友还在用wubi安装,其实,Windows XP下硬盘安装Ubuntu 11.10双系统其实也很简单的,Ubuntu 11.10的安装过程跟11.0 ...

  3. (转)VMware 虚拟机安装Ubuntu 11.10使用share folders共享目录

    第一步,安装VMware Tools 恢复虚拟机ubuntu后,首先,点击 虚拟机--安装VMware Tools(Install VMware Tools),这时我们会在Ubuntu系统桌面上发现V ...

  4. linux4.19安装教程,树莓派4安装Ubuntu 19.10的教程详解

    由于之前在raspbian上面跑opencv有些依赖包装不上,所以一些代码不能跑,就想着用Ubuntu试试.安装的过程是跟着这个视频来的: [Linux]在Raspberry Pi 4上安装完整版Ub ...

  5. xp 硬盘安装linux双系统,WinXP硬盘安装Ubuntu 11.10双系统全程图解

    Ubuntu 11.10正式版出来有段时间了,许多朋友还在用wubi安装,其实,Windows XP下硬盘安装Ubuntu 11.10双系统其实也很简单的,Ubuntu 11.10的安装过程跟11.0 ...

  6. 如何将 Azure 上的 Ubuntu 19.10 服务器升级到 20.04

    点击上方蓝字关注"汪宇杰博客" 导语 Ubuntu 20.04 LTS 已经正式推出了.作为一名软粉,看到新版鲍叔毒瘤,我当然是激动万分,抱着批判的态度,第一时间很不情愿的更新了我 ...

  7. linux14.10硬盘安装,Windows 10下硬盘安装Ubuntu 14.10图文教程

    著名的Linux发行版 Ubuntu 系统已经释出最新的 14.10 版,同时大家也可能不知道其实它已经十岁了.与半年前的14.10相比,这次Ubuntu 14.10系统升级的修改幅度很小,外观界面几 ...

  8. linux简易教程 莫烦,安装 Ubuntu 17.10

    安装 Ubuntu 17.10 作者: 莫烦 编辑: 莫烦 2017-10-11 选一个 Linux distribution ¶ 其实 Linux 不只是 一个系统, 他是很多系统的集合, 可以想象 ...

  9. 在Win10 PC上安装Ubuntu 20.04 系统

    在Win10 PC上安装Ubuntu 20.04 系统 本文仅适用于UEFI+GPT类型的PC,有关这方面的知识请自行了解. 引言 为什么需要使用 Linux 系统? 既已看到此文,我相信你一定有需求 ...

最新文章

  1. 联合权值 NOIP2014 提高组 Day1 T2
  2. 一周一论文(翻译 总结)—— [DSN 18] RDMC A Reliable RDMA Multicast for Large Objects :一个面向大型对象的可靠的RDMA广播框架
  3. 采用串口DMA双缓冲方法,快速更新外部FLASH中文字库
  4. J2EE中在web.xml异常页面跳转
  5. wpf中把按钮变成圆角
  6. PyQt5入门——手把手教你配置环境,快速上手GUI程序开发(Anaconda+PyCharm+Qt Designer+pyuic)
  7. python while无限循环、人为终止_Python while while循环永远不会停止,即使它应该
  8. 计算机专业简历自我评价,计算机专业毕业生简历自我评价
  9. 新手教学--(常用的存储过程)
  10. 【字体】编程常用字体推荐,微软,苹果,开源系统默认代码字体
  11. 计算机奖状模板,制作电子奖状
  12. 英语写作神器Quillbot---如何使用免费的Premium功能
  13. python绘图 ——蜡笔小新
  14. 用小马激活的千万小心!!
  15. Cesium使用独显GPU提高性能(适用于webGL)
  16. 1.Redis客户端
  17. Visionpro工具用途中文介绍
  18. 人民币为什么会贬值?
  19. 【快应用】折叠屏手机打开快应用页面重新加载问题
  20. 允许asp.net web程序的跨域访问

热门文章

  1. STM32——GPIO
  2. SpringCloud Alibaba 之 Nacos
  3. 【ansys workbench】11.圣维南原理和模型简化
  4. php echo webtitle,?php echo htmlspecialchars(stripslashes($rows['webtitle'])); ?
  5. mysql的助记符是什么意思_SQL Server页中行物理存储
  6. 大家知道1GHz的周期等于多少秒吗
  7. win10计算机管理里用户,在Windows10中设置Administrators管理员用户组的方法
  8. 硬盘电路板损坏故障数据如何修复?
  9. 量化交易 聚宽 止盈止损策略
  10. 常见的金融术语——176个基础金融知识名词解释