Penguin
Diff: PresarioNotes
EditPageHistoryDiffInfoLikePages

Differences between version 16 and predecessor to the previous major change of PresarioNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 16 Last edited on Friday, November 4, 2005 9:19:03 am by JohnMcPherson Revert
Older page: version 13 Last edited on Tuesday, September 20, 2005 2:15:31 pm by JohnMcPherson Revert
@@ -7,18 +7,16 @@
  
 !!Graphics 
 The graphics controller uses an Intel 915GM chipset, which is supposedly supported by [XOrg]'s i810 driver. However, it doesn't seem to be properly supported by the version of Xorg in Hoary, and graphics didn't work out of the box. (!!) GDM starts and runs but nothing is displayed on the [LCD]. 
  
-http://lists.freedesktop.org/pipermail/xorg/2005-June/008272.html suggests it all works with newer versions of various packages, so hopefully it will just work in the next release of Ubuntu ( 5.10 "Breezy", due in Oct 2005 ).  
-  
-For now , use the "vesa" graphics driver. Otherwise , if you really want to use the i810 driver, you can download a newer snapshot of the driver from http://dri.freedesktop.org/snapshots/. I used the 
+If you use Ubuntu 5.04 (Hoary ), either use the "vesa" graphics driver, or if you really want to use the i810 driver, you can download a newer snapshot of the driver from http://dri.freedesktop.org/snapshots/. I used the 
 "i915-20050718-linux.i386" which at least got X working with the i810 driver. You'll also need the "common-20050718-linux.i386" to get newer versions of Xorg's libdrm.a and GL modules. (If you install the driver but don't install the "common" package, you'll get an error in your Xorg.0.log file like "libdri version is 4.1.0 but version 5.0.x is needed"). 
  
-But at least it looks like this will all work out of the box in Ubuntu 5.10 aka "Breezy Badger". 
+Ubuntu 5.10 aka "Breezy Badger" has these newer versions and you don't need to do anything
  
 (The difficulty in supporting this chip is described in an [xorg thread|http://lists.freedesktop.org/pipermail/xorg/2005-March/007151.html].) 
  
-The graphics card lets you use "Xinerama" (dual head ) mode so you can have an extra wide desktop that stretches over two monitors. 
+The graphics card lets you use "Xinerama" (DualHead ) mode so you can have an extra wide desktop that stretches over two monitors. 
 See our [i915-xorg.conf] page. (This might possibly require the updated i810/i915 support from above, I didn't test this with the vesa driver). 
  
 !! BlueTooth 
 The laptop has built-in BlueTooth. It appears to be attached to the [USB] internal bus, so make sure your kernel has CONFIG_BT_HCIUSB support. The kernel that came with Ubuntu 5.04 had this. 
@@ -34,22 +32,27 @@
 With the default xorg.conf(5x) that Ubuntu (5.04 Hoary) generated, the 
 touchpad generates a middle-click when you tap it, which is very annoying. 
 Changing the <tt>/etc/X11/xorg.conf</tt> file to have 
 <verbatim> 
- # don't do anything for 1-finger taps  
- Option "TapButton1 " "" # 0 = no action 
+ Option "TapButton2 " "" # 0 = no action 
 </verbatim> 
-in the synaptics touchpad ~InputDevice section made no difference either.  
-However , disabling the synaptics driver completely (by commenting out  
-or removing the "~InputDevice Touchpad " line from the ~ServerLayout section  
-meant that it was just seen as a normal mouse (using the already existing "Configure Mouse " ~InputDevice) . This has the disadvantage that the vertical scrolling function of the touchpad no longer works, but that is an acceptable tradeoff to not have middle-clicks generated everywhere :)  
+in the synaptics touchpad ~InputDevice section fixed this , although  
+I'm not sure why it needed "TapButton2 " and not "TapButton1 ".  
+  
 You can still get a middleclick (mouse button2) by pressing buttons 1 and 3 simultaneously -- this assumes you have the Emulate3Buttons option for the default mouse ~InputDevice. 
  
-!!Other  
-The video card supports having a 2nd monitor, so it looks like you can use this in dual -head mode as well as just using it as an external monitor.  
+!! 6- in-1 Card Reader  
  
-The "Expansion Port 2" slot is only for attaching the laptop to Compaq 's docking station
+I couldn't get the 6-in-1 card reader to work with Ubuntu 's 2.6.10 LinuxKernel, or with a custom 2.6.11 kernel.  
+These kernels support some card readers -- CONFIG_MMC found in Device Drivers -> MMC/SD Card -> MMC support) but only those using a ~WinBond chip (with the wbsd.ko driver).  
+The [pci database|http://pci-ids.ucw.cz/pci.ids] lists the following devices found by <tt>lspci</tt>.  
+Texas Instruments:  
+ 8033 PCIxx21 Integrated ~FlashMedia Controller%%%  
+ 8034 PCI6411, PCI6421, PCI6611, PCI6621, PCI7411, PCI7421, PCI7611, PCI7621 Secure Digital (SD) Controller  
+Perhaps more recent kernel versions support the chips use in the card reader in these laptops
  
-The 6-in-1 card reader might work (the LinuxKernel supports this -- CONFIG_MMC found in Device Drivers -> MMC/SD Card -> MMC support) but I only have CompactFlash cards, which aren 't supported by this reader
+  
+!!Other  
+ The "Expansion Port 2" slot is only for attaching the laptop to Compaq 's docking station
  
 ---- 
 CategoryLaptopNotes