← Back to team overview

sony-vaio-z-series team mailing list archive

Re: Xrandr doesn't work

 

I apologise; it turned out to be a silly mistake!

I use scripts to automate xrandr switching normally, and on this laptop the
outputs are numbered, whereas on my other laptops this is not the case.

xrandr --output LVDS1 --auto --output VGA1 --auto --same-as LVDS1

works perfectly using intel. I have not tried nvidia yet, though I
definitely appreciate the xorg configuration for twinview. Thank you.

On Sat, Sep 5, 2009 at 5:10 AM, Bernd Eggink <monoped@xxxxxxxxxx> wrote:

> 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
>

References