]> git.pld-linux.org Git - packages/X11.git/blame - X11-agpgart-load.patch
- original from http://xorg.freedesktop.org/releases/X11R6.9.0/patches/x11r6.9.0...
[packages/X11.git] / X11-agpgart-load.patch
CommitLineData
78fbeb20
AM
1--- xc.org/extras/drm/libdrm/xf86drm.c 2004-08-08 14:22:46.000000000 +0200
2+++ xc/extras/drm/libdrm/xf86drm.c 2004-08-08 15:14:36.693965624 +0200
37f44e2a 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.02844 seconds and 4 git commands to generate.