Intro
Chipset: 855GM
BIOS: TYPE 2
Mode Table Offset: $C0000 + $36f
Mode Table Entries: 21
Mode 30 : 640x480, 8 bits/pixel
Mode 32 : 800x600, 8 bits/pixel
Mode 34 : 1024x768, 8 bits/pixel
Mode 38 : 1280x1024, 8 bits/pixel
Mode 3a : 1600x1200, 8 bits/pixel
Mode 3c : 1920x1440, 8 bits/pixel
Mode 41 : 640x480, 16 bits/pixel
Mode 43 : 800x600, 16 bits/pixel
Mode 45 : 1024x768, 16 bits/pixel
Mode 49 : 1280x1024, 16 bits/pixel
Mode 4b : 1600x1200, 16 bits/pixel
Mode 4d : 1920x1440, 16 bits/pixel
Mode 50 : 640x480, 32 bits/pixel
Mode 52 : 800x600, 32 bits/pixel
Mode 54 : 1024x768, 32 bits/pixel
Mode 58 : 1280x1024, 32 bits/pixel
Mode 5a : 1600x1200, 32 bits/pixel
Mode 5c : 1920x1440, 32 bits/pixel
Mode 7c : 1024x600, 8 bits/pixel
Mode 7d : 1024x600, 16 bits/pixel
Mode 7e : 1024x600, 32 bits/pixel
the 'mode 3c' is a mode we will never use, so -->
sudo gedit /etc/default/915resolution
change it to
MODE=3c
XRESO=1400
YRESO=1050
# optional setting
BIT=32
sudo /etc/init.d/915resolution start
gives this -->
Starting 915resolution: Intel 800/900 Series VBIOS Hack : version 0.5.2
Chipset: 855GM
BIOS: TYPE 2
Mode Table Offset: $C0000 + $36f
Mode Table Entries: 21
Patch mode 3c to resolution 1400x1050 complete
915resolution.
Okay, final step: we need to apply this patch every time at boot -->
sudo gedit /etc/X11/xorg.conf
If all is well, you won't have to change anything. Else -->
SubSection "Display"
Depth 24
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
VERY IMPORTANT:
sudo gedit /etc/init.d/bootmisc.sh
at the bottom, there is a line that says "exit 3 " . Just before that line, you have to add:
#
# Modify video BIOS tables to report correct mode for LCD
#
sudo /usr/sbin/915resolution 3c 1400 1050
I didn't to this, and my screen was f*cked up on reboot.
Broadcom 10/100 Ethernet Card
Just works.
Intel Pro/Wireless 802.11b
Just works.
Keyboard and USB-mouse (Logitech)
Just works.
Touchpad
Just works.
Sound
Just works.
Ubuntu does not standard support mp3.
Use Automatix for (among others) all multimedia setting (see customization).
Harddisks (mounting)
In the graphical setup, you have chose your mount points, so everything is okay.
Not tested
* Suspend to disk/ram
* Hibernate
* Infrared
* Cardreader
CD-burner
GnomeBaker (installed by Automatix) works really well.
Webcam (Logitech QuickCam Zoom)
YeeY, this works out-of-the-box :-)
Outro
Also check the customization page !