Linux Framebuffer Driver for the 3DLabs Permedia3 chipset.

Author

Romain Dolbeau

Status

This driver is still very experimental :

How to use

Assuming LINUXSRC is the path to the top of your linux kernel source tree:

  1. put the files pm3fb.h and pm3fb.c in $LINUXSRC/driver/video
  2. patch linux-2.2.18 with the included patch : cd $LINUXSRC ; patch -p1 < linux-2.2.18-pm3.patch
  3. add the driver to your kernel (you'll need CONFIG_EXPERIMENTAL and CONFIG_PCI)
  4. compile, install, reboot - and enjoy if hell doesn't break loose.

Todo

Links

Changelog

Wed Feb 21 22:09:30 CET 2001, v 1.0.2 : Code cleaning for future multiboard support, better OF support, bugs fix

Wed Feb 21 19:58:56 CET 2001, v 1.0.1 : OpenFirmware support, fixed memory detection, better debug support, code cleaning

Wed Feb 21 14:47:06 CET 2001, v 1.0.0 : First working version


Romain Dolbeau
Last modified: Wed Feb 21 22:10:46 CET 2001