Content »

Linux Setup

Main

Content

x


This is old but maybe it will help someone.


My Linux Setup

Here's some specifics on the Linux setup I'm running on my Thinkpad T61

* Basically, you apt-get install msttcorefonts, save Attach: fontconfig.tbz to your desktop, sudo tar xvjpf fontconfig.tbz -C /etc/fonts, then restart X.
  • I also used this doc to get the thinkpad middle mouse button to work for scrolling
  • I used this guide to set up compiz and emerald. Attach: theme.emerald.txt is my emerald theme. I am using the Human-Murrine UI theme with UnBatang 10 font, 96 DPI.
  • This guide helped me get my standby to work properly.
* I just added some stuff to /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi:
 <match key="system.hardware.product" string="766417U">
   <merge key="power_management.quirk.s3_mode" type="bool">false</merge>
   <merge key="power_management.quirk.s3_bios" type="bool">false</merge>
   <merge key="power_management.quirk.save_pci" type="bool">false</merge> 

Page last modified on December 15, 2009, at 08:50 AM

Edit - History - Print - Recent Changes (All) - Search