• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Intel i810 Video Driver in Linux

kevinthenerd

Platinum Member
I want to get Quake III working in Linux on an Intel i810. Can somebody tell me how to go about getting it to work in the DRI interface or get it working in some other method? I'd like to run it with 3D-Accelerated OpenGL, but SVGA would be fine too.
 
I would think all you'd need to do is build AGPGART and DRI support for it in the kernel, then open up /etc/X11/XF86Config and make sure it loads the DRI module and uses the i810 driver. Then just startx and see if glxgears works or not.
 
Originally posted by: Electrode
I would think all you'd need to do is build AGPGART and DRI support for it in the kernel, then open up /etc/X11/XF86Config and make sure it loads the DRI module and uses the i810 driver. Then just startx and see if glxgears works or not.

Can you break this down for a newbie, please?

 
Back
Top