← Back to team overview

sony-vaio-z-series team mailing list archive

Re: SVZ and Linux Mint 15

 

This works on Arch Linux (driving 2 external monitors from the PMD):

$cat /etc/X11/xorg.conf.d/60-dualhead.conf
Section "Device"
    Identifier "radeon"
    Driver "radeon"
    BusID "PCI:22:00:0"
EndSection

Section "Device"
    Identifier "intel"
    Driver "intel"
    BusID "PCI:00:02:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device "radeon"
EndSection

Section "Screen"
    Identifier "Screen1"
    Device "intel"
EndSection

More info here<http://forum.notebookreview.com/sony/702034-sony-vaio-z-2012-review-linux-perspective.html>
.

Cheers
Ben

PS: Those updating to Gnome 3.10 might see some issues with external
monitors. These are not PMD related (see this
bug<https://bugzilla.gnome.org/show_bug.cgi?id=709313>
).

References