Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Zainstalowałem
apt-get install fglrx-driver
oraz
apt-get install fglrx-cntrol
Potem trafiłem na opis znajdujący sie w FAQ
Instalacja sterowników ATI ( ati drivers ) w systemie
Czy mam pobrac i zainstalować: ati-driver-installer-8.20.8-i386.run?
Czy może mam usunąc instalowane apt-em paczki wcześniej?
W chwili obecnej jets tak, ze po edycji xorg.conf działa mi w KDE ATI Control ale polecenie
glxinfo | egrep '(OpenGL|direct)'
zwraca:
Xlib: extension "XFree86-DRI" missing on display ":0.0". direct rendering: No OpenGL renderer string: Mesa GLX Indirect
Offline
apt-get install fglrx-driver
apt-get install fglrx-kernel-src
W /usr/src rozpakuj archiwum, które powstanie po instalacji fglrx-kernel-src.
Potem daj module-assistant a-i fglrx.
Ustaw w xorg.conf driver na fglrx i zrobione ;).
Offline
Zrobiłem jak pisałeś, module-assistante a-i fglrx zwróciło:
debian:/usr/src# module-assistant a-i fglrx Reading package lists... Done Building dependency tree... Done fglrx-kernel-src is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 63 not upgraded. Updated infos about 1 packages Extracting the package tarball, /usr/src/fglrx.tar.bz2, please wait... Done with /usr/src/fglrx-kernel-2.6.15-1-k7_8.23.7-1+2.6.15-8_i386.deb . Selecting previously deselected package fglrx-kernel-2.6.15-1-k7. (Reading database ... 90515 files and directories currently installed.) Unpacking fglrx-kernel-2.6.15-1-k7 (from .../fglrx-kernel-2.6.15-1-k7_8.23.7-1+2.6.15-8_i386.deb) ... Setting up fglrx-kernel-2.6.15-1-k7 (8.23.7-1+2.6.15-8) ...
W xorg.conf mam:
Driver "fglrx"
ale dalej jest :
Xlib: extension "XFree86-DRI" missing on display ":0.0". direct rendering: No OpenGL renderer string: Mesa GLX Indirect
Offline
Może coś masz niedokładnie ustawione. Tutaj masz wszystko co musisz ustawić w xorg.conf: http://xoomer.virgilio.it/flavio.stanchina/debian/f … tml#configure
Offline
Mam tak:
# 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 xorg.conf manual page. # (Type "man 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 commands as root: # # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom # md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum # dpkg-reconfigure xserver-xorg Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "evdev" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" 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" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Technologies, Inc. Radeon RV250 If [Radeon 9000]" Driver "fglrx" BusID "PCI:1:0:0" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" HorizSync 30-65 VertRefresh 50-75 EndSection Section "Screen" Identifier "Default Screen" Device "ATI Technologies, Inc. Radeon RV250 If [Radeon 9000]" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection
Offline
Do Section module spróbuj dopisać:
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Do section device możesz też dopisać:
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "UseInternalAGPGART" "no" # jak ci dalej nie będzie działać spróbuj dac tutaj on
Po tych zabiegach wszystko powinno być ok.
Offline
nic z tego... Dalej jest tak samo :(
Offline
http://xoomer.virgilio.it/flavio.stanchina/debian/f … #requirements
Zobacz na tej stronce co podałem czy wszystko masz ok w kernelu.
Offline
Nie wiem jak to jest w ATI, ale w starszych sterach nvidii przyspieszenie sprzętowe było wyłączane przy uaktywnieniu wtyczki composite. Spróbuj ją wyłączyć, to może przyspieszenie zadziała.
Offline
Już traciłem wszelką nadzieję ale jest...
norbert@debian:~$ glxinfo | egrep '(openGL|direct)' direct rendering: Yes
Najprawdopodobniej pomogło zahaszowanie linii:
Section "Extensions" Option "Composite" "Enable" EndSection
W każdym razie dziękuje Wam za pomoc.
P.S.
W sumie akceleracja potrzebna mi jest jak zęby w dup*e ale skoro się nalezy to niech będzie.
Offline