LinuxSir.cn,穿越时空的Linuxsir!

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

ThinkPad X61 攻略

[复制链接]
发表于 2008-2-28 12:04:09 | 显示全部楼层 |阅读模式
前段时间在各位朋友的推荐下买了一款 ThinkPad X61:
http://www.linuxsir.cn/bbs/thread323226.html

这款本本还不错, 我加了1G的内存,目前内存是1.5G,安装了 64 位的 Fedora8 和 Fedora7,用起来没啥问题。下面是针对 X61 在 Fedora8 和 Fedora7 的一些技巧:

1. 双屏显示:
X61 的显示器最大支持 1024x768,  我的外接显示器支持 1280x1024..
所以我用的是 1280x1024+1024x768 双屏。
我用的是 intel 驱动,没用 i180 驱动。intel 驱动虽然 Xinerama 有问题,但照样可以通过其他方式设置双屏:

  1. Section "ServerLayout"
  2.         Identifier     "Multihead layout"
  3.         Screen      0  "Screen0" 0 0
  4.         InputDevice    "Keyboard0" "CoreKeyboard"
  5. EndSection

  6. Section "InputDevice"
  7.         Identifier  "Keyboard0"
  8.         Driver      "kbd"
  9.         Option            "XkbModel" "pc105"
  10.         Option            "XkbLayout" "us+inet"
  11. EndSection

  12. Section "Monitor"
  13.         Identifier   "Monitor0"
  14.         Option "Above" "Monitor1"
  15. EndSection

  16. Section "Monitor"
  17.         Identifier   "Monitor1"
  18.         HorizSync     30-83
  19.         VertRefresh   55-75
  20. EndSection

  21. Section "Device"
  22.         Identifier  "Videocard0"
  23.         Driver      "intel"
  24.         Option      "monitor-VGA" "Monitor1"
  25.         Option      "monitor-LVDS" "Monitor0"
  26. EndSection

  27. Section "Screen"
  28.         Identifier "Screen0"
  29.         Device     "Videocard0"
  30.         Monitor    "Monitor1"
  31.         DefaultDepth     16
  32.         SubSection "Display"
  33.                 Depth     16
  34.                 Modes    "1280x1024" "1024x768" "800x600" "640x480"
  35.                 Virtual 2048 2048
  36.         EndSubSection
  37. EndSection
复制代码


2. 编译优化
设置 /usr/lib/rpm/redhat/rpmrc 通过 -march=nocana 进行编译优化:

  1. # grep x86_64 /usr/lib/rpm/redhat/rpmrc
  2. optflags: x86_64 %{__global_cflags} -m64 -march=nocana
复制代码

然后对 firefox 等又大又慢的包进行重新编译。
注: nocana 是针对 64 位系统的,如果是 32 位则应该用 prescott。

感觉其他就没什么说的了, 网卡、声卡、无线、3D、U盘等设备 Fedora 直接支持,无需任何配置。

暂时就这些,欢迎其他 X61+Fedora 朋友补充。

我其他还没遇到什么问题,后台同时运行了数十套 php+mysql 系统
,运行 compiz 流畅,运行 ET (重返德军司令部) 速度还不错。mplayer, mplayer-plugin 效果还不错。gimp渲染速度也还可以。eclipse打开十多个项目后的速度勉强可用(当然没法与gvim比)。

目前就剩下一些系统优化的老问题需要慢慢解决:
eclipse 内存占用问题:
http://www.linuxsir.cn/bbs/thread323847.html
firefox 内存泄漏问题:
http://www.linuxsir.cn/bbs/thread321073.html
发表于 2008-2-28 14:45:59 | 显示全部楼层
firefox直接使用firefox3吧,个人认为这个版本会是firefox的飞跃。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-3-2 01:36:55 | 显示全部楼层
我在台式机里装有 FC9 的 Firefox3 ......
用 Firefox3 的最大问题是很多插件都没法用了
回复 支持 反对

使用道具 举报

发表于 2008-3-3 11:34:17 | 显示全部楼层
搞得我想去买个X61了,GF用的X61,那个轻薄啊。。。
回复 支持 反对

使用道具 举报

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

本版积分规则

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