Open GoogleCodeExporter opened 8 years ago
The X11 package will require Xrandr starting with version 1.6.0 (though the
only code above there that expects it is the newest xmobar which is still in
git yet and a module I made that is only in darcs; I don't know what might care
in xmonad's core).
As an aside, since when does the binary nvidia driver support Xrandr?
Original comment by MathStuf@gmail.com
on 30 Mar 2012 at 1:42
I'm honestly not too sure what xrandr does (anything related to X11 scares me;
I just need my xterms and web browser) -- but the internet suggests it's been
compatible with the nvidia blobs for awhile. Anecdotally, it's been working for
at least 9 months.
That said, having xrandr *installed* seems to be enough, for some reason. It
doesn't appear to be loaded into X11:
$ xrandr
RandR extension missing
:|
Original comment by unpan...@gmail.com
on 30 Mar 2012 at 2:50
"randr" is a contraction of "Resize and Rotate" which allows you to switch up
your monitor configuration at runtime (it's outside drivers so that every
driver doesn't need something like the nvidia-settings GUI). This link[1] might
be of interest to you.
The driver is probably seeing one screen after the driver maps the two displays
together. Does your nvidia card have two GPUs?
There also seems to be indications that the nvidia driver might act weird when
Xinerama and Xrandr are enabled.
[1]https://wiki.archlinux.org/index.php/NVIDIA#Enable_screen_rotation_through_XR
andR
Original comment by MathStuf@gmail.com
on 31 Mar 2012 at 12:15
Nah, it's a single-GPU GTX 560 Ti.
I have Xinerama enabled in my xorg.conf, but not Xrandr. It seems just having
it installed is enough to make the configuration work; that's enough to make me
happy. I just wanted to post my troubles/solution somewhere (and maybe get them
into the official troubleshooting docs) to save the next guy a few hours :)
Original comment by unpan...@gmail.com
on 31 Mar 2012 at 12:31
Ah, this might also be worth it to put on the wiki then.
Original comment by MathStuf@gmail.com
on 31 Mar 2012 at 2:22
Original issue reported on code.google.com by
unpan...@gmail.com
on 28 Mar 2012 at 5:30