Xorg.conf G5 PPC Tower

G5 PPC Tower with an NVidia Mac G5 64MB GeForce FX5200 AGP Video Card:

Section "Device"
    Identifier    "Configured Video Device"
    BusID        "PCI:240:16:0"
    Driver          "nouveau"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
        HorizSync      30-81
        VertRefresh    56-75
        Modeline "1280x1024_60.00"  108.88  1280 1360 1496 1712  1024 1025 1028 1060  -HSync +Vsync
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
        DefaultDepth    24
           SubSection       "Display"
             Depth            24
             Modes             "1280x1024_60"
           EndSubSection
EndSection

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

 

Another one for 1920x1200:

Section "Device"
    Identifier    "Configured Video Device"
    BusID        "PCI:240:16:0"
    Driver          "nouveau"
EndSection

Section "Monitor"
    Identifier    "Configured Monitor"
        HorizSync      30-81
        VertRefresh    56-75
# 1920x1200 59.88 Hz (CVT 2.30MA) hsync: 74.56 kHz; pclk: 193.25 MHz
Modeline "1920x1200_60.00" 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Monitor        "Configured Monitor"
    Device        "Configured Video Device"
        DefaultDepth    24
           SubSection       "Display"
             Depth            24
             Modes             "1920x1200_60.00"
           EndSubSection
EndSection
 

to get it:

wget http://mac.linux.be/files/xorg/g5_3.txt

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