Difference between revisions of "Installing Ubuntu 6.10 on a ThinkPad X41 Tablet"

From ThinkWiki
Jump to: navigation, search
 
m
Line 5: Line 5:
 
== Tablet Screen Rotation (updated i810 drivers) ==
 
== Tablet Screen Rotation (updated i810 drivers) ==
  
This edition of Ubuntu (Edgy) has XRandR enabled i810 drivers, which allow you to rotate your screen orientation on the fly. The command {{xrandr -o [orientation]}} will rotate your screen to your liking. For more information about the {{xrandr}} command, refer to the man file ({{man xrandr}}).
+
This edition of Ubuntu (Edgy) has XRandR enabled i810 drivers, which allow you to rotate your screen orientation on the fly. The command <tt>xrandr -o [orientation]</tt> will rotate your screen to your liking. For more information about the <tt>xrandr</tt> command, refer to the man file (<tt>man xrandr</tt>).
  
 
== Wireless Support ==
 
== Wireless Support ==
  
Wireless seems to be supported flawlessly in terms of drivers, though I'm not sure how well the built-in Network Manager works. I use the {{iwconfig}} command to manage my wireless, as I have a need to create pseudo-"profiles", and in this document I will describe this alternative process.
+
Wireless seems to be supported flawlessly in terms of drivers, though I'm not sure how well the built-in Network Manager works. I use the <tt>iwconfig</tt> command to manage my wireless, as I have a need to create pseudo-"profiles", and in this document I will describe this alternative process.
  
 
== Fingerprint Reader Support ==
 
== Fingerprint Reader Support ==
Line 25: Line 25:
 
=== TrackPoint ===
 
=== TrackPoint ===
  
Like in all ThinkPad Xorg configurations, add the following under the "Configured Mouse" device:
+
Like in all ThinkPad Xorg configurations, add the following under the "Configured Mouse" device to enable TrackPoint scrolling:
  
 
Option          "EmulateWheel"          "true"
 
Option          "EmulateWheel"          "true"
 
Option          "EmulateWheelButton"    "2"
 
Option          "EmulateWheelButton"    "2"
 
To be continued...
 

Revision as of 15:56, 7 September 2006

This document describes the process of (installing and?) configuring Ubuntu Edgy Eft (final release expected October 2006) on a Lenovo ThinkPad X41 Tablet. With whatever relevance it may have, the particular model number used in testing was an 1869CSU. Keep in mind that at this document's inception 6.10 is a development version of the Ubuntu Linux OS.

Pre-Installation Notes

Tablet Screen Rotation (updated i810 drivers)

This edition of Ubuntu (Edgy) has XRandR enabled i810 drivers, which allow you to rotate your screen orientation on the fly. The command xrandr -o [orientation] will rotate your screen to your liking. For more information about the xrandr command, refer to the man file (man xrandr).

Wireless Support

Wireless seems to be supported flawlessly in terms of drivers, though I'm not sure how well the built-in Network Manager works. I use the iwconfig command to manage my wireless, as I have a need to create pseudo-"profiles", and in this document I will describe this alternative process.

Fingerprint Reader Support

Honestly, I care very little about the fingerprint functionality. Its only real use seems to be for gksu-type logins while the tablet is swiveled down, which doesn't occur often in my setup. If someone wants to explore/expound, please do, but I won't include any details about the fingerprint reader in this document.

Installation Notes

The installation process didn't require anything exceptional. Feel free to fill in the blanks if it could be useful.

Post-Installation Notes

Configuring Xorg

TrackPoint

Like in all ThinkPad Xorg configurations, add the following under the "Configured Mouse" device to enable TrackPoint scrolling:

Option "EmulateWheel" "true" Option "EmulateWheelButton" "2"