every time x starts i get "is lvds". i think this is a debugging
leftover, since the official xf86-video-intel tree never had it?
Index: i830_display.c
===================================================================
RCS file: /cvs/xenocara/driver/xf86-video-intel/src/i830_display.c,v
retrieving revision 1.10
diff -u -r1.10 i830_display.c
--- i830_display.c 18 Jul 2010 14:47:47 -0000 1.10
+++ i830_display.c 21 Aug 2010 19:15:38 -0000
@@ -2309,7 +2309,6 @@
switch (intel_output->type) {
case I830_OUTPUT_LVDS:
- ErrorF("is lvds\n");
is_lvds = TRUE;
lvds_bits = intel_output->lvds_bits;
break;