da Kori » ven gen 02, 2004 14:22
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>