de140e0677
Copy from X11:XOrg/xorg-x11-server based on submit request 19080 from user sndirsch OBS-URL: https://build.opensuse.org/request/show/19080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-server?expand=0&rev=138
15 lines
526 B
Diff
15 lines
526 B
Diff
Index: xorg-server-1.6.3.901/hw/xfree86/common/xf86AutoConfig.c
|
|
===================================================================
|
|
--- xorg-server-1.6.3.901.orig/hw/xfree86/common/xf86AutoConfig.c
|
|
+++ xorg-server-1.6.3.901/hw/xfree86/common/xf86AutoConfig.c
|
|
@@ -545,7 +545,8 @@ listPossibleVideoDrivers(char *matches[]
|
|
#if !defined(__linux__) && defined(__sparc__)
|
|
matches[i++] = xnfstrdup("wsfb");
|
|
#else
|
|
- matches[i++] = xnfstrdup("vesa");
|
|
+ if (geteuid() == 0)
|
|
+ matches[i++] = xnfstrdup("vesa");
|
|
#endif
|
|
}
|
|
}
|