Difference between revisions of "ATI"

From Jon's Wiki
m
Line 1: Line 1:
  Section "Module"
+
1. Nuke all the deprecated cruft from the xorg.conf file. So that's the HorizSync and VertRefresh from Monitor sections, and any manual Xinerama or dual head configs.
     Load ...
+
 
     SubSection "extmod"
+
  Section "Screen"
         Option "omit xfree86-dga"
+
     Identifier      "Default Screen"
 +
    Device          "ATI 200M"
 +
    Monitor        "Laptop Display"
 +
    DefaultDepth    24
 +
     SubSection "Display"
 +
         Modes      "1280x768"
 +
        Virtual    2048 2048
 
     EndSubSection
 
     EndSubSection
   
+
  EndSection
  Section "Device"
+
 
    Option  "MaxGARTSize" "128"
+
Then use xrandr to wake up the other end of the DBUS cable and clone to it:
    Driver  "fglrx"
+
 
 +
  '''johnno@jonlap~$''' xrandr --output VGA-0 --set load_detection 1
 +
'''johnno@jonlap~$''' xrandr --output VGA-0 --auto
 +
'''johnno@jonlap~$''' xrandr --output VGA-0 --mode 1280x768

Revision as of 11:07, 9 December 2007

1. Nuke all the deprecated cruft from the xorg.conf file. So that's the HorizSync and VertRefresh from Monitor sections, and any manual Xinerama or dual head configs.
Section "Screen"
    Identifier      "Default Screen"
    Device          "ATI 200M"
    Monitor         "Laptop Display"
    DefaultDepth    24
    SubSection "Display"
        Modes       "1280x768"
        Virtual     2048 2048
    EndSubSection
EndSection

Then use xrandr to wake up the other end of the DBUS cable and clone to it:

johnno@jonlap~$ xrandr --output VGA-0 --set load_detection 1
johnno@jonlap~$ xrandr --output VGA-0 --auto 
johnno@jonlap~$ xrandr --output VGA-0 --mode 1280x768