← Back to team overview

sony-vaio-z-series team mailing list archive

Re: Xrandr doesn't work

 

Michael Seiler schrieb:
Hello, I was wondering if anyone had gotten xrandr to work.

The command I use on my other laptop (dell mini 9) for VGA output is:
xrandr --output LVDS --auto --output VGA --auto --same-as LVDS

The acpi/video module is built into the kernel.

Did you enable the TwinView Option for nvidia? It works for me with this xorg.conf:

---------------------------------------------------
Section "Device"
    Identifier      "NVIDIA"
    Driver          "nvidia"
    Option          "TwinView" "Yes"
    Option          "TwinViewOrientation" "Clone"
    Option          "MetaModes" "1440x900,1600x900"
EndSection

Section "Screen"
    Identifier     "Screen 1"
    Device         "NVIDIA"
    Monitor        "My Monitor"
    Option         "DPI" "96 x 96"
EndSection
---------------------------------------------------

Adjust the MetaModes according to your external monitor.

Regards,
Bernd

--
Bernd Eggink
http://sudrala.de



Follow ups

References