KeycodesTopBuilding kernel with mactel patchesX configuration

X configuration

To get Xorg working correctly you have to install 915resolution.
After this is done, you have to modify your Xorg configuration using dpkg-reconfigure or edit it by hand.

$ apt-get install 915resolution xdebconfigurator
$ dpkg-reconfigure xserver-xorg

The xdebconfigurator (thats what dpkg is calling) should detect your card and the specific driver automatically.
If not you have to use i810 as driver and 1280x800 as resolution.

To have a correct working Alt_L key (left apple key) you have to use following configuration for InputDevice:

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbOptions" "lv3:rwin_switch"
EndSection

You can use my xorg.conf as example. You can download it HERE.


Marvin Stark <marv@der-marv.de>

KeycodesTopBuilding kernel with mactel patchesX configuration