summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2015-02-24 18:54:32 +0100
committerBastien Nocera <hadess@hadess.net>2016-03-09 15:35:04 +0100
commit193546ceb661cb39dd5306f21a03c1340f9bfc8b (patch)
tree1b11009d64fefcc056264640603ed1a656c92d50
parent1f49fd32c62cb923f586e3b14f17cc46d97673ee (diff)
downloadgnome-settings-daemon-193546ceb661cb39dd5306f21a03c1340f9bfc8b.tar.gz
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
-rw-r--r--plugins/xsettings/gsd-remote-display-manager.c10
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 8be925f3..040bd654 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");