[PLUTO-help] Direct Rendering Infrastructure
    Paolo Ornati 
    javaman a katamail.com
       
    Dom  3 Ago 2003 18:40:49 CEST
    
    
  
Salve a tutti...
Qualche giorno fa (volendo provare Tuxracer) mi sono deciso a far andare il 
DRI (il rendering software era leggermente lento ;-), la mia situazione è 
questa:
- 3dfx Vodoo Banshee
- XFree 4.3.0
- Kernel 2.4.21 / 2.6.0-test2
Con il kernel 2.4.x ho dovuto disabilitare il supporto DRI/DRM del kernel (a 
quanto pare non fungeva con XFree 4.3.0) ed usare i sorgenti presi dal sito 
DRI.
Con il 2.6.x  lavora bene il modulo del kernel.
PROBLEMI:
1 - l'accellerazione hardware funge solo da root, questo dovrebbe essere solo 
un problema di permessi... ma su che file?
/etc/X11/XF86Config (alcune parti):
Section "Module"
	Load  "record"
	Load  "extmod"
	SubSection  "extmod"
		Option    "omit xfree86-dga"   # don't initialise the DGA extensio
	EndSubSection
	Load  "dbe"
	Load  "dri"
	Load  "glx"
	Load  "xtrap"
	Load  "type1"
	Load  "speedo"
EndSection
Section "Monitor"
    Identifier  "Daewoo"
    HorizSync   30-70
    VertRefresh 50-160
EndSection
Section "Device"
    Identifier  "Banshee"
    VendorName  "3dfx"
    Driver      "tdfx"
    #VideoRam    16384
    # Insert Clocks lines here if appropriate
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "Banshee"
    Monitor     "Daewoo"
    DefaultDepth 16
    Subsection "Display"
        Depth       16
        Modes       "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "DRI"
    Mode 0666
EndSection
2 - Usando Tuxracer (non so a che risoluzione vada) ho un refresh pessimo 
(quello verticale è circa 60Hz)...
Si può fare qualcosa per migliorare la situazione?
CIAO,
Paolo
    
    
More information about the pluto-help
mailing list