ALT Linux Bugzilla
– Attachment 6184 Details for
Bug 30510
[FR] бэкпорт патча для обработки "DSI" как префикса названия встроенного экрана
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Добавить DSI к именам устройств вывода в _gnome_rr_output_name_is_builtin_display() для включения поворота экрана
0001-gnome-rr-Adding-DSI-as-a-builtin-display-connector.patch (text/plain), 1.11 KB, created by
Michael Shigorin
on 2014-11-26 20:15:13 MSK
(
hide
)
Description:
Добавить DSI к именам устройств вывода в _gnome_rr_output_name_is_builtin_display() для включения поворота экрана
Filename:
MIME Type:
Creator:
Michael Shigorin
Created:
2014-11-26 20:15:13 MSK
Size:
1.11 KB
patch
obsolete
>From 2b563b260cb381404a60645f5fbcb8afe1535ac1 Mon Sep 17 00:00:00 2001 >From: Jan-Michael Brummer <jan.brummer@tabos.org> >Date: Tue, 18 Nov 2014 19:13:33 +0100 >Subject: [PATCH] gnome-rr: Adding DSI as a builtin display connector > >Add DSI to the output name in >_gnome_rr_output_name_is_builtin_display() to enable screen >rotation on Dell Venue 8 Pro. > >https://bugzilla.gnome.org/show_bug.cgi?id=740289 >--- > libgnome-desktop/gnome-rr.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/libgnome-desktop/gnome-rr.c b/libgnome-desktop/gnome-rr.c >index 6607d26..fcfd434 100644 >--- a/libgnome-desktop/gnome-rr.c >+++ b/libgnome-desktop/gnome-rr.c >@@ -1531,7 +1531,8 @@ _gnome_rr_output_name_is_builtin_display (const char *name) > strstr (name, "LVDS") || > strstr (name, "Lvds") || > strstr (name, "LCD") || /* ... but fglrx uses "LCD" in some versions. Shoot me now, kthxbye. */ >- strstr (name, "eDP")) /* eDP is for internal built-in panel connections */ >+ strstr (name, "eDP") || /* eDP is for internal built-in panel connections */ >+ strstr (name, "DSI")) > return TRUE; > > return FALSE; >-- >2.1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 30510
: 6184 |
6185