Xorg.conf for eMac G4/1.25 with Radeon 9200 Debian Lenny

Section "Files"
# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)

RgbPath "/usr/share/X11/rgb.txt"
#FontPath "/usr/share/X11/fonts/misc:unscaled"
#FontPath "/usr/share/X11/fonts/Type1/"
#FontPath "/usr/share/X11/fonts/Speedo/"
#FontPath "/usr/share/X11/fonts/75dpi:unscaled"
#FontPath "/usr/share/X11/fonts/100dpi:unscaled"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "freetype"
Load "type1"
#Load "dri"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
# Change "XkbModel" to "macintosh_old" if you are using
# the deprecated adb keycodes.
Option "XkbModel" "macintosh"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
EndSection

Section "Monitor"
Identifier "Monitor0"
ModelName "Monitor Model"
Option "DPMS"
HorizSync 30-82
VertRefresh 50-60
EndSection

Section "Device"
Identifier "Card0"
#Option "ShadowFB" "true"
#Option "fbdev" "/dev/fb0"
Driver "fbdev"
#BusID "PCI:0:16:0"
Option "UseFBDev" "true"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection

To download this file:
wget http://mac.linux.be/files/xorg/emac4.txt

© 2002-2012 Jeroen Diederen. Drupal theme by Kiwi Themes.