2009-08-28 20:30:20 +02:00
|
|
|
Index: xorg-server-1.6.3.901/hw/xfree86/common/xf86AutoConfig.c
|
2010-03-20 03:42:15 +01:00
|
|
|
================================================================================
|
|
|
|
--- xorg-server-1.7.99/hw/xfree86/common/xf86AutoConfig.c
|
|
|
|
+++ xorg-server-1.7.99/hw/xfree86/common/xf86AutoConfig.c
|
|
|
|
@@ -535,7 +535,8 @@
|
2009-08-04 21:52:16 +02:00
|
|
|
#if !defined(__linux__) && defined(__sparc__)
|
|
|
|
matches[i++] = xnfstrdup("wsfb");
|
|
|
|
#else
|
|
|
|
- matches[i++] = xnfstrdup("vesa");
|
|
|
|
+ if (geteuid() == 0)
|
|
|
|
+ matches[i++] = xnfstrdup("vesa");
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
}
|