Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2010 20:10:51 +0100
From:      Torfinn Ingolfsen <torfinn.ingolfsen@broadpark.no>
To:        freebsd-mobile@freebsd.org
Subject:   Re: Xorg problems on Fujitsu LifeBook S6120
Message-ID:  <20101127201051.f4ae1495.torfinn.ingolfsen@broadpark.no>
In-Reply-To: <20101121220111.baf224df.torfinn.ingolfsen@broadpark.no>
References:  <20101121220111.baf224df.torfinn.ingolfsen@broadpark.no>

next in thread | previous in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

--Boundary_(ID_WBxIGQjJWnsLwQjyJvh8Pw)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

Update:

I recevied the attached patch by mail (thnaks, you know who you are). I
didn't think that commenting out a single line in file of
xf86-video-intel would work, but it does. simply commenting out line
1966 in i830_display.c makes Xorg with the xf86-video-intel driver work.
Probably not the corecct fix, but as long as it works I'm happy.
-- 
Regards,
Torfinn Ingolfsen


--Boundary_(ID_WBxIGQjJWnsLwQjyJvh8Pw)
Content-type: text/x-diff; name=i830_display-patch.patch
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=i830_display-patch.patch

--- src/i830_display.c.orig	2009-05-13 02:12:11.000000000 +0200
+++ src/i830_display.c	2010-05-14 23:08:03.000000000 +0200
@@ -1963,7 +1963,9 @@
 	intel_crtc->lut_b[i] = blue[i] >> 8;
     }
 
+#if 0
     i830_crtc_load_lut(crtc);
+#endif
 }
 
 /**

--Boundary_(ID_WBxIGQjJWnsLwQjyJvh8Pw)--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101127201051.f4ae1495.torfinn.ingolfsen>