Dual-Monitor in 12.04 with fglrx?

Asked by joni

Just installed ubuntu 12.04 and wanted to get my dual monitor setup working. Installing fglrx-updates with jockey didn't work so i installed it through the terminal.

Then i set up up my screens in amdcccle (multi-desktop). That way it worked perfectly in 11.10. Now the only thing i got is a white left screen and on the right screen there is no unity launcher. If my mouse enters the left screen, the cursor changes to an "X" and i can even right click and the menu opens, but i can not have any windows on the other screen.

If i activate Xinerama in amdcccl both screens work, but i only get Unity2D automatically.

How can i get the 11.10 behavior back?

Btw. I have an AMD 6850.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu fglrx-installer Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
joni (joni93) said :
#1

xorg.conf:

Section "ServerLayout"
        Identifier "amdcccle Layout"
        Screen 0 "amdcccle-Screen[1]-0" 1920 0
        Screen "amdcccle-Screen[1]-1" 0 0
EndSection

Section "Module"
            Load "glx"
EndSection

Section "ServerFlags"
        Option "Xinerama" "off"
EndSection

Section "Monitor"
        Identifier "0-DFP6"
        Option "VendorName" "ATI Proprietary Driver"
        Option "ModelName" "Generic Autodetecting Monitor"
        Option "DPMS" "true"
        Option "PreferredMode" "1920x1080"
        Option "TargetRefresh" "60"
        Option "Position" "0 0"
        Option "Rotate" "normal"
        Option "Disable" "false"
EndSection

Section "Monitor"
        Identifier "0-DFP7"
        Option "VendorName" "ATI Proprietary Driver"
        Option "ModelName" "Generic Autodetecting Monitor"
        Option "DPMS" "true"
        Option "PreferredMode" "1920x1080"
        Option "TargetRefresh" "60"
        Option "Position" "0 0"
        Option "Rotate" "normal"
        Option "Disable" "false"
EndSection

Section "Device"
        Identifier "amdcccle-Device[1]-0"
        Driver "fglrx"
        Option "Monitor-DFP7" "0-DFP7"
        BusID "PCI:1:0:0"
EndSection

Section "Device"
        Identifier "amdcccle-Device[1]-1"
        Driver "fglrx"
        Option "Monitor-DFP6" "0-DFP6"
        BusID "PCI:1:0:0"
        Screen 1
EndSection

Section "Screen"
        Identifier "Default Screen"
        DefaultDepth 24
EndSection
Section "Screen"
        Identifier "amdcccle-Screen[1]-0"
        Device "amdcccle-Device[1]-0"
        DefaultDepth 24
        SubSection "Display"
                Viewport 0 0
                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

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

i suggest you report a bug

Can you help with this problem?

Provide an answer of your own, or ask joni for more information if necessary.

To post a message you must log in.