mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f4936121f9
The Intel drivers was patched to work with the new server. The drivers for Vesa, NV,NVIDIA and ATI have been tested thoroughfully and seem to work fine. A complete changelog of Xorg 7.5 can you read here: http://www.x.org/releases/X11R7.5/ A note to FreeBSD 6.X users: We strongly recommend you to update your system to 7.x or above. For updating try portupgrade -af \* or: portmaster -af Please report any problems and issus to x11 (at) FreeBSD.org. Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help and Feeback. Tested by: Community and 2x exp-runs
18 lines
474 B
C
18 lines
474 B
C
--- src/ch7xxx/ch7xxx.c.orig 2010-02-21 12:42:11.000000000 -0600
|
|
+++ src/ch7xxx/ch7xxx.c 2010-02-21 12:44:40.000000000 -0600
|
|
@@ -34,13 +34,11 @@
|
|
#include <string.h>
|
|
#include "xf86.h"
|
|
#include "xf86_OSproc.h"
|
|
-#include "xf86Resources.h"
|
|
#include "compiler.h"
|
|
#include "miscstruct.h"
|
|
#include "xf86i2c.h"
|
|
#include "xf86Crtc.h"
|
|
-#define DPMS_SERVER
|
|
-#include <X11/extensions/dpms.h>
|
|
+#include <X11/extensions/dpmsconst.h>
|
|
|
|
#include "../i2c_vid.h"
|
|
#include "ch7xxx.h"
|