After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762319 - issues with randr 1.5
issues with randr 1.5
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-02-19 12:51 UTC by Timo Aaltonen
Modified: 2016-02-20 15:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
X11, GdkScreen: properly implement init_randr15 including output name (3.82 KB, patch)
2016-02-19 18:54 UTC, Marco Trevisan (Treviño)
none Details | Review
X11, GdkScreen: properly implement init_randr15 including output name (3.99 KB, patch)
2016-02-20 00:38 UTC, Marco Trevisan (Treviño)
committed Details | Review

Description Timo Aaltonen 2016-02-19 12:51:10 UTC
running this with xserver 1.18.x results in "None"

python -c 'from gi.repository import Gdk; 
   print(Gdk.Screen.get_default().get_monitor_plug_name(0))'


which breaks for instance display scaling in Unity.
Comment 1 Marco Trevisan (Treviño) 2016-02-19 18:54:06 UTC
Created attachment 321685 [details] [review]
X11, GdkScreen: properly implement init_randr15 including output name
Comment 2 Marco Trevisan (Treviño) 2016-02-20 00:38:41 UTC
Created attachment 321704 [details] [review]
X11, GdkScreen: properly implement init_randr15 including output name
Comment 3 Matthias Clasen 2016-02-20 15:56:51 UTC
Attachment 321704 [details] pushed as 1dda932 - X11, GdkScreen: properly implement init_randr15 including output name