Jaunty

Differences between revisions 15 and 16
Revision 15 as of 2009-11-08 04:46:56
Size: 3270
Editor: c122-106-213-77
Comment:
Revision 16 as of 2009-11-08 04:52:03
Size: 3341
Editor: c122-106-213-77
Comment:
Deletions are marked like this. Additions are marked like this.
Line 58: Line 58:
 0. Open a Command Line Terminal.  1. Open a Command Line Terminal.
Line 60: Line 60:
 1. Prep, Install linux-headers-generic (Required for Kernel module Build)  2. Install linux-headers-generic (Required for Kernel Module Build)
Line 65: Line 65:
 2. Download the driver:  3. Download the driver (If wget fails, Go to [[http://linux.via.com.tw/|http://linux.via.com.tw/]])
Line 70: Line 70:
 3. Unpack the archive:  4. Unpack the archive:
Line 75: Line 75:
 3. Change directory to the Kernel Module (DRM) Build Directory.  5. Change directory to the Kernel Module (DRM) Build Directory.
Line 80: Line 80:
 4. Make your Kerel Module.  6. Make your Kernel Module.

XUbuntu 9.04 on HP2133.au from CD

Prep Install

  • You will need the XUbuntu 9.04 Alternate install CD.
  • External USB CD Rom drive.
  • Your HP2133 Bios Flashed to VF.04 (Recommended) or ealier.
  • Internet connection for updates (200-300mb).

Sample of tests (XUbuntu/XFce) With Via video binaries (86a-u904-50937)

Hardware

  • GL 3D working but with some issues.
  • GLXGEARS Aprox 300 fps in window mode, 99 fps in fullscreen mode.
  • Wifi Detected & working out of the box (Connected to local Wifi).

  • Webcam Detected & working out of the box (Working with Cheese but not Skype).

  • Sound Detected & working out of the box (Tested with XUbuntu/ALSA).

  • Bluetooth Detected & working out of the box (Notification Icon Available).

  • Sleepmode Detected & working out of the box ([Fn] F1 or shutdown menu).

  • Hibernate Detected & working out of the box (Tested via shutdown menu).

  • LCD Dimmer Detected & working out of the box ([Fn] F3/F4).

  • Sound Dimmer Detected & working out of the box ([Fn] F8,F10/F11).

  • AC/Battery Modes Detected & working out of the box (Notification Icon Available).

  • CPU Speed stepper Status unknown (Need to setup CPU speed Notification app).
  • Compiz Status unknown (This is XUbuntu after all).
  • RandR function not working. Must be Disabled in xorg.conf.
  • Microphone issues. Requires investigation.

Software

  • x4 MPlayer videos running simultaneous with scaling and no corruption.
  • Armagetron working. Tested in full screen mode.
  • BillardGL working. Tested in window mode.
  • Stellarium working. (With various options turned on).
  • Googlearth working. (Complains about RandR but works) (You MUST turn OFF "View/Atmosphere")
  • Celestia not working correctly (Texture issues).
  • Skype not working correctly (Webcam not working, Microphone issues). Requires investigation.
  • GLChess not working (Fails to run)(RandR issue).

Getting Started

Do the install

This is fairly straightforward. No hidden gotcha's here.

  1. Connect the USB CD Rom drive. The drive needs to be connected before you power on.
  2. Boot from the CD. (You may need to enter BIOS and set the CDROM as 1st boot device)
  3. Install as normal.

Update the software

After install, Boot into the desktop and install all updates.

  • The Australian HP2133 booted with a Vesa driver without any intervention.
  • If your version of the HP2133 does not boot after install, Look into using the "forcevesa" boot option.
  • Other reasons for boot failure are usually incorrect Bios revision.

Install the Via Binary Video Driver Version 86a-u904-50937

  1. Open a Command Line Terminal.
  2. Install linux-headers-generic (Required for Kernel Module Build)

sudo apt-get install linux-headers-generic
  1. Download the driver (If wget fails, Go to http://linux.via.com.tw/)

wget "http://linux.via.com.tw/support/beginDownload.action?eleid=342&fid=643" -O "5.74.33.86a-u904-50937.tgz"
  1. Unpack the archive:

tar -xvvf 5.74.33.86a-u904-50937.tgz
  1. Change directory to the Kernel Module (DRM) Build Directory.

cd 5.74.33.86a-u904-50937/DRM_Code/chrome9_2.6.27_28/
  1. Make your Kernel Module.

make

LaptopTestingTeam/Old/HP2133/Jaunty (last edited 2010-02-24 14:44:52 by host58-172-dynamic)