Click to See Complete Forum and Search --> : enabling DGA


blobaugh
11-03-2004, 04:00 AM
How do I enable DGA in xorg? Before I ran xorgconfig DGA worked fine, but since I ran it I get errors that DGA is not loaded. Looking in /etc/X11/xorg.conf does not reveal anything relative to DGA

retsaw
11-03-2004, 08:04 AM
In my xorg.conf I have this in my modules section:

SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

I commented out the 2nd line myself and dga worked after that. You don't really need the 2nd line at all, but I'm sure you need the 1st and 3rd.

HTH

blobaugh
11-03-2004, 12:58 PM
that worked out perfectly, thank you