... works under ubuntu 5.10 breezy after:
kernel /boot/vmlinuz-2.6.12-10-686 root=/dev/hda3 ro resume=/dev/hda2 quiet |
/dev/hda2 is the swap-partition (which should of course be big enough for the whole RAM).
tux hardware (wrong in some points at the moment, e.g. settings for intel chipset instead of VIA.)
Seems to be identiacal to clevo M5x0V, at least the command "dmidecode" says so.
Graphics is VIA PN800 unichrome, the via driver works out of the box in 6.06 (5.10 only with "vesa") with the following in xorg.conf:
Section "Device"
Identifier "Standardgrafikkarte"
Driver "via"
BusID "PCI:1:0:0"
Option "EnableAGPDMA"
Option "DisableIRQ"
EndSection
Section "Monitor"
Identifier "Standardbildschirm"
Option "DPMS" "true"
EndSection
|