View previous topic :: View next topic |
Author |
Message |
dsegel Tux's lil' helper

Joined: 31 Jan 2003 Posts: 127
|
Posted: Thu Aug 19, 2004 2:21 am Post subject: X: What do these modules do? |
|
|
I have the following modules loading in my Xorg.conf file:
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
I know about glx, freetype, and type1, but what do those other modules do? Do I really need to be loading them? |
|
Back to top |
|
 |
codergeek42 Bodhisattva

Joined: 05 Apr 2004 Posts: 5142 Location: Anaheim, CA (USA)
|
Posted: Thu Aug 19, 2004 2:35 am Post subject: |
|
|
dbe handes the Double Buffering to make X more smooth. I'm not sure, but I think fbdevhw is hardware frambuffering. DRI is the Direct Rendering Interface, used with the ATi drivers. I don't know what record does. Perhaps it enables recording of dynamic output such as videos, etc. _________________ ~~ Peter: Programmer, Mathematician, STEM & Free Software Advocate, Enlightened Agent, Transhumanist, Fedora contributor
Who am I? :: EFF & FSF |
|
Back to top |
|
 |
dsegel Tux's lil' helper

Joined: 31 Jan 2003 Posts: 127
|
Posted: Thu Aug 19, 2004 5:31 am Post subject: |
|
|
So if I'm running an Nvidia card I don't need DRI at all? |
|
Back to top |
|
 |
blaster999 l33t


Joined: 09 May 2004 Posts: 902 Location: Between keyboard and chair
|
Posted: Thu Aug 19, 2004 7:52 am Post subject: |
|
|
DRI stands for Direct Rendering Infrastructure and is used to directly access graphics hardware. Without it you won't get 3d hardware acceleration. _________________ 60s: sex, drugs, rock'n'roll
90s: sux, bugs, drag'n'drop
---
Some multimedia keys refuse to work? See my mini-howto:
https://forums.gentoo.org/viewtopic.php?p=1896734#1896734 |
|
Back to top |
|
 |
Useful Idiot Guru


Joined: 30 Aug 2002 Posts: 329 Location: Finland
|
Posted: Thu Aug 19, 2004 8:01 am Post subject: |
|
|
No, you don't need DRI with Nvidia drivers. In fact, nvidia doesn't even support it. _________________ [size=9]We are all in the gutter, but some of us are looking at the stars. |
|
Back to top |
|
 |
dgently Apprentice

Joined: 29 Jul 2004 Posts: 160
|
Posted: Thu Aug 19, 2004 8:02 am Post subject: |
|
|
blaster999 wrote: | DRI stands for Direct Rendering Infrastructure and is used to directly access graphics hardware. Without it you won't get 3d hardware acceleration. |
But only for drivers that use the DRI, i.e. ATI, Intel onboard graphics, etc and not for Nvidia.
The closed source nvidia driver does not use DRI at all. So yes you should remove it. |
|
Back to top |
|
 |
|