summaryrefslogtreecommitdiffstats
path: root/xsetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'xsetup.py')
-rw-r--r--xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsetup.py b/xsetup.py
index b1a0d603d..96847b08c 100644
--- a/xsetup.py
+++ b/xsetup.py
@@ -93,7 +93,7 @@ class XSetup:
monitor = self.xhwstate.monitor
vc = self.xhwstate.videocard
- args = args + [ "--card", '"' + vc.primaryCard().shortDescription() + '"' ]
+ args = args + [ "--driver", '"' + vc.primaryCard().getDriver() + '"' ]
vram = vc.primaryCard().getVideoRam()
if vram is not None:
args = args + [ "--videoram", vram]