fglrx-problem

KangurX

Użytkownik
Dołączył
Lipiec 4, 2008
Posty
281
Otoz xorg.0.log wywala mi:
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>(II) Loading extension MIT-SCREEN-SAVER
(EE) AIGLX error: dlopen of fglrx_dri.so failed
(EE) AIGLX: reverting to software rendering
</div>

Gdzie mam wrzucic ten pliczek? Bo go mam w /usr/lib/xorg/modules i /usr/lib/xorg/modules/extensions i dalej to wywala :/

gdy wpisuje fglrxinfo lub glxinfo to :
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 166 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 15
Current serial number in output stream: 15
</div>

Xorg
<div class='codetop'>CODE</div><div class='codemain' style='height:200px;white-space:pre;overflow:auto'>Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "aticonfig-Screen[0]-0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "AIGLX" "on"
EndSection

Section "Files"
RgbPath "/etc/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
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 "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "dri"
Load "glx"
Load "xtrap"
Load "GLcore"
Load "extmod"
Load "dbe"
Load "record"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "pl"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection

Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection

Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection</div>

Macie jakies rady?
 

jurgensen

Użytkownik
Dołączył
Grudzień 14, 2006
Posty
678
Jeśli masz kartę ATI i Debiana (w innych systemach musisz poszukać), to wywal wszystkie sterowniki grafiki, stwórz nowy xorg.conf (dpkg-reconfigure xserver-xorg) i wykonaj kolejno:

Kod:
apt-get update
apt-get install module-assistant fglrx-driver fglrx-kernel-src
module-assistant prepare
module-assistant update
module-assistant a-i fglrx
aticonfig --initial

upewnij się, że masz repozytorium non-free
 

KangurX

Użytkownik
Dołączył
Lipiec 4, 2008
Posty
281
Skad dokladnie mam usunac lub jak usunac wszystkie, bo fglrx mam z repo i wlasnie tak instalowalem jak napisales.
 

jurgensen

Użytkownik
Dołączył
Grudzień 14, 2006
Posty
678
Jak instalowałeś z repo, to spróbuj

apt-get --purge remove fglrx-driver fglrx-kernel-src

i później

dpkg-reconfigure xserver-xorg

a problem może być jeszcze jeden. Ostatnio wyszła aktualizacja jądra do Debiana. Jeśli ją zainstalowałeś, to powinno wystarczyć przebudowanie sterowników
 

jurgensen

Użytkownik
Dołączył
Grudzień 14, 2006
Posty
678
A masz jakiś błąd, jak wszystko powywalasz, przywrócisz xorg.conf i próbujesz zainstalować?
 

KangurX

Użytkownik
Dołączył
Lipiec 4, 2008
Posty
281
Przy instalacji nic mi nie wywala, tylko potem logi xorga sa, ten log jest jak zmienie stery na radeonhd.
Kod:
(II) Loading extension MIT-SCREEN-SAVER
(EE) RADEONHD(0): The fglrx kernel module is loaded. This can have obvious
(EE) RADEONHD(0): RHDVGASave: VGA FB Offset (0xD0000000) is out of range of the Cards Internal FB Address (0xE8000000)

Wywalilem stery "radeonhd" i zainstalowalem te z repo fglrx, ale dalej jest ten sam blad w logach xorga.
Mysle ze trzeba sciezki podac do tego fglrx_dri.so bo tak to pisze w logach [sciezka]/plik a tu nic.
 

KangurX

Użytkownik
Dołączył
Lipiec 4, 2008
Posty
281
Pomoglo upgrade'owanie distro do Squeeze i instalacja sterow tych z repo
smile.gif
Oto source.list:
Kod:
#~~~~~~Squeeze~~~~~~#
deb [url]http://ftp.pl.debian.org/debian/[/url] squeeze main non-free contrib
deb-src [url]http://ftp.pl.debian.org/debian/[/url] squeeze main non-free contrib
deb [url]http://security.debian.org/[/url] squeeze/updates main contrib non-free
deb-src [url]http://security.debian.org/[/url] squeeze/updates main contrib non-free
deb [url]http://www.debian-multimedia.org[/url] squeeze main
deb-src [url]http://www.debian-multimedia.org[/url] squeeze main
deb [url]http://repo.dug.net.pl/dfr/[/url] testing main contrib
deb [url]http://kernel-archive.buildserver.net/debian-kernel/[/url] trunk main
 

jurgensen

Użytkownik
Dołączył
Grudzień 14, 2006
Posty
678
Jeśli chcesz mieć stale aktualne pozmieniaj wpisy squeeze na testing, wtedy przy zmianie wersji nie będzie trzeba zmieniać
 
Do góry Bottom