Pomoc dotycząca instalacji systemu
fnmirk
Senior Member
Posty: 8321 Rejestracja: 03 grudnia 2007, 06:37
Post
autor: fnmirk » 13 marca 2011, 12:26
Na forum nie raz o tym zostało napisane:
bruus
Posty: 42 Rejestracja: 07 marca 2011, 12:34
Lokalizacja: Legionowo
Post
autor: bruus » 13 marca 2011, 15:23
To co podałem w moim ostatnim wpisie to jest skopiowane z
Proszę napisz jakie mam wykonać polecenia. Wkleję wtedy wszystko co będzie potrzeba. Po prostu nie wiem co mam robić aby zainstalować ta grafikę. Grafika to ATI Mobility Radeon 7500 32MB.
Nie ukrywam, że znam się na tym - inaczej by mnie tu nie było. Do tej pory pracuje wyłącznie na Ubuntu, ale tam wszystko jakoś z automatu. A wiem, że zaczynając przygodę z Debianem muszę się bardzo dużo nauczyć.
Przeszukałem już forum, na temat otwartych i zamkniętych sterowników. Z zamkniętymi w ogóle jest problem bo nie ma żadnych binarnych plików na stronie ATI. A z otwartym sobie nie radzę.
Pozdrawiam,
Bruu
DaVidoSS
Junior Member
Posty: 875 Rejestracja: 06 marca 2010, 11:26
Lokalizacja: ~/
Post
autor: DaVidoSS » 13 marca 2011, 18:49
Zapomnij o fglrx oraz sgfxi.
Wykonaj:
Kod: Zaznacz cały
su
echo '#fglrx' >> /etc/modprobe.d/blacklist.conf
echo 'blacklist fglrx' >> /etc/modprobe.d/blacklist.conf
sed -i '/^fglrx$/d' /etc/modules
echo 'radeon' >> /etc/modules
apt-get remove fglrx* --purge
apt-get install xserver-xorg-video-radeon libdrm-radeon1 nano --reinstall
Edytuj plik /etc/X11/xorg.conf:
kasując wszystko za pomocą kombinacji klawiszy ctrl+k i wklejając to:
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"
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"
FontPath "built-ins"
EndSection
Section "Module"
Load "dri"
Load "glx"
Load "extmod"
Load "dri2"
Load "record"
Load "dbe"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
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 "Monitor Model"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon Mobility M7 LW [Radeon Mobility 7500]"
BusID "PCI:1:0:0"
Option "MergedFB" "off"
Option "AccelMethod" "EXA"
Option "EXANoComposite" "false"
Option "FBTexPercent" "50"
Option "MigrationHeuristic" "greedy"
Option "DRI" "true"
Option "GARTSize" "32"
Option "AGPMode" "4"
Option "Colortiling" "O"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "DRI"
Mode 0666
EndSection
Następnie zrestartuj komputer. Jeśli poprawy nie ma to pokaz wynik polecenia:
bruus
Posty: 42 Rejestracja: 07 marca 2011, 12:34
Lokalizacja: Legionowo
Post
autor: bruus » 13 marca 2011, 19:49
No niestety nie ma poprawy
[HTML]sq5obs@debian:~$ lspci -k
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
Subsystem: IBM Thinkpad T40 series
Kernel driver in use: agpgart-intel
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: i801_smbus
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
Subsystem: IBM ThinkPad T41
Kernel driver in use: Intel ICH
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
Subsystem: IBM ThinkPad T41
Kernel driver in use: Intel ICH Modem
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
Subsystem: IBM ThinkPad T42 2373-4WU
Kernel driver in use: radeon
02:00.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
Subsystem: IBM ThinkPad T30/T40
Kernel driver in use: yenta_cardbus
02:00.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
Subsystem: IBM ThinkPad T30/T40
Kernel driver in use: yenta_cardbus
02:01.0 Ethernet controller: Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile) (rev 03)
Subsystem: IBM Thinkpad
Kernel driver in use: e1000
02:02.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04)
Subsystem: Intel Corporation Device 2551
Kernel driver in use: ipw2100
03:00.0 USB Controller: NEC Corporation USB (rev 43)
Subsystem: NEC Corporation Hama USB 2.0 CardBus
Kernel driver in use: ohci_hcd
03:00.1 USB Controller: NEC Corporation USB (rev 43)
Subsystem: NEC Corporation Hama USB 2.0 CardBus
Kernel driver in use: ohci_hcd
07:00.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
Kernel driver in use: uhci_hcd
07:00.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
Kernel driver in use: uhci_hcd
07:00.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
Subsystem: VIA Technologies, Inc. USB 2.0
Kernel driver in use: ehci_hcd
sq5obs@debian:~$
[/HTML]
DaVidoSS
Junior Member
Posty: 875 Rejestracja: 06 marca 2010, 11:26
Lokalizacja: ~/
Post
autor: DaVidoSS » 13 marca 2011, 20:09
Wykonaj:
Kod: Zaznacz cały
su
apt-get install firmware-linux
sed -i '/^radeon$/d' /etc/modules
echo 'radeonfb' >> /etc/modules
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
modprobe -r radeon
modprobe radeonfb
reboot
lspci -k
bruus
Posty: 42 Rejestracja: 07 marca 2011, 12:34
Lokalizacja: Legionowo
Post
autor: bruus » 13 marca 2011, 20:32
Bez zmian
[HTML]sq5obs@debian:~$ lspci -k
00:00.0 Host bridge: Intel Corporation 82855PM Processor to I/O Controller (rev 03)
Subsystem: IBM Thinkpad T40 series
Kernel driver in use: agpgart-intel
00:01.0 PCI bridge: Intel Corporation 82855PM Processor to AGP Controller (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller: Intel Corporation 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corporation 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801DBM (ICH4-M) IDE Controller (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: ata_piix
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
Subsystem: IBM ThinkPad
Kernel driver in use: i801_smbus
00:1f.5 Multimedia audio controller: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
Subsystem: IBM ThinkPad T41
Kernel driver in use: Intel ICH
00:1f.6 Modem: Intel Corporation 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
Subsystem: IBM ThinkPad T41
Kernel driver in use: Intel ICH Modem
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
Subsystem: IBM ThinkPad T42 2373-4WU
Kernel driver in use: radeon
02:00.0 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
Subsystem: IBM ThinkPad T30/T40
Kernel driver in use: yenta_cardbus
02:00.1 CardBus bridge: Texas Instruments PCI1520 PC card Cardbus Controller (rev 01)
Subsystem: IBM ThinkPad T30/T40
Kernel driver in use: yenta_cardbus
02:01.0 Ethernet controller: Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile) (rev 03)
Subsystem: IBM Thinkpad
Kernel driver in use: e1000
02:02.0 Network controller: Intel Corporation PRO/Wireless LAN 2100 3B Mini PCI Adapter (rev 04)
Subsystem: Intel Corporation Device 2551
Kernel driver in use: ipw2100
03:00.0 USB Controller: NEC Corporation USB (rev 43)
Subsystem: NEC Corporation Hama USB 2.0 CardBus
Kernel driver in use: ohci_hcd
03:00.1 USB Controller: NEC Corporation USB (rev 43)
Subsystem: NEC Corporation Hama USB 2.0 CardBus
Kernel driver in use: ohci_hcd
07:00.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
Kernel driver in use: uhci_hcd
07:00.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 62)
Subsystem: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
Kernel driver in use: uhci_hcd
07:00.2 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 65)
Subsystem: VIA Technologies, Inc. USB 2.0
Kernel driver in use: ehci_hcd
sq5obs@debian:~$ [/HTML]