FGLRX: Zuerst gibts mal die unterscheidung zwischen dem fglrx 8.30.3 und dem 8.31.5, beim 8.30.3 musst du /usr/lib/dri/fglrx_dri.so durch einen link von /usr/lib/dri/ati_a_dri.so ersetzen, beim 8.31.5 nicht. Kernel Konfig: http://gentoo-wiki.com/HOWTO_ATI_Dr...l_Configuration Loadable Module Support ---> [*] Enable loadable module support [*] Module unloading
Processor type and features ---> [*] MTRR (Memory Type Range Register) support
Device Drivers ---> Character Devices ---> <M> /dev/agpgart (AGP Support) <M> Your_AGP_Chipset_Here < > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
Graphics support ---> [ ] Support for framebuffer devices
Kernel Hacking ---> [ ] Kernel debugging Dann die module Section "Module" Load "glx" Load "dri" # Load "GLcore # Load "drm" Dann die device section: Section "Device" Identifier "ATI Graphics Adapter 0" Driver "fglrx" Option "no_accel" "no" Option "no_dri" "no" Option "DynamicClocks" "on" Option "mtrr" "on" Option "ScreenOverlap" "0" Option "Capabilities" "0x00000000" Option "CapabilitiesEx" "0x00000000" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Option "CenterMode" "off" Option "PseudoColorVisuals" "off" Option "Stereo" "off" Option "StereoSyncEnable" "1" Option "FSAAEnable" "no" Option "UseFastTLS" "2" Option "BlockSignalsOnLock" "on" Option "UseInternalAGPGART" "no" Option "ForceGenericCPU" "no" Option "KernelModuleParm" "agplock=0" Option "PowerState" "3" Option "XAANoOffscreenPixmaps" "true" # Option "DesktopSetup" "horizontal, reverse" # Option "EnablePrivateBackZ" "on" # COMPOSITE COMPATIBILITY but decreases performance BusID "PCI:1:0:0" EndSection OPENSOURCE TREIBER: Die Module: Section "Module" Load "glx" Load "dri" Load "GLcore Load "drm" Beim ati treiber musst du bei tft bildschirmen in deine device seciton: Option "MonitorLayout" "LVDS, auto" eintragen, dass der tft erkannt wird. Dann noch Option "UseFastTls" "0" Beim treiber radeon reinschreiben. Möglichkeit 1: Dann musst du noch x11-drm installieren weis jetzt nicht wie das beim ubuntu ist aber bei gentoo kann mans auf eine radeon zuschneiden. Möglichkeit 2: Alternativ dazu kann man den direct rendering manager auch in den Kernel einbauen, welche Variante euch lieber ist überlasse ich euch
|