diff --git a/pym/install/variables/X11.py b/pym/install/variables/X11.py index f3bdd17..467b7a9 100644 --- a/pym/install/variables/X11.py +++ b/pym/install/variables/X11.py @@ -239,8 +239,8 @@ class VariableOsInstallX11VideoDrv(VideoVariable): # test current video driver for install system methods = ((getVideoFromXorgLog, ('/', list_video)), (getVideoFromXorgConf, ('/',)), - (getVideoFromModules, ()), (getVideoFromCmdLine, ()), + (getVideoFromModules, ()), (getVideoFromVendor, (self.Get('hr_video'), list_video))) for func, args in methods: