Code: Select all
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Default Card 0"
BusID "PCI:0@0:1:0"
EndSection
Section "Device"
Identifier "Default Card 1"
BusID "PCI:1@0:0:0"
EndSection
Section "Device"
Identifier "Default Card 2"
BusID "PCI:2@0:0:0"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
But every time I reboot the computer something changes my xorg.conf to the following:
Code: Select all
Section "Device"
Identifier "Default Card 0"
BusID "PCI:1@0:0:0"
EndSection
Section "Device"
Identifier "Default Card 1"
BusID "PCI:2@0:0:0"
EndSection
and it creates an xorg.conf.X where X is the date of the reboot.
What do I need to do to stop it from re-wrting my xorg.conf whenever i boot?


