PowerPC X11 configuration
From openSUSE
How to get generic graphics acceleration working:
- Add to file /etc/X11/xorg.conf in section Section "Module" this:
Load "dri"
On SuSE Linux 10.0, especially for Pegasos2 boards:
- add to file /etc/X11/xorg.conf in section Section "Device" this:
Option "Bustype" "PCI"
- After editing X11 config files, you should restart your X environment.
How to get PS/2 mouse/mice working on Pegasos2 boards on SuSE Linux 10.0?
- Run modprobe psmouse.
To load mouse support at boot time, create initrd including module psmouse or add in file (as root): /etc/sysconfig/kernel in the string MODULES_LOADED_ON_BOOT this: psmouse.

