Since I updated to 14.04 (from 13.10) something have started to overwrites my xorg.conf on every boot. I use aticonfig to configure my monitors the way I want them
Code:sudo aticonfig --initial --adapter=1 --heads=2
and inspecting xorg.conf shows something that looks like what I want. Don't know enough xorg.conf-ish to understand the details, but it's a pretty big file. I'll paste the content at the end of the post. However, I have to reboot for the changes to apply, but once I've rebooted the config file suddenly contains the following instead.
Code: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
The effect of this is that I can only get my desktop on the built-in Trinity GPU, while my main GPU, a 7950, displays the BIOS/POST stuff and then just the kubuntu logo.
How can I get the desktop on my 7950?
xorg.conf produced by aticonfig:Code:~$ sudo aticonfig --list-adapters * 0. 00:01.0 AMD Radeon HD 7660D 1. 01:00.0 AMD Radeon HD 7900 Series * - Default adapter
Code:Section "ServerLayout" Identifier "aticonfig Layout" Screen 0 "aticonfig-Screen[1]-0" 0 0 Screen "aticonfig-Screen[1]-1" RightOf "aticonfig-Screen[1]-0" EndSection Section "Module" EndSection Section "Monitor" Identifier "aticonfig-Monitor[1]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "aticonfig-Monitor[1]-1" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[1]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[1]-1" Driver "fglrx" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "aticonfig-Screen[1]-0" Device "aticonfig-Device[1]-0" Monitor "aticonfig-Monitor[1]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[1]-1" Device "aticonfig-Device[1]-1" Monitor "aticonfig-Monitor[1]-1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection



Adv Reply

Bookmarks