1.显示器分辨率问题

添加以下内容到/etc/X11/xorg.conf

Section “Monitor”
Identifier    “Configured Monitor”
EndSection

Section “Monitor”
Identifier    “HDMI-1″
Option        “Ignore” “True”
EndSection

Section “Monitor”
Identifier    “HDMI-2″
Option        “Ignore” “True”
EndSection

Section “Screen”
Identifier    “Default Screen”
Monitor        “Configured Monitor”
Device        “Configured Video Device”
DefaultDepth     24
SubSection “Display”
Modes “1280×800” “1024×768″
# The following line was an auto-configuration added by an external VGA projector; you might leave it out to try
# letting the system detect dimensions appropriate for whatever display you happen to use.
Virtual    2432 864
EndSubSection
EndSection

Section “Device”
Identifier    “Configured Video Device”
Driver        “intel”
Option        “monitor-HDMI-1″ “HDMI-1″
Option        “monitor-HDMI-2″ “HDMI-2″
EndSection

2.无线网卡问题

Ubuntu 8.10的更新源中有适用于X200的驱动可以直接识别并加载Intel的无线网卡驱动,在我的机器上的lshw程序输出如下:

$ sudo lshw -C network
*-network
description: Ethernet interface
product: 82567LM Gigabit Network Connection
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
logical name: eth0
version: 03
serial: 00:1f:16:0a:d6:58
size: 100MB/s
capacity: 1GB/s
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=0.3.3.3-k6 duplex=full firmware=1.8-3 ip=118.229.188.151 latency=0 link=yes module=e1000e multicast=yes port=twisted pair speed=100MB/s
*-network
description: Wireless interface
product: PRO/Wireless 5100 AGN [Shiloh] Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wmaster0
version: 00
serial: 00:21:5d:8a:23:b8
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=iwlagn latency=0 module=iwlagn multicast=yes wireless=IEEE 802.11abgn

如果需要从命令行配置无线网卡,可以通过iwconfig命令来完成,包括设定ssid,加密方式等。可能大部分人很熟悉ifconfig命令了,但是设置无线网卡必需通过iwconfig命令,这是唯一需要注意的问题。

3.红色指点杆中键滚屏功能故障

创建文件 /etc/hal/fdi/policy/mouse-wheel.fdi,并添加以下内容到该文件

<match key=”info.product” string=”TPPS/2 IBM TrackPoint”>
<merge key=”input.x11_options.EmulateWheel” type=”string”>true</merge>
<merge key=”input.x11_options.EmulateWheelButton” type=”string”>2</merge>
<merge key=”input.x11_options.YAxisMapping” type=”string”>4 5</merge>
<merge key=”input.x11_options.XAxisMapping” type=”string”>6 7</merge>
<merge key=”input.x11_options.Emulate3Buttons” type=”string”>true</merge>
<merge key=”input.x11_options.EmulateWheelTimeout” type=”string”>200</merge>
</match>

4.VMware Player中的Windows XP出现按下方向键弹出开始菜单的错误键位映射问题

$sudo echo “xkeymap.nokeycodeMap = true” > /etc/vmware/config

参考资源:

  1. http://www.thinkwiki.org/wiki/Installing_Ubuntu_8.04_&_8.10_on_an_X20 强烈推荐的参考资源,绝大部分遇到的问题都可以在这里得到解决
  2. http://ubuntuforums.org/showthread.php?t=972349

本周有两件事情需要记录一下:

1. 新买了一块硬盘,换到了我的爱本上。

2.在新硬盘上安装了Ubuntu 8.10,单系统,不再设置Windows分区。

实际上,接触Linux已经有7个年头了,七年之痒这句话在我的身上有了一次另类的展现。

说实话,以前也在本本上装过Linux,从开始的双系统,到后来的虚拟机。Linux,一句话,“想说爱你,不容易!”

笔记本硬件兼容差和软件质量差是我在过去的7年里对Linux的使用总结。

但是,在这次经过了事前充分的功课准备,和我在实验室一年多来的完全Linux化工作体验感受,下定了决心,要再给Linux桌面一个机会,给我的新硬盘一个机会。

果然,安装、配置和使用,和我预想的一样,没有遇到什么困难。基本没有经过多少hack,大部分的本本自带硬件都可以正确的识别和使用,稍微hack了一下就解决了宽屏显示和无线网络的问题。

软件方面,有了apt,再也不用在硬盘里单独准备一个目录整理安装软件了!

为了使用微软的Visio,安装了VMWare Player,以前在Windows下装的虚拟机全都可以直接使用!太爽了!

网银?支付宝?IE?Visio?统统不是问题!

最后show一张桌面截图,看看Ubuntu的桌面特效和VMWare Player的兼容,Vista和Windows 7都可以去一边凉快凉快了o(∩_∩)o..

VMWare Player in Ubuntu 8.10 on ThinkPad x200


© 2007 猪在笑 | iKon Wordpress Theme by TextNData | Powered by Wordpress | rakCha web directory
登录 | 访问数169267 | 水木BLOG | 水木社区 | 关于我们 | Blog论坛 | 法律声明 | 隐私权保护 | 京ICP证050249号
水木社区Blog系统是基于KBS系统WordPress MU架构的