]> git.pld-linux.org Git - packages/X11.git/blame - X11-agpgart-load.patch
- s/XF86HomePage/XF86WWW/
[packages/X11.git] / X11-agpgart-load.patch
CommitLineData
37f44e2a 1--- xc.orig/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c 2004-08-08 14:22:46.000000000 +0200
2+++ xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c 2004-08-08 15:14:36.693965624 +0200
3@@ -466,6 +466,9 @@
4 #if !defined(XFree86Server)
5 return -1;
6 #else
7+ if (!xf86LoadKernelModule("agpgart")) {
8+ ErrorF("[drm] failed to load kernel module \"agpgart\"\n");
9+ }
10 /* try to load the kernel module now */
11 if (!xf86LoadKernelModule(name)) {
12 ErrorF("[drm] failed to load kernel module \"%s\"\n",
This page took 0.080082 seconds and 4 git commands to generate.