
XRandR does not work with Nvidia dynamic TwinView enabled
Posted Friday, 6 November, 2009 - 10:13 by the Fiddler| Project: | The Open Toolkit library |
| Version: | 0.9.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
This means that you cannot change resolutions on X screens when using Nvidia's default dual-head configuration (TwinView). The suggested workaround is to use the older XF86VidMode extension for mode switches.
Issue reproducible with Nvidia drivers 185.xx, 190.xx on Linux (tested on Ubuntu 9.10 amd64):
$ xrandr -s 1
Failed to change the screen configuration!

Comments
#2
This is a driver bug, nothing we can do.
OpenTK will now start up even without XRandR: #1132: OpenTK fails to start when XRandR is not available (Linux). See also #1630: Add XF86VM codepath to X11DisplayDevice (Linux).