Changes between Version 1 and Version 2 of Ticket #186
- Timestamp:
- 10/02/12 17:52:04 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #186 – Description
v1 v2 5 5 For that, we need to add proper randr support to the dummy driver, thanks to Michal Suchanek for sending me these X.Org Wiki links: 6 6 * [http://wiki.x.org/wiki/DriverDevelopment#My_chipset_supports_more_than_one_head_-_How_can_I_implement_that.3F howto support more than one head] 7 * [http://wiki.x.org/wiki/DriverDevelopment Driver Development]8 7 9 8 One thing that is not entirely clear is where we will define the heads, for hardware it is easily done by probing but for dummy... we need to interact with some userspace command of some sort and it does not look like xrandr supports this. 9 10 Also, my previous attempts at asking for help on the xorg mailing list have been [http://lists.x.org/archives/xorg-devel/2011-December/027919.html met with silence]..