Jasper St. Pierre
|
47b3336ffa
|
monitor-manager-xrandr: Make sure to XFlush the XUngrabServer
Otherwise, the server may not receive our request, meaning that
we'll hang onto the server grab forever.
|
2014-05-22 17:39:46 -04:00 |
|
Jasper St. Pierre
|
25a16c3379
|
Remove trailing whitespace
|
2014-05-02 09:34:48 -04:00 |
|
Jasper St. Pierre
|
1dc8a7eca3
|
monitor: Remove handle_xevent as a generic method
|
2014-04-23 12:15:12 -04:00 |
|
Jasper St. Pierre
|
6c743dad88
|
xrandr: Rewrite to be based on the X11 display connection
|
2014-04-23 10:24:26 -04:00 |
|
Colin Guthrie
|
c2b9155979
|
MonitorXrandr: Mask a BadValue error on VirtualBox.
https://bugzilla.gnome.org/show_bug.cgi?id=707563
|
2014-04-09 12:19:11 -07:00 |
|
Robert Ancell
|
f68d65a5ae
|
xrandr: Use specified output property name for backlight control
Backlight controls are set using the "BACKLIGHT" XRANDR output property.
This should be "Backlight" according to the XRANDR spec [1].
Some drivers (Intel) export both properties and some only the specified property (nvidia).
Users of drivers that only export the specified property cannot change their backlight using XRANDR.
[1] http://cgit.freedesktop.org/xorg/proto/randrproto/tree/randrproto.txt section 9.1
https://bugzilla.gnome.org/show_bug.cgi?id=723606
|
2014-04-09 12:17:58 -07:00 |
|
Jasper St. Pierre
|
bce1d5117b
|
Start creating different subdirectories for each backend
|
2014-03-31 23:44:47 -04:00 |
|