[gnome-settings-daemon] remote-display: Remove spice special-casing
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] remote-display: Remove spice special-casing
- Date: Wed, 9 Mar 2016 14:35:37 +0000 (UTC)
commit 193546ceb661cb39dd5306f21a03c1340f9bfc8b
Author: Marc-André Lureau <marcandre lureau gmail com>
Date: Tue Feb 24 18:54:32 2015 +0100
remote-display: Remove spice special-casing
Spice can be used with virgl for accelerated rendering.
The llvm-pipe check is enough for disabling animations when using the
QXL driver.
https://bugzilla.gnome.org/show_bug.cgi?id=745104
plugins/xsettings/gsd-remote-display-manager.c | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/plugins/xsettings/gsd-remote-display-manager.c b/plugins/xsettings/gsd-remote-display-manager.c
index 8be925f..040bd65 100644
--- a/plugins/xsettings/gsd-remote-display-manager.c
+++ b/plugins/xsettings/gsd-remote-display-manager.c
@@ -269,16 +269,6 @@ gsd_remote_display_manager_init (GsdRemoteDisplayManager *manager)
g_debug ("Starting remote-display manager");
- /* Check if spice is used:
- * https://bugzilla.gnome.org/show_bug.cgi?id=680195#c7
- * This doesn't change at run-time, so it's to the point */
- if (g_file_test ("/dev/virtio-ports/com.redhat.spice.0", G_FILE_TEST_EXISTS)) {
- g_debug ("Disabling animations because SPICE is in use");
- manager->priv->disabled = TRUE;
- g_object_notify (G_OBJECT (manager), "force-disable-animations");
- return;
- }
-
/* Xvnc exposes an extension named VNC-EXTENSION */
if (gsd_display_has_extension ("VNC-EXTENSION")) {
g_debug ("Disabling animations because VNC-EXTENSION was detected");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]