Date: Wed, 08 Sep 2004 21:29:31 -0400 From: jason <jason@ec.rr.com> To: Dustin <dustin@marsik.org> Cc: freebsd-questions@freebsd.org Subject: Re: new card, still can't get X11 working Message-ID: <413FB1FB.4040102@ec.rr.com> In-Reply-To: <5878D00B313A8D4E8D00B7E3082FC6930370DD@FF01.marsik.org> References: <5878D00B313A8D4E8D00B7E3082FC6930370DD@FF01.marsik.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dustin wrote: >Hmm, I can't find DRM anywhere in the xorg.conf file?? > >Any more tips? > > > I have a 8500 with xorg. I can't use drm, also called dri, right now. If you can use it make sure you have this turned on. Section "DRI" Mode 0666 EndSection This is what he meant by drm: # This loads the GLX module Load "glx" # This loads the DRI module # Load "dri" This is how I am running now. DRI carshes my system. Hopefully its not in the drivers, am am troubleshooting it now. DRI if off in the default conf, I think? Also try some of this: Section "Device" Identifier "8500LE" Driver "radeon" #VideoRam 65536 # Insert Clocks lines here if appropriate BusID "PCI:2:0:0" Option "BusType" "AGP" Option "AGPMode" "4" Option "AGPFastWrite" "True" Option "AGPSize" "128" Option "EnableDepthMoves" "True" Option "EnablePageFlip" "On" Option "backingstore" "On" Option "dpms" Screen 0 EndSection You should post you Xorg.conf on a web site for us to check if you can't get it working, or email it to us. I would say not to freebsd because it makes some people annoyed whole are subscribed and I guese on dailup.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?413FB1FB.4040102>