Pagina 1 di 1

Rendering su Mobility Ati 9000

Inviato: ven 2 gen 2004, 13:22
da Kori
Sono appena passato alla Slack dopo aver utilizzato quasi tutte le altre distrbuzioni.
<BR>
<BR>Ho un problema con le DRI con la mi Ati Mobility radeon 9000, ho installato i pacchetti che funzionano bene ma non riesco a far funzionare il rendering
<BR>
<BR>root@diego:~# glxinfo | grep rendering
<BR>direct rendering: No
<BR>
<BR>Riporto parte del mio Xfreeconfig-4
<BR>
<BR>
<BR># **********************************************************************
<BR># DRI Section
<BR># **********************************************************************
<BR>Section "dri"
<BR># Access to OpenGL ICD is allowed for all users:
<BR> Mode 0666
<BR># Access to OpenGL ICD is restricted to a specific user group:
<BR># Group 100 # users
<BR># Mode 0660
<BR>EndSection
<BR>
<BR>
<BR># **********************************************************************
<BR># Graphics device section
<BR># **********************************************************************
<BR>
<BR># Any number of graphics device sections may be present
<BR>
<BR># Standard VGA Device:
<BR>
<BR>Section "Device"
<BR> Identifier "Standard VGA"
<BR> VendorName "Unknown"
<BR> BoardName "Unknown"
<BR>
<BR># The chipset line is optional in most cases. It can be used to override
<BR># the driver´s chipset detection, and should not normally be specified.
<BR>
<BR># Chipset "generic"
<BR>
<BR># The Driver line must be present. When using run-time loadable driver
<BR># modules, this line instructs the server to load the specified driver
<BR># module. Even when not using loadable driver modules, this line
<BR># indicates which driver should interpret the information in this section.
<BR>
<BR> Driver "vga"
<BR># The BusID line is used to specify which of possibly multiple devices
<BR># this section is intended for. When this line isn´t present, a device
<BR># section can only match up with the primary video device. For PCI
<BR># devices a line like the following could be used. This line should not
<BR># normally be included unless there is more than one video device
<BR># installed.
<BR>
<BR># BusID "PCI:0:10:0"
<BR>
<BR># VideoRam 256
<BR>
<BR># Clocks 25.2 28.3
<BR>
<BR>EndSection
<BR>
<BR># === ATI device section ===
<BR>
<BR>Section "Device"
<BR> Identifier "ATI Graphics Adapter"
<BR> Driver "fglrx"
<BR> BoardName "ATI Mobility Radeon 9000"
<BR># ### generic DRI settings ###
<BR># === disable PnP Monitor ===
<BR> #Option "NoDDC"
<BR># === disable/enable XAA/DRI ===
<BR> Option "no_accel" "no"
<BR> Option "no_dri" "no"
<BR># === misc DRI settings ===
<BR> Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
<BR># ### FireGL DDX driver module specific settings ###
<BR># === Screen Management ===
<BR> Option "DesktopSetup" "0x00000000"
<BR> Option "MonitorLayout" "AUTO, AUTO"
<BR> Option "IgnoreEDID" "off"
<BR> Option "HSync2" "unspecified"
<BR> Option "VRefresh2" "unspecified"
<BR> Option "ScreenOverlap" "0"
<BR># === TV-out Management ===
<BR> Option "NoTV" "no"
<BR> Option "TVStandard" "PAL-B"
<BR> Option "TVHSizeAdj" "0"
<BR> Option "TVVSizeAdj" "0"
<BR> Option "TVHPosAdj" "0"
<BR> Option "TVVPosAdj" "0"
<BR> Option "TVHStartAdj" "0"
<BR> Option "TVColorAdj" "0"
<BR> Option "GammaCorrectionI" "0x00000000"
<BR> Option "GammaCorrectionII" "0x00000000"
<BR># === OpenGL specific profiles/settings ===
<BR> Option "Capabilities" "0x00000000"
<BR># === Video Overlay for the Xv extension ===
<BR> Option "VideoOverlay" "on"
<BR># === OpenGL Overlay ===
<BR># Note: When OpenGL Overlay is enabled, Video Overlay
<BR># will be disabled automatically
<BR> Option "OpenGLOverlay" "off"
<BR># === Center Mode (Laptops only) ===
<BR> Option "CenterMode" "off"
<BR># === Pseudo Color Visuals (8-bit visuals) ===
<BR> Option "PseudoColorVisuals" "off"
<BR># === QBS Management ===
<BR> Option "Stereo" "off"
<BR> Option "StereoSyncEnable" "1"
<BR># === FSAA Management ===
<BR> Option "FSAAEnable" "no"
<BR> Option "FSAAScale" "1"
<BR> Option "FSAADisableGamma" "no"
<BR> Option "FSAACustomizeMSPos" "no"
<BR> Option "FSAAMSPosX0" "0.000000"
<BR> Option "FSAAMSPosY0" "0.000000"
<BR> Option "FSAAMSPosX1" "0.000000"
<BR> Option "FSAAMSPosY1" "0.000000"
<BR> Option "FSAAMSPosX2" "0.000000"
<BR> Option "FSAAMSPosY2" "0.000000"
<BR> Option "FSAAMSPosX3" "0.000000"
<BR> Option "FSAAMSPosY3" "0.000000"
<BR> Option "FSAAMSPosX4" "0.000000"
<BR> Option "FSAAMSPosY4" "0.000000"
<BR> Option "FSAAMSPosX5" "0.000000"
<BR> Option "FSAAMSPosY5" "0.000000"
<BR># === Misc Options ===
<BR> Option "UseFastTLS" "2"
<BR> Option "BlockSignalsOnLock" "on"
<BR> Option "UseInternalAGPGART" "yes"
<BR> Option "ForceGenericCPU" "no"
<BR> BusID "PCI:1:0:0" # vendor=1002, device=496e
<BR> Screen 0
<BR>vendorname ""
<BR>EndSection
<BR>
<BR>
<BR>Qualcuno mi può aiutare?<br>

Rendering su Mobility Ati 9000

Inviato: sab 3 gen 2004, 15:25
da master
Il DRI non è abilitato nel kernel, verifica nel .config<br>

Rendering su Mobility Ati 9000

Inviato: dom 4 gen 2004, 20:22
da G3N3S1S
si ma ok, ma in XF86Config hai:
<BR>
<BR>Load "dri"
<BR>Load "glx"
<BR>?
<BR>
<BR>puoi scrivere l´output completo di glxinfo?
<BR>cya<br>

Rendering su Mobility Ati 9000

Inviato: gio 8 gen 2004, 13:12
da paolinux
Anche io vorrei configurare DRI per la ATI Mobility Radeon 9000 ma non ho ancora avuto il tempo di "fare sperimentazione" su un portatile appena acquistato.
<BR>Esiste un tutorial o potete fornire una sorta di README per i passi da seguire
<BR>(e per sapere cosa di preciso non deve mancare) ?
<BR>Io al momento mi sono limitato ad abilitare DRI nel kernel 2.6 ma non avendo
<BR>scaricato nulla di diverso dalla "semplice" Slackware 9.1 ottengo:
<BR>
<BR>extension "XFree86-DRI" missing
<BR>
<BR>Come si suol dire, ogni aiuto è benvenuto.
<BR>
<BR>Saluti<br>

Rendering su Mobility Ati 9000

Inviato: lun 12 gen 2004, 7:53
da paolinux
Scusatemi, ma dopo un paio di tentativi ho trovato la soluzione (piuttosto semplice, in effetti) che già era stata indicata nei 2 messaggi che mi avevano preceduto.
<BR>
<BR>Kernel 2.6 -> Device Drivers .> Graphics Support -> ATI Radeon support
<BR>
<BR>Kernel 2.6 -> Device Drivers -> Character devices -> DRM -> ATI Radeon
<BR>
<BR>XF86Config
<BR>
<BR># This loads the GLX module
<BR> Load "glx"
<BR># This loads the DRI module
<BR> Load "dri"
<BR>
<BR>ed alla fine di XF86Config
<BR> Section "DRI"
<BR> Mode 0666
<BR> EndSection
<BR>
<BR>Compilato il kernel e rilanciato X tutto ha funzionato (glxinfo per controllare).
<BR>
<BR>Saluti
<BR>
<BR>PC
<BR><br>

Rendering su Mobility Ati 9000

Inviato: mer 14 gen 2004, 23:15
da Sabax
posso chiederti un favore spassionato? E` una settimana che provo sul mio portatile a configurare il kernel 2.6.0 e non riesco a farlo partire...O schermata nera e il notebook continua a lavorare, o proprio non parte... Con il 2.4 non avevo questi problemi... ti prego, mi invii il tuo .config nella directory del kernel 2.6 che hai compilato? GRAZIE!! ;-) <br>