|
Driver ATI - fglrx
Lu-CyfeR - 01-02-2008 21:31
Przerobić pod siebie (Nazwa karty, ati/fglrx) Jeśłi ati to uruchomić to co dla ATI, jeśli FGLRX, odchaczyć # żeby problemół nie było ;), działa na 120% ;)
Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" # path to defoma fonts FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection
Section "Module" Load "i2c" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" 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 "Device" Identifier "GRAFIKA" Driver "ati/fglrx" BusID "PCI:1:0:0" # Option "AddARGBGLXVisuals" "On" Option "XAANoOffscreenPixmaps" "true" # ati Option "RenderAccel" "true" # ati Option "backingstore" "true" # ati
EndSection
Section "Monitor" Identifier "MONITOR" Option "DPMS" HorizSync 30-71 VertRefresh 56-75 EndSection
Section "Screen" # Option "AddARGBGLXVisuals" "true" # Option "DisableGLXRootClipping" "true" Identifier "Default Screen" Device "GRAFIKA" Monitor "MONITOR" DefaultDepth 24 SubSection "Display" Modes "1280x1024" EndSubSection EndSection
Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" Option "AIGLX" "true" # ati EndSection
Section "DRI" Mode 0666 EndSection
Section "Extensions" Option "Composite" "Enable" # Gdy ati "Enable", gdy FGLRX "0" Option "RENDER" "Enable" # ati EndSection
skynet - 02-02-2008 15:16
przeniesiony do http://debian.linux.pl/viewtopic.php...ghlight=#44191
salmon - 02-02-2008 15:17
A co konkretnie się nie udało?
Mike013 - 14-02-2008 16:40
Witam
Zainstalowałem sobie lenny'ego na lapie, ale mam problem z X'ami :(
Model lapa, to Toshiba A210-127 grafa, to Radek HD2600
Po zainstalowaniu sterów z repo chcę odpalić X'sy i tu cały problem. Otóż włączają się, ale nie widać pulpitu, są tylko czarno-szare pasy nic poza tym. Taki błąd wywala: Xsession: warning: xrdb command not found; X resources not merged.
Jak to naprawić :?:
Moim zdaniem stery są nieprawidłowe, tylko skąd i jakie wziąć :?:
Dodam jeszcze, że mam zainstalowane KDE.
Dzięki za pomoc :)
zomer - 16-02-2008 16:31
dpkg-reconfigure xserver-xorg
tylko przy ustawianiu rozdzielczościu uważaj. Daj np.
HorizSync 30-71 VertRefresh 56-75
Mike013 - 16-02-2008 16:43
zomer, tonie to.... :(
zrobiłem teraz inaczej, możliwe że stery z repo są zbyt stare i nie działają na mojej grafie
dlatego zassałem te => http://ati.amd.com/support/drivers/l...ux-radeon.html
tylko, że jak chce je instalować za pomocą:
sh ./ati-driver-installer-***.run --buildpkg Debian/testing
wywala taki błąd:
wywala taki błąd: Verifying archive integrity... All good. Uncompressing ATI Proprietary Linux Driver-8.455.2............................................................. ================================================== [31m ATI Technologies Linux Driver Installer/Packager [0m ================================================== Generating package: Debian/testing Package build failed! Package build utility output: dpkg-buildpackage: source package fglrx-installer dpkg-buildpackage: source version 8.455.2-1 dpkg-buildpackage: source changed by ATI Technologies Inc. <http://ati.amd.com/support/driver.html> debian/rules build dpkg-buildpackage: host architecture i386 dh_testdir # move licenses away from binary dir if [ ! -d usr/share/doc/fglrx ]; then \ mkdir -p usr/share/doc/fglrx; \ mv usr/X11R6/bin/LICENSE.* usr/share/doc/fglrx; \ fi # set executable on user apps find usr/X11R6/bin -type f | xargs chmod a+x # remove exec bit from files that don't deserve it find usr/X11R6/include \ usr/X11R6/lib \ usr/X11R6/lib64 \ usr/share usr/src -type f | xargs chmod -x find: usr/X11R6/lib64: No such file or directory find lib -not -name "*.sh" -type f | xargs chmod -x find lib -name "*.sh" -type f | xargs chmod +x # set proper permissions on /etc files if [ -d etc/ati ]; then \ chmod 755 etc/ati ; \ chmod 644 etc/ati/* ; \ chmod a+x etc/ati/*.sh ; \ fi if [ -f debian/fglrx.default ]; then \ mv -v debian/fglrx.default debian/fglrx; \ fi `debian/fglrx.default' -> `debian/fglrx' debian/rules binary dh_testdir # move licenses away from binary dir if [ ! -d usr/share/doc/fglrx ]; then \ mkdir -p usr/share/doc/fglrx; \ mv usr/X11R6/bin/LICENSE.* usr/share/doc/fglrx; \ fi # set executable on user apps find usr/X11R6/bin -type f | xargs chmod a+x # remove exec bit from files that don't deserve it find usr/X11R6/include \ usr/X11R6/lib \ usr/X11R6/lib64 \ usr/share usr/src -type f | xargs chmod -x find: usr/X11R6/lib64: No such file or directory find lib -not -name "*.sh" -type f | xargs chmod -x find lib -name "*.sh" -type f | xargs chmod +x # set proper permissions on /etc files if [ -d etc/ati ]; then \ chmod 755 etc/ati ; \ chmod 644 etc/ati/* ; \ chmod a+x etc/ati/*.sh ; \ fi if [ -f debian/fglrx.default ]; then \ mv -v debian/fglrx.default debian/fglrx; \ fi dh_testdir dh_testroot dh_clean -k dh_installdirs # Create the directories to install into dh_installdirs -pfglrx-driver \ usr \ usr/lib/xorg \ usr/lib/xorg/modules \ usr/lib/dri \ usr/bin \ usr/sbin \ etc/acpi \ etc/acpi/events \ etc/default \ etc/X11/Xsession.d dh_installdirs -pfglrx-driver-dev \ usr \ usr/include \ usr/lib dh_installdirs -pfglrx-kernel-src \ usr/src/modules/fglrx \ usr/src/modules/fglrx/debian dh_installdirs -A -pfglrx-amdcccle \ usr \ usr/bin \ usr/share \ usr/share/applnk \ usr/share/applications \ usr/share/icons \ usr/share/pixmaps dh_installdirs -p \ usr/src dh_install dh_install -pfglrx-driver "usr/X11R6/bin/fgl*" "usr/bin" dh_install -pfglrx-driver "usr/X11R6/bin/aticonfig" "usr/bin" dh_install -pfglrx-driver "usr/sbin/atieventsd" "usr/sbin" dh_installman -pfglrx-driver "usr/share/man/man8/atieventsd.8" # amd64 needs some library redirection dh_install -pfglrx-driver "usr/X11R6/lib/*.so*" "usr/lib" dh_install -pfglrx-driver "usr/X11R6/lib/modules/dri" "usr/lib" dh_install -pfglrx-driver "usr/X11R6/lib/modules/linux" "usr/lib/xorg/modules" dh_install -pfglrx-driver "usr/X11R6/lib/modules/drivers" "usr/lib/xorg/modules" dh_install -pfglrx-driver "usr/X11R6/lib/modules/*.so" "usr/lib/xorg/modules" dh_install -pfglrx-driver "usr/X11R6/lib/modules/*.a" "usr/lib/xorg/modules" dh_install -pfglrx-driver "etc/fglrx*" "etc" dh_install -pfglrx-driver "etc/ati" "etc" dh_install -pfglrx-driver "debian/70fglrx" "etc/X11/Xsession.d" dh_install -pfglrx-driver "debian/fglrx-powermode.sh" "etc/acpi" dh_install -pfglrx-driver "debian/fglrx-*-aticonfig" "etc/acpi/events" dh_install -pfglrx-driver "debian/fglrx" "etc/default" dh_installinit -pfglrx-driver --name="atieventsd" # create symlinks to shared libs dh_link -pfglrx-driver "usr/lib/libGL.so.1.2" "usr/lib/libGL.so.1" dh_install -pfglrx-driver-dev "usr/X11R6/lib/*.a" "usr/lib" dh_install -pfglrx-driver-dev "usr/X11R6/include/*" "usr/include" dh_install -pfglrx-driver-dev "usr/include/*" "usr/include" dh_install -pfglrx-kernel-src \ lib/modules/fglrx/build_mod/*.c \ lib/modules/fglrx/build_mod/*.h \ lib/modules/fglrx/build_mod/*.sh \ lib/modules/fglrx/build_mod/lib* \ lib/modules/fglrx/build_mod/2.6.x/Makefile \ usr/src/modules/fglrx dh_install -pfglrx-kernel-src "debian/changelog" "usr/src/modules/fglrx/debian" dh_install -pfglrx-kernel-src \ debian/copyright \ debian/compat \ module/rules \ module/control.template \ module/dirs.template \ module/postinst \ usr/src/modules/fglrx/debian (cd debian/fglrx-kernel-src/usr/src \ && chown -R root:src modules \ && tar -jcf fglrx.tar.bz2 modules \ && rm -rf modules) # control panel package dh_install -A -pfglrx-amdcccle "usr/X11R6/bin/amdcccle" "usr/bin" dh_install -A -pfglrx-amdcccle "usr/share/icons/*.xpm" "usr/share/icons" dh_install -A -pfglrx-amdcccle "usr/share/icons/*.xpm" "usr/share/pixmaps" dh_install -A -pfglrx-amdcccle "debian/amdcccle.desktop" "usr/share/applications" dh_install -A -pfglrx-amdcccle "debian/amdcccle.kdelnk" "usr/share/applnk" dh_install -A -pfglrx-amdcccle "usr/share/ati" "usr/share" dh_desktop -pfglrx-amdcccle dh_installdocs dh_installdocs -pfglrx-driver usr/share/doc/fglrx/* #dh_installchangelogs dh_link dh_strip dh_compress dh_makeshlibs dh_installdeb ldconfig -n arch/x86/usr/X11R6/lib LD_PRELOAD= dh_shlibdeps --exclude=emul dpkg-shlibdeps: warning: symbol _XFlush used by debian/fglrx-driver/usr/lib/libfglrx_pp.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol XextAddDisplay used by debian/fglrx-driver/usr/lib/libfglrx_pp.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol _XReply used by debian/fglrx-driver/usr/lib/libfglrx_pp.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol XextRemoveDisplay used by debian/fglrx-driver/usr/lib/libfglrx_pp.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol XextCreateExtension used by debian/fglrx-driver/usr/lib/libfglrx_pp.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol XextFindDisplay used by debian/fglrx-driver/usr/lib/libfglrx_pp.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: debian/fglrx-driver/usr/lib/xorg/modules/drivers/fglrx_drv.so shouldn't be linked with libpthread.so.0 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/fglrx-driver/usr/lib/xorg/modules/drivers/fglrx_drv.so shouldn't be linked with librt.so.1 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/fglrx-driver/usr/lib/xorg/modules/drivers/fglrx_drv.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: warning: debian/fglrx-driver/usr/lib/xorg/modules/drivers/fglrx_drv.so shouldn't be linked with libm.so.6 (it uses none of its symbols). dpkg-shlibdeps: warning: symbol _XFlush used by debian/fglrx-driver/usr/lib/libfglrx_gamma.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol XextAddDisplay used by debian/fglrx-driver/usr/lib/libfglrx_gamma.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol _XReply used by debian/fglrx-driver/usr/lib/libfglrx_gamma.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol XextRemoveDisplay used by debian/fglrx-driver/usr/lib/libfglrx_gamma.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol XextCreateExtension used by debian/fglrx-driver/usr/lib/libfglrx_gamma.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol XextFindDisplay used by debian/fglrx-driver/usr/lib/libfglrx_gamma.so.1.0 found in none of the libraries. dpkg-shlibdeps: warning: debian/fglrx-driver/usr/lib/xorg/modules/glesx.so shouldn't be linked with libdl.so.2 (it uses none of its symbols). dpkg-shlibdeps: failure: couldn't find library libfglrx_gamma.so.1 needed by debian/fglrx-driver/usr/bin/fglrx_xgamma (its RPATH is ''). Note: libraries are not searched in other binary packages that do not have any shlibs or symbols file. To help dpkg-shlibdeps find private libraries, you might need to set LD_LIBRARY_PATH. dh_shlibdeps: command returned error code 512 make: *** [binary] Error 1 dpkg-buildpackage: failure: debian/rules binary gave error exit status 2 Removing temporary directory: fglrx-install.dB4217
nie wiem co jest nie tak :(
//skróciłem najdłuższą linię ruun
M - 16-02-2008 16:53
A próbowałeś zrobić przez: m-a prepare m-a update m-a a-i fglrx
Najlepiej zrób to pod konsolą...
Mike013 - 16-02-2008 20:44
m-a prepare m-a update m-a a-i fglrx
nie rozumiem :(
na początku tego teamtu jest kolejno opisane jak to instalować, przecież muszę zainstalować pakiety *.deb, które zostaną utworzone po sh ./ati-driver-installer-***.run --buildpkg Debian/testing tylko, że to nie działa :-/
Może interesuje Was jakiś log, czy coś :?:
Najlepiej zrób to pod konsolą...
muszż pod konsolą, bo X'y nie działają. Teraz też pisze z debiana, ale z etch'a (na innym kompie)
dzięki, faktycznie, trochę rozwaliłem forum :shock:
yantar - 16-02-2008 22:05
U mnie bylo to samo ze sterami ze strony ATI przy budowie paczek. W pierwszym poscie troche jest troche namieszane bo raz jest $ wskazujace na dzialanie jako user (nie bardzo adekwatne przy instalacji), a za chwile # jako root. Nadaj prawa wykonywania jako root i tak samo pod rootem zbuduj paczki u mnie zadzialalo.
M - 16-02-2008 22:32
Napiszę to najkrócej jak jest możliwe: Logujesz się na konto roota i piszesz: aptitude search fglrx aptitude remove --purge fglrx-xxxxx
gdzie xxxxx oznacza wszystkie pakiety, które masz zainstalowane Następnie: m-a prepare m-a update m-a a-i fglrx
Po tym zabiegu system pobiera ci najnowsze sterowniki dla danej wersji debiana i instaluje je. Po instalacji sprawdź poleceniem 'pcimodules' czy jest moduł fglrx. Wystarczy reboot i powinno działać. Ja tak instaluje sterowniki, nie bawiąc się w źródła od ati. Działam do tego na najnowszym dostępnym kernelu kompilowanym ze źródeł.
Mike013 - 17-02-2008 12:19
M, wszystko śmiga :)
Dzięki Wielkie :)
tydell - 17-02-2008 20:11
a czy ktoś wie co poradzić na coś takiego ? wszystko jest ok, fglrx zainstalowane , direct rendering Yes, Xorg.conf w porządku raczej, i gdy odpalam fusion-icon lub poprostu compiz --replace to mam coś takiego i compiz nie działą
blindman - 07-03-2008 16:01
Przy instalacji sterów pojawia mi się: blindman:/home/eryk# apt-get install module-assistant fglrx-driver fglrx-kernel-src Czytanie list pakietów... Gotowe Budowanie drzewa zależności Reading state information... Gotowe module-assistant jest już w najnowszej wersji. Nie udało się zainstalować niektórych pakietów. Może to oznaczać, że zażądano niemożliwej sytuacji lub używasz dystrybucji niestabilnej, w której niektóre pakiety nie zostały jeszcze utworzone lub przeniesione z katalogu Incoming ("Przychodzące"). Następujące informacje mogą pomóc rozpoznać sytuację:
Następujące pakiety mają niespełnione zależności: fglrx-driver: Wymaga: xserver-xorg (>= 1:7.1.0) E: Pakiety są błędne
Wiem, że muszę mieć xorga ≥ 7.1.0, ale nie wiem jak to zrobić. Próbowałem już na wiele sposobów, ale nie mogę osiągnąć zamierzonego efektu. Na pewno nie pomaga: apt-get install xserver-xorg xbase-clients xfonts-base xterm
bo wtedy wskazuje mi, że mam: blindman:~# X -version
X Window System Version 1.3.0 Release Date: 19 April 2007 X Protocol Version 11, Revision 0, Release 1.3 Build Operating System: Linux Debian (xorg-server 2:1.3.0.0.dfsg-12lenny2) Current Operating System: Linux blindman 2.6.22-3-k7 #1 SMP Sun Feb 10 21:04:14 UTC 2008 i686 Build Date: 19 January 2008 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present
Co muszę zrobić?
yantar - 07-03-2008 16:05
aktualnie w repozytoriach dla lenego jest xorg 1:7.2-5
Rozumiem ze masz aktualne wpisy repozytoriow w sources.list
Jesli tak, wydaj najpierw polecenie aptitude update
blindman - 07-03-2008 16:26
Ale to właśnie nic nie daje. Niby się zainstalował, a po komędzie X -version
jest dalej to samo czyli to co w poście wyżej.
kogut - 14-03-2008 19:59
Witam, Mam problem z instalacją sterowników ATI do Radeona 9600PRO.
Po pobraniu wydaję polecenie: ./nazwapliku.run
Odpala się instalator, jednak jest problem, ponieważ jest on za duży i nie mieści się na ekranie. Nie da się go w pionie pomniejszyć (jedynie mogę zmienić szerokość). Wie ktoś w czym problem?
Zrzut ekranu: http://images33.fotosik.pl/179/66c358897cb9aede.png
yantar - 14-03-2008 20:45
Lewy Alt + mysza zlap i przesun okno w gore, lub lewy Alt+F6 powinno dopasowac wysokosc do okna ekranu. (Zakladam, ze podobne skroty sa we wszystkich srodowiskach)
kogut - 14-03-2008 23:41
Dzięki, pierwszy sposób zadziałał. Jednak po instalacji tych sterowników miałem wszystko bardzo małe. Zmiana rozdzielczości nie pomagała, glxgears pokazywało około 200fps :/ Na każdym sterowniku (ati, radeon, fglrx) mam tak mało :( Próbowałem chyba wszystkiego z tego forum, ale jako że Debiana mam od wczoraj, to mogłem zrobić jakiś błąd. Mam wszystkie wymagane paczki. Jest to dla mnie ważne, bo muszę na zajęcia pisać programy w OpenGL,a przy 200fps po prostu się nie da tego odpalać (obraz przeskakuje co chwile zamiast być płynnym). Bardzo proszę o pomoc.
yantar - 15-03-2008 02:28
200 fps to raczej wskazuje ,ze wciaz nie masz akceleracji sprzetowej. glxinfo | grep direct
Do sprawdzenia w konsoli czy jest akceleracja. Najlepiej usun te stery i sprobuj zainstalowac w pierwszej kolejnosci otwarte. A dopiero pozniej jak cos nie bedzie gralo to zamkniete sterowniki z repozytoriow. (wszystko na forum co i jak)
M - 15-03-2008 09:05
Ważne jest, żeby robić to najlepiej pod konsolą a nie pod X'ami. Mówię oczywiście o instalacji driverów. Przeczytaj >to< a dokładniej post napisany przeze mnie 2008-02-16 o 22:32.
kogut - 15-03-2008 15:31
Najpierw usuwałem te pakiety jak napisałeś: aptitude remove --purge fglrx-xxxxx
Nie wiem, czy one się usunęły, bo po wykonaniu każdego polecenia wpisywałem "aptitude search fglrx" i nadal były na liście. Tylko jeden z nich - fglrx-driver - niby się usunął (wypisało mi, że zwolnione zostało miejsce, itp., ale nadal był na liście. Następnie zrobiłem te polecenia: m-a prepare m-a update
i wypisało mi, że mam wszytko w najnowszej wersji. ostanie polecenie m-a a-i fglrx
zainstalowało mi co trzeba i po reboocie nadal miałem to samo. Zmieniłem więc w xorg.info w sekcji Device "radeon" na "fglrx" i teraz wszystko pięknie działa :) Dzięki za pomoc.
Mam jeszcze tylko jedno pytanie. Jak usunąć tego Catalysta co zainstalowałem? Ogólnie jak usunąć zbędne sterowniki?
M - 15-03-2008 21:18
Jak sprawdzałeś zainstalowane pliki fglrx to jeśli są z atrybutem (i) to masz jakieś zainstalowane, a jeśli (p) to nie. A z tym xorg.conf to oczywistym jest że należy zmienić z radeon na fglrx.
LazzaR - 18-04-2008 22:48
Witam, Przezucilem sie z Ubunty/Sabayona na Debiana. Mam Radeona 9950. $ glxinfo | grep rend direct rendering: Yes OpenGL renderer string: ATI Radeon 9550 / X1050 Series
$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon 9550 / X1050 Series OpenGL version string: 2.1.7415 Release
glxgears utrzymuje sie na ~1430 FPS'ow z tego co widze, nie mam Xgl wlaczonego.
przy wlaczaniu compiza poleceniem w konsoli wyskakuje mi $ compiz Checking for Xgl: not present. Blacklisted PCIID '1002:4153' found aborting and using fallback: /usr/bin/metacity no /usr/bin/metacity found, exiting
jako root mam $ compiz Checking for Xgl: Xlib: connection to ":0.0" refused by server Xlib: No protocol specified
xvinfo: Unable to open display :0.0 not present. Xlib: connection to ":0.0" refused by server Xlib: No protocol specified
xset: unable to open display ":0.0" xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log Blacklisted PCIID '1002:4153' found aborting and using fallback: /usr/bin/metacity no /usr/bin/metacity found, exiting
co powinienem zrobic, by odpalic xgl'a ? chcialbym miec compiza i wine'a ;-)
moj: + xorg.conf: http://pastebin.pl/653 + /varlog/Xorg.0.log: http://pastebin.pl/655
uzywam Debiana Lenny, KDE 3.5 // dzisiaj akutalizowalem z etch'a ;-)
pozdrawiam i z gory dziekuje za odpowiedzi !
Piotrek - 19-04-2008 15:52
Miałem problem z Radeonkiem 9600 Pro, 3 dni katorgi aż w końcu sukces :) Polecam poniższą metodę:
Podziękowania dla grze_S'ia
Rozwiązanie tak banalne w swojej prostocie, że takie trudne :craz:
Przechodzimy w terminalu na konto roota su
Instalujemy te 3 paczki, system pociągnie jeszcze sporawą ilość pakietów (u mnie około 15 MB) aptitude install fglrx-driver fglrx-kernel-src fglrx-glx
Wklejamy jeszcze jedną komendę (u mnie jeszcze pociągnęło parę MB) module-assistant prepare && module-assistant update && module-assistant a-i fglrx
Na koniec rekonfiguracja X'ów - wybieramy sterownik fglrx dalej pozostawiamy pola takie jakie były aż do momentu wyboru rozdzielczości, gdzie wybieramy tylko jedną, jakiej będziemy używać. Resztę komunikatów jak poprzednio zatwierdzamy "enterem" pozostawiając domyślnie wybraną opcję. dpkg-reconfigure xserver-xorg
Na koniec restart komputera (czasem ponoć reboot X'ów nie działa) shutdown -r now
A oto wyniki: piotrek@debian:~$ glxinfo | grep render direct rendering: Yes OpenGL renderer string: ATI RADEON 9600 Series
piotrek@debian:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI RADEON 9600 Series OpenGL version string: 2.1.7412 Release
Nie ma jak dobre FPS :D piotrek@debian:~$ glxgears 13097 frames in 5.0 seconds = 2619.249 FPS 13097 frames in 5.0 seconds = 2619.376 FPS 13007 frames in 5.0 seconds = 2601.395 FPS
Pozdrawiam i życzę nie męczenia się tyle czasu z głupimi sterami jak w moim przypadku. .
LazzaR - 19-04-2008 23:14
robilem wczesniejsze instrukcje, ktory byly napisane w tym temacie ;) popatrz, nawet stery mam nowsze: teraz mam swojego radka na aiglx, compiz-fusion slabo dziala, ale np. emulucje gry pod wine'm. niestety moja karta graficzna, radek 9550, jest blacklisted :( (chipset r350) niedlugo zmieniam sprzet, wiec tymczasowo bedzie pracowal na tym, co mam ;) dzieki za odp.
grze_S - 27-04-2008 18:32
@LazzaR: coś chyba mało tych klatek w glxgears... U mnie na tej samej karcie jest ok. 2400. A Compiza da się uruchomić. Nie zależy mi na nim aż tak więc nie próbuje, ale na Kubuntu 8.04 działa "out of box". Na Debianie zresztą też kiedyś udało mi się go włączyć i działał ;-)
A i z poziomu root'a i tak compiz'a nie uruchomisz bo root nie ma dostępu do X'ów ;-)
PS: W Twoim xorg.conf'ie są podwojone sekcje. Włącz konsolę, zaloguj się na root'a i spróbuj: cp /etc/X11/xorg.conf /etc/X11/xorg.conf.kopia_zapasowa dpkg-reconfigure xserver-xorg
i tak jak pisze Piotrek jako sterownik wybierz "fglrx". W razie niepowodzenia będziesz miał jeszcze kopie zapasową.
LazzaR - 01-05-2008 18:00
zainstalowalem sobie swiezutko debiana (lenny, i686) i skonfigurowalem radka. nie zagladalem w ten temat, ale mam teraz lepsze osiagi ;) radek 9550, sb@debian:~$ glxgears 12973 frames in 5.0 seconds = 2594.502 FPS 13252 frames in 5.0 seconds = 2650.358 FPS 13253 frames in 5.0 seconds = 2650.577 FPS 13255 frames in 5.0 seconds = 2650.907 FPS 13251 frames in 5.0 seconds = 2650.183 FPS
wystarczy postapic tak, jak Piotrek napisal wyzej i wszystko bedzie ok.
pozdrawiam
M - 17-05-2008 10:48
A instalował ktoś sterowniki na jądrze 2.6.25.x?? Ja walczę z tym długi czas i narazie mi się nie udało uruchomić. Problem wygląda tak: /usr/bin/make -f debian/rules clean ↑ make[1]: Wejście do katalogu `/usr/src/modules/fglrx' dh_testroot rm -f configure-stamp rm -f fglrx.ko fglrx.mod.c *.o libfglrx_ip.a rm -f .version .*.o.flags .*.o.d .*.o.cmd .*.ko.cmd rm -rf .tmp_versions rm -rf patch dh_clean rm /usr/src/modules/fglrx/debian/control rm /usr/src/modules/fglrx/debian/dirs make[1]: Opuszczenie katalogu `/usr/src/modules/fglrx' /usr/bin/make -f debian/rules binary_modules make[1]: Wejście do katalogu `/usr/src/modules/fglrx' if [ -f /usr/src/modules/fglrx/debian/control.template ]; then \ cat /usr/src/modules/fglrx/debian/control.template > /usr/src/modules/fglrx/debian/control; \ fi dh_testdir touch configure-stamp dh_testdir /usr/bin/make -C /lib/modules/2.6.25.2/source SUBDIRS=/usr/src/modules/fglrx modules make[2]: Wejście do katalogu `/usr/src/linux-2.6.25.2' CC [M] /usr/src/modules/fglrx/firegl_public.o /usr/src/modules/fglrx/firegl_public.c: In function ‘KCL_PosixSecurityCapGetEffectiveVector’: /usr/src/modules/fglrx/firegl_public.c:1890: error: implicit declaration of function ‘cap_t’ ‘KCL_PosixSecurityCapGetEffectiveVector’: /usr/src/modules/fglrx/firegl_public.c:1890: error: implicit declaration of function ‘cap_t’ /usr/src/modules/fglrx/firegl_public.c: In function ‘KCL_PosixSecurityCapSetEffectiveVector’: /usr/src/modules/fglrx/firegl_public.c:1898: error: lvalue required as left operand of assignment make[3]: *** [/usr/src/modules/fglrx/firegl_public.o] Błąd 1 make[2]: *** [_module_/usr/src/modules/fglrx] Błąd 2 make[2]: Opuszczenie katalogu `/usr/src/linux-2.6.25.2' make[1]: *** [build] Błąd 2 make[1]: Opuszczenie katalogu `/usr/src/modules/fglrx' make: *** [kdist_image] Błąd 2
LazzaR - 17-05-2008 17:14
mialem reinstall debiana i po instalacji sterow zadziwila mnie taka sytucja:
dawid@debian:~$ glxinfo bash: glxinfo: command not found dawid@debian:~$ glxgears bash: glxgears: command not found dawid@debian:~$ fgl fgl_glxgears fglrxinfo fglrx_xgamma dawid@debian:~$ fgl_glxgears Using GLX_SGIX_pbuffer 2730 frames in 5.0 seconds = 546.000 FPS dawid@debian:~$ fglrxinfo display: :0.0 screen: 0 OpenGL vendor string: ATI Technologies Inc. OpenGL renderer string: ATI Radeon 9550 / X1050 Series OpenGL version string: 2.1.7415 Release
dlaczego nie mam polecen glx(...) ?
zuczek126p - 17-05-2008 17:20
... musisz zainstalować pakiet mesa-utils
Sisi - 19-05-2008 20:11
Co trzeba miec w repozytoriach, zeby skorzystac z tego sposobu?
EDIT: Juz nie trzeba, pomogla mi ta stronka: http://forums.debian.net/viewtopic.php?t=14139
I upragniony efekt:
debian:~# glxinfo | grep direct direct rendering: Yes debian:~# glxgears 29204 frames in 5.0 seconds = 5840.637 FPS 30069 frames in 5.0 seconds = 6013.723 FPS 30061 frames in 5.0 seconds = 6012.171 FPS 36415 frames in 5.0 seconds = 7282.944 FPS 40371 frames in 5.0 seconds = 8073.776 FPS 34328 frames in 5.0 seconds = 6861.750 FPS 19969 frames in 5.0 seconds = 3993.706 FPS 32269 frames in 5.0 seconds = 6453.786 FPS 33899 frames in 5.0 seconds = 6773.914 FPS 30917 frames in 5.0 seconds = 6175.378 FPS 37392 frames in 5.0 seconds = 7478.237 FPS 28793 frames in 5.0 seconds = 5758.549 FPS 35652 frames in 5.0 seconds = 7130.344 FPS 35129 frames in 5.0 seconds = 7025.789 FPS 38696 frames in 5.0 seconds = 7739.152 FPS 38485 frames in 5.0 seconds = 7696.996 FPS 40050 frames in 5.0 seconds = 8009.895 FPS 39812 frames in 5.0 seconds = 7962.268 FPS
Karta to RADEON X1600 :) pozdrawiam
M - 07-06-2008 12:53
Poradziłem sobie z kernelem 2.6.25.x i sterownikami fglrx. Wystarczy zassać nową wersję driverów 'ati-driver-installer-8-5-x86.x86_64.run', dodać atrybut wykonywania, uruchomić pod konsolą i zainstalować, a potem cieszyć się sprzętowym wspomaganiem.
Pozdrawiam
zanotowane.pldoc.pisz.plpdf.pisz.plminister.pev.pl
Strona 6 z 6 • Wyszukano 484 postów • 1, 2, 3, 4, 5, 6
|