ATI Radeon Xpress 200M - ma

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
soban
Posty: 2
Rejestracja: 26 września 2009, 00:46

ATI Radeon Xpress 200M - mało klatek przy glxgears

Post autor: soban »

Dzień dobry.
Postanowiłem na laptopie zainstalować Debiana - wcześniej używalem Gentoo i laptop kręcił mi jakieś 2000 klatek przy ,,glxgears''. Jednak po zainstalowaniu Debiana i kombinowaniu z fglrx mam tylko 300.

Kod: Zaznacz cały

lspci -v
...
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon Xpress 200M] (prog-if 00 [VGA controller])
	Subsystem: Fujitsu Technology Solutions Device 10fb
	Flags: bus master, 66MHz, medium devsel, latency 66, IRQ 17
	Memory at d0000000 (32-bit, prefetchable) [size=256M]
	I/O ports at 9000 [size=200]
	Memory at c0100000 (32-bit, non-prefetchable) [size=64K]
	[virtual] Expansion ROM at c0120000 [disabled] [size=128K]
	Capabilities: [50] Power Management version 2
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
...
nano /etc/apt/sources.lis

Kod: Zaznacz cały

#~~~~~~Sid~~~~~~#
deb [url]ftp://ftp.pl.debian.org/debian/[/url] sid main non-free contrib
deb-src [url]ftp://ftp.pl.debian.org/debian/[/url] sid main non-free contrib
#~~~~~~Opera~~~~~~#
deb [url]http://deb.opera.com/opera/[/url] unstable non-free
#~~~~~~Debian-multimedia~~~~~~#
deb [url]http://www.debian-multimedia.org[/url] sid main
deb-src [url]http://www.debian-multimedia.org[/url] s
Przy poleceniu:

Kod: Zaznacz cały

SoBaN-notebook:/home/soban# ./ati-driver-installer-9-3-x86.x86_64.run --buildpkg Debian/sid
Created directory fglrx-install.cgc86o
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.593...................
==================================================
 ATI Technologies Linux Driver Installer/Packager 
==================================================
Generating package: Debian/sid
Package build failed!
Package build utility output:
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value: 
dpkg-buildpackage: set LDFLAGS to default value: 
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package fglrx-installer
dpkg-buildpackage: source version 8.593-1
dpkg-buildpackage: source changed by ATI Technologies Inc. <http://ati.amd.com/support/driver.html>
 debian/rules build
....
dh_installdocs -pfglrx-driver usr/share/doc/fglrx/*
#dh_installchangelogs
dh_link
dh_strip
dh_compress
dh_installdeb
dh_makeshlibs
dh_shlibdeps
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 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 _XFlush 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 XextFindDisplay used by debian/fglrx-driver/usr/lib/libfglrx_gamma.so.1.0 found in none of the libraries.
dpkg-shlibdeps: error: couldn't find library libstdc++.so.5 needed by debian/fglrx-driver/usr/lib/libAMDXvBA.so.1.0 (ELF format: 'elf32-i386'; RPATH: '').
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: dpkg-shlibdeps returned exit code 2
make: *** [binary] Error 1
dpkg-buildpackage: error: debian/rules binary gave error exit status 2
Removing temporary directory: fglrx-install.cgc86o
Jeszcze podaję wersję jądra:

Kod: Zaznacz cały

SoBaN-notebook:/home/soban# uname -a
Linux SoBaN-notebook 2.6.30-2-686 #1 SMP Sat Sep 26 01:16:22 UTC 2009 i686 GNU/Linux
Jeszcze przy wywołaniu:

Kod: Zaznacz cały

SoBaN-notebook:/home/soban# modprobe fglrx
FATAL: Error inserting fglrx (/lib/modules/2.6.30-2-686/misc/fglrx.ko): Cannot allocate memory
nano /etc/X11/xorg.conf

Kod: Zaznacz cały

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "AIGLX" "true"
EndSection

Section "Files"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath   "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "dri"
        Load  "extmod"
        Load  "GLcore"
        Load  "freetype"
        Load  "type1"
        SubSection      "extmod"
                Option  "omit xfree86-dga"
        EndSubSection
EndSection


Section "InputDevice"        Identifier      "Keyboard0"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        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   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "BenQ E2200HD"
        HorizSync    70.0 - 80.0
        VertRefresh  60.0 - 60.0
        Option       "dpms"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "BenQ E2200HD"
        HorizSync    70.0 - 80.0
        VertRefresh  60.0 - 60.0
        Option       "dpms"EndSection


Section "Device"
        Identifier  "Card0"
        Option      "XAANoOffscreenPixmaps" "true"
        Driver      "radeon"
#        Driver      "fglrx" gdy ta linijka jest odmaskowana zamiast tej u gory to x-y nie wstaja.
        VendorName  "ATI Technologies Inc"
        BoardName   "RC410 [Radeon Xpress 200M]"
        BusID       "PCI:1:5:0"
EndSection

Section "DRI"
        Group 0
        Mode 0666
EndSection

Section "Screen"

        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option      "NoLogo" "true"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1280x800"
                Modes   "1280x1080"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card0"
        Monitor    "Monitor1"
        DefaultDepth     24
        Option      "NoLogo" "true"
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x800"
                Modes    "1024x768"
                Modes   "1280x1080"
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
        Option      "Damage" "Enable"
EndSection

Section "ServerFlags"
        Option "AutoAddDevices" "False"
EndSection
Jakies propozycje? :-)
ODPOWIEDZ