Magellan Linux

Annotation of /trunk/hwsetup/patches/hwsetup-1.2-xorg.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years, 1 month ago) by niro
File size: 514 byte(s)
-import

1 niro 144 diff -Naur hwsetup-1.2/hwsetup.c hwsetup-1.2-xorg/hwsetup.c
2     --- hwsetup-1.2/hwsetup.c 2006-11-12 23:09:34.000000000 +0100
3     +++ hwsetup-1.2-xorg/hwsetup.c 2007-03-29 21:10:11.000000000 +0200
4     @@ -34,8 +34,8 @@
5    
6     /* Note: These are for Xfree 4, not Xorg. */
7     #define CARDSDB "/usr/share/hwdata/Cards"
8     -#define XPATH "/usr/X11R6/bin/"
9     -#define XMODPATH "/usr/X11R6/lib/modules/drivers/"
10     +#define XPATH "/usr/bin/"
11     +#define XMODPATH "/usr/lib/xorg/modules/drivers/"
12    
13     #define VERBOSE_PRINT 1
14     #define VERBOSE_PROMPT 2