Błąd przy instalacji sterowników ATI

Karty graficzne, dźwiękowe, tv, monitory etc.
Lewiatan
Piegowaty Guziec
Piegowaty Guziec
Posty: 3
Rejestracja: 07 sie 2006, 14:23
Płeć: Mężczyzna
Wersja Ubuntu: 7.04
Środowisko graficzne: GNOME
Kontakt:

Błąd przy instalacji sterowników ATI

Post autor: Lewiatan »

Witam.
Od paru godzin próbuję zainstalować sterowniki ATI, niestety bezskutecznie. Próbowałem wg tego ale w obu przypadkach wysypywały się X'sy. Następnie pełen optymizmu spróbowałem wg tego i tutaj występuje mój problem. Otóz po wpisaniu

Kod: Zaznacz cały

sudo restricted-manager
konsola wypluwa
X Error: BadDevice, invalid or uninitialized input device 167
Major opcode: 144
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 167
Major opcode: 144
Minor opcode: 3
Resource id: 0x0
Failed to open device
modinfo: could not find module fglrx
modinfo: could not find module fglrx
i wyskakuje okienko z informacją: "Sprzęt w twoim komputerze nie wymaga żadnych sterowników własnościowych."

Sterowników nie ma bo po wpisaniu

Kod: Zaznacz cały

glxinfo | grep direct
wypluwa: "direct rendering: No".

Plik xorg.conf wygląda następująco:
# /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 xorg.conf(5) 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 command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
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"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
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 "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies Inc ATI Default Card"
Driver "vesa"
BusID "PCI:1:0:0"
VideoRam 524288
EndSection

Section "Monitor"
Identifier "SyncMaster940np"
Option "DPMS"
HorizSync 30-81
VertRefresh 56-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc ATI Default Card"
Monitor "SyncMaster940np"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection
Karta jaką posiadam to Radeon HD2600XT i może sys źle rozpoznaje chipset i stąd problem?

Z góry dzięki za pomoc
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8661
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Zmień tytuł tematy na zgodny z regulaminem!
Lewiatan pisze:Karta jaką posiadam to Radeon HD2600XT
Musisz skorzystać z najnowszych sterowników ATI - dopiero one obsługują te karty.
http://wiki.cchtml.com/index.php/Ubuntu ... tion_Guide (metoda 2).
Lewiatan
Piegowaty Guziec
Piegowaty Guziec
Posty: 3
Rejestracja: 07 sie 2006, 14:23
Płeć: Mężczyzna
Wersja Ubuntu: 7.04
Środowisko graficzne: GNOME
Kontakt:

Post autor: Lewiatan »

Zrobiłem tam tak jak było napisane i X'sy sie znowu wysypały. Poza tym jak konfiguruje jeszcze raz X'sy to gzie na początku trza wybrać sterownik czy coś, to nie startują na "ati" tylko "vesa".

teraz jak wpisuje

Kod: Zaznacz cały

glxinfo | grep direct
konsola wypluwa:
glxinfo: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
da się coś z tym jeszcze zrobić?

EDIT

przed chwilą zauważyłem, że od tej pory nie startują mi programy amaroK i MPlayer. Innych nie sprawdzałem. Jak próbuję odpalić przez konsolę, wypluwa:
X Error: BadDevice, invalid or uninitialized input device 167
Major opcode: 144
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 167
Major opcode: 144
Minor opcode: 3
Resource id: 0x0
Failed to open device
Amarok: [Loader] Starting amarokapp..
Amarok: [Loader] Don't run gdb, valgrind, etc. against this binary! Use amarokapp.
amarokapp: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
Awatar użytkownika
mario_7
Administrator
Administrator
Posty: 8661
Rejestracja: 30 sie 2006, 13:11
Płeć: Mężczyzna
Wersja Ubuntu: 20.04
Środowisko graficzne: GNOME
Architektura: x86_64

Post autor: mario_7 »

Lewiatan pisze:Poza tym jak konfiguruje jeszcze raz X'sy to gzie na początku trza wybrać sterownik czy coś, to nie startują na "ati" tylko "vesa".
Po zainstalowaniu zamkniętych sterowników ATI musisz wybrać fglrx.
Lewiatan pisze:amarokapp: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
Dobrze zainstalowałeś sterowniki? Brakuje jednej z podstawowych bibliotek...
Lewiatan
Piegowaty Guziec
Piegowaty Guziec
Posty: 3
Rejestracja: 07 sie 2006, 14:23
Płeć: Mężczyzna
Wersja Ubuntu: 7.04
Środowisko graficzne: GNOME
Kontakt:

Post autor: Lewiatan »

chyba sobie odpuszcze, bo ten radek nie jest mój tylko testowy, a teraz nie mam czasu się z tym bawić bo muszę jak najszybciej testy skończyć. Później wrzucę swojego GF7600 i mam nadzieję, że obędzie się bez problemów ;)

Dzięki za pomoc. EOT
ghost_
Piegowaty Guziec
Piegowaty Guziec
Posty: 11
Rejestracja: 07 sie 2007, 01:02
Płeć: Mężczyzna
Wersja Ubuntu: 8.04
Środowisko graficzne: GNOME
Kontakt:

Odp: Błąd przy instalacji sterowników ATI

Post autor: ghost_ »

ludziki na dystro 8.04 mam ten sam problem ... instalacja z Envy oraz z tej stronki zawsze wywala ze vendorem jest MESA ;/ jak sie pozbyc tej MESY bo to chyba o to sie rozchodzi tutaj ;/
/ P4 HT 3,20 GHz / ASUS P4P800S / 2GB DDR400 / HD2600XT 256DDR3 (AGP) /
/ P4 HT 3,06 GHz / ASUS P4PE-X / 1GB DDR400 / GF6600 256DDR (AGP) /
micheal12
Piegowaty Guziec
Piegowaty Guziec
Posty: 1
Rejestracja: 18 lut 2008, 17:26
Płeć: Mężczyzna
Wersja Ubuntu: 7.10
Środowisko graficzne: GNOME
Kontakt:

Odp: Błąd przy instalacji sterowników ATI

Post autor: micheal12 »

Próbuj zrobić według tego poradnika, powinno działać.
http://pl.wikibooks.org/wiki/Ubuntu:Ins ... cznych_ATI
ODPOWIEDZ

Wróć do „Multimedia - karty graficzne, dźwiękowe, telewizyjne, drukarki, skanery”

Kto jest online

Użytkownicy przeglądający to forum: Obecnie na forum nie ma żadnego zarejestrowanego użytkownika i 9 gości