Właśnie zainstalowałem najnowszy sterownik fglrx ze strony ati (8.6). Moja karta graficzna to Saphire Radeon HD2600 Xt 512MB DDR3 na agp. Problem jest w momencie uruchomienia jakiejkolwiek aplikacji wykorzystującej akcelerację (np.: fglrxinfor, fglrxgears, xine). Uruchomienie aplikacji powoduje reset Xservera i czarny ekran. Komputer przestaje reagować i pozostaje tylko reset.
Udało mi się zidentyfikować w czym tkwi problem. Mianowicie wszystkiemu winien jest plik libGL.so.1.2 w katalogu /usr/lib/xorg. Po podmiance na plik z pakietu mesa system normalnie funkcjonuje tylko nie mam sprzętowej akceleracji.
Czy dało się komuś zmusić taką kartę graficzną do działania?
Będę wdzięczny za wszelkie sugestie.
Mój sprzęt to:
Grafika: Sapire Radeon HD2600 XT 512MB DDR3 na AGP
Płyta: Abit NF7-S2G na NF2
Debian Lenny: kernel 2.6.24
Mój /etc/X11/xorg.conf:
Kod: Zaznacz cały
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/share/fonts/X11/encodings"
FontPath "/usr/share/fonts/X11/util"
FontPath "/var/lib/defoma/gs.d/dirs/fonts"
EndSection
Section "Module"
# Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "int10"
Load "vbe"
Load "dbe"
# Load "type1"
Load "freetype"
# This loads the GLX module
Load "glx"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "pl"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Generic Video Card"
Driver "fglrx"
Option "no_accel" "no"
Option "no_dri" "no"
Option "mtrr" "off"
Option "AIGLX" "off"
Option "DesktopSetup" "(null)"
Option "ScreenOverlap" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
# === OpenGL specific profiles/settings ===
Option "Capabilities" "0x00000000"
Option "CapabilitiesEx" "0x00000000"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
# === OpenGL Overlay ===
Option "OpenGLOverlay" "off"
# === Center Mode (Laptops only) ===
Option "CenterMode" "off"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# === FSAA Management ===
# Option "FSAAEnable" "on"
# Option "FSAAScale" "0"
# Option "FSAADisableGamma" "no"
# Option "FSAACustomizeMSPos" "no"
# Option "FSAAMSPosX0" "0.000000"
# Option "FSAAMSPosY0" "0.000000"
# Option "FSAAMSPosX1" "0.000000"
# Option "FSAAMSPosY1" "0.000000"
# Option "FSAAMSPosX2" "0.000000"
# Option "FSAAMSPosY2" "0.000000"
# Option "FSAAMSPosX3" "0.000000"
# Option "FSAAMSPosY3" "0.000000"
# Option "FSAAMSPosX4" "0.000000"
# Option "FSAAMSPosY4" "0.000000"
# Option "FSAAMSPosX5" "0.000000"
# Option "FSAAMSPosY5" "0.000000"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "ForceGenericCPU" "no"
Option "KenrelModuleParm" "agplock=1"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "RENDER" "Enable"
Option "DAMAGE" "Enable"
Option "Composite" "Enable"
Option "XVideo" "Enable"
EndSection