Last active
August 23, 2023 12:24
-
-
Save Abijeet/8173610 to your computer and use it in GitHub Desktop.
Configuration xorg.conf, contains configuration with AMD 7850.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 "Monitor" | |
Identifier "0-DFP9" | |
Option "VendorName" "ATI Proprietary Driver" | |
Option "ModelName" "Generic Autodetecting Monitor" | |
Option "DPMS" "true" | |
Option "PreferredMode" "1920x1080" | |
Option "TargetRefresh" "60" | |
Option "Position" "1440 0" | |
Option "Rotate" "normal" | |
Option "Disable" "false" | |
EndSection | |
Section "Monitor" | |
Identifier "0-CRT1" | |
Option "VendorName" "ATI Proprietary Driver" | |
Option "ModelName" "Generic Autodetecting Monitor" | |
Option "DPMS" "true" | |
Option "PreferredMode" "1440x900" | |
Option "TargetRefresh" "60" | |
Option "Position" "0 0" | |
Option "Rotate" "normal" | |
Option "Disable" "false" | |
EndSection | |
Section "Device" | |
Identifier "aticonfig-Device[0]-0" | |
Driver "fglrx" | |
Option "Monitor-DFP9" "0-DFP9" | |
Option "Monitor-CRT1" "0-CRT1" | |
BusID "PCI:1:0:0" | |
EndSection | |
Section "Device" | |
Identifier "amdcccle-Device[1]-1" | |
Driver "fglrx" | |
Option "Monitor-CRT1" "0-CRT1" | |
BusID "PCI:1:0:0" | |
Screen 1 | |
EndSection | |
Section "Screen" | |
Identifier "aticonfig-Screen[0]-0" | |
Device "aticonfig-Device[0]-0" | |
DefaultDepth 24 | |
SubSection "Display" | |
Viewport 0 0 | |
Virtual 3360 1920 | |
Depth 24 | |
EndSubSection | |
EndSection | |
Section "Screen" | |
Identifier "amdcccle-Screen[1]-1" | |
Device "amdcccle-Device[1]-1" | |
DefaultDepth 24 | |
SubSection "Display" | |
Viewport 0 0 | |
Depth 24 | |
EndSubSection | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment