http://bugs.xfree86.org/show_bug.cgi?id=314





------- Additional Comments From [EMAIL PROTECTED]  2003-25-07 05:28 -------
Did the patch to the kernel applied cleanly? It was against 2.4.18. 
As for your question, swap the radeon.o module of the kernel with radeon.o 
from dri. 
This should do the trick (for me it works fine). 
When building dri in xfree, give it the path to the kernel sources that you 
patched, eg: 
 
make -f Makefile.linux LINUXDIR=/path/to/patched/kernel 
 
Next modify this way the "Device" section of your XF86Config-4 (it's a good 
idea to conserve a copy of the original XF86Config-4 BTW): 
 
Section "Device" 
    Identifier "device1" 
    VendorName "ATI Technologies Inc" 
    BoardName "ATI Radeon" 
    Driver "radeon" 
    Option "DPMS" 
    Option "AGPMode" "4" 
    Option "AGPFastWrite" "On" # defaults to off 
    Option "EnablePageFlip" "On" # defaults to off 
EndSection 
 
This should be the dri section of your XF86Config-4, the mode is dangerous as 
anyone can use dri, but as you are using experimental progs anyway: 
 
Section "DRI" 
    Mode 0666 
EndSection 
 
And remember to load the dri module, in XF86Config-4: 
 
Section "Module" 
 
[...] 
 
    Load "dri" # direct rendering 
EndSection 
 
Start xfree aand enjoy. 

-- 
Configure bugmail: http://bugs.xfree86.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to