Date: Wed, 26 Sep 2012 13:13:10 +0200 From: Olivier Smedts <olivier@gid0.org> To: Patrick Lamaiziere <patfbsd@davenulle.org> Cc: freebsd-x11@freebsd.org Subject: Re: [nvidia] no more twinview with nvidia-driver-304.43 Message-ID: <CABzXLYOk03YsLqWWa8=J3HqQUc6hbxd7SQKF_rrh_vZLV5vjXg@mail.gmail.com> In-Reply-To: <20120926085505.4240411b@mr129166> References: <20120925151040.661b79e3@mr129166> <20120925152018.1c5edd48@mr129166> <CABzXLYMfMbqgdWyX9uP39jot80tY9yMYVAvj=Ra=a_%2B%2BLoAO%2BA@mail.gmail.com> <20120925222746.2c3c056e@davenulle.org> <CAPS9%2BStdQGKtf1TF3mAKGmSRk_6GiQViODvSK2Bsbc=A_fpoVg@mail.gmail.com> <20120926085505.4240411b@mr129166>
next in thread | previous in thread | raw e-mail | index | archive | help
2012/9/26 Patrick Lamaiziere <patfbsd@davenulle.org>:
>
> Thanks, xrandr works fine here too. Cool.
>
> Regards
So you can change your xorg.conf to use xrandr ("standard" xorg
config) instead of twinview (nvidia-specific config) to setup your
dual screen at boot.
Parts of my configuration as an example for an ATI card with xrandr :
Section "Device"
Identifier "ATI"
Driver "radeon"
Option "monitor-DVI-0"
Option "monitor-DisplayPort-0"
EndSection
Section "Monitor"
Identifier "HP-right" # this one is connected on "DVI-0"
as reported by xrandr
Option "PreferredMode" "1600x900"
Option "TargetRefresh" "60"
Option "RightOf" "DisplayPort-0"
DisplaySize 542 305 # I like 75 DPI
EndSection
Section "Monitor"
Identifier "HP-left" # this one is connected on "DisplayPort-0"
Option "PreferredMode" "1600x900"
Option "TargetRefresh" "60"
Option "Primary" "true"
DisplaySize 542 305 # 75 DPI
EndSection
Section "Screen"
Identifier "Screen"
Device "ATI"
SubSection "Display"
Virtual 3200 1600 # to handle compositing on
the two screens, rotated or not
EndSubSection
EndSection
--
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: olivier@gid0.org - against HTML email & vCards X
www: http://www.gid0.org - against proprietary attachments / \
"Il y a seulement 10 sortes de gens dans le monde :
ceux qui comprennent le binaire,
et ceux qui ne le comprennent pas."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABzXLYOk03YsLqWWa8=J3HqQUc6hbxd7SQKF_rrh_vZLV5vjXg>
