An interesting challenge - installing and configuring Linux on an HP Pavilion ze5170. The following is very boring to everyone who isn't trying to duplicate the feat, and is noted here mostly so I can find all the information if I need it again in future.
To use the install CD, you have to boot with extra flags; bare.i ide=nodma idebus=66.
You need, in your lilo setup, append="ide=nodma idebus=66".
You also need, in your lilo setup, vga=792.
In XF86Config, you need: A Load "radeon" in the Section "Module" A Section "InputDevice" with Identifier "Mouse1", Driver "mouse", Option "Protocol" "PS/2", Option "Device" "/dev/mouse", Option "Emulate3Buttons", Option "Emulate3Timeout" "50" A Section "Monitor" with Identifier "NotebookTFT", HorizSync 30-80, VertRefresh 75 A Section "Device" with Identifier "ATI Mobility M6", Driver "radeon", VideoRam 32768 A Section "Screen" with Identifier "Mobility", Device "ATI Mobility M6", Monitor "NotebookTFT", DefaultDepth 24, SubSection "Display" / Depth 24 / Modes "1024x768" / EndSubSection
You need gpm disabled. You need tpconfig, including its kernel patch.
You need "omke.pl -k 1" running in /etc/rc.d/rc.local.
You need /etc/X11/xinit/.Xmodmap to contain "keycode 236 = F16", "keycode 234 = F17", "keycode 178 = F18", "keycode 241 = F19", "keycode 240 = F20".
You need /etc/X11/xinit/xinitrc to contain "xset -b" just before you launch a window manager.
If you use xfce, you probably want /etc/X11/xfce/xfwmrc to contain one of these, so you can shut off the touchpad with a special key (though I haven't tried that yet - tpconfig's kernel patch isn't yet installed).
And even after all that, the screen still often starts up flickering and requires changing back and forth between X and a console a few times to settle it down. Nice and fast, though. [05:37] [4 comments]
|
|