Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 15:50:35 -0700
From:      Paul Sisson <psisson@vpop.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: X with i810(e) chipset
Message-ID:  <00080315521902.00213@lorien.vpop.net>
In-Reply-To: <20000804085116.A74203@jonc.ntdns.wilsonandhorton.co.n>
References:  <20000803064526.4097.qmail@web1403.mail.yahoo.com> <20000804085116.A74203@jonc.ntdns.wilsonandhorton.co.n>

next in thread | previous in thread | raw e-mail | index | archive | help
My configuration also required the following in /etc/XF86Config to work with a
DefaultDepth > 8:

Section "DRI"
        Mode    0666
EndSection

Regards,
Paul Sisson


On Thu, 03 Aug 2000, Jonathan Chen wrote:
> In /etc/X11/XF86Config, you need the following section defined:
> 
> 	Section "Device"
> 		Identifier  "i810"
> 		Driver      "i810"
> 		VideoRam    4096
> 	EndSection
> 
> and in the screen section::
> 
> 	Section "Screen"
> 		Identifier  "Screen 1"
> 		Device      "i810"
> 		[...]
> 	EndSection
> 
> Cheers.
> -- 
> Jonathan Chen <jonathan.chen@itouch.co.nz>
> -----------------------------------------------------------------------
> "One, with God, is always a majority, but many a martyr has been burned
>    at the stake while the votes were being counted."  -- Thomas B. Reed
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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