a71d142831
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=670e6cd854bd869c4d3ca28ff7e5d8aa
15 lines
487 B
Diff
15 lines
487 B
Diff
Index: xorg-server-1.6.3.901/hw/xfree86/common/xf86AutoConfig.c
|
|
================================================================================
|
|
--- xorg-server-1.7.99/hw/xfree86/common/xf86AutoConfig.c
|
|
+++ xorg-server-1.7.99/hw/xfree86/common/xf86AutoConfig.c
|
|
@@ -535,7 +535,8 @@
|
|
#if !defined(__linux__) && defined(__sparc__)
|
|
matches[i++] = xnfstrdup("wsfb");
|
|
#else
|
|
- matches[i++] = xnfstrdup("vesa");
|
|
+ if (geteuid() == 0)
|
|
+ matches[i++] = xnfstrdup("vesa");
|
|
#endif
|
|
}
|
|
}
|