Próbowałem instalować sterowniki z repozytorium oraz te pobrane ze strony AMD. W obu przypadkach reakcja jest ta sama.
W związku z tym, że laptop jest nowy mam świeżą instalację debiana na dysku, a więc kernel:
Kod: Zaznacz cały
$ uname -a
Linux mat-lap 3.1.0-1-amd64 #1 SMP Mon Nov 14 08:02:25 UTC 2011 x86_64 GNU/Linux
Kod: Zaznacz cały
# dpkg -l | grep xorg
ii xserver-xorg 1:7.6+9
ii xserver-xorg-core 2:1.11.1.902-1
ii xserver-xorg-input-all 1:7.6+9
ii xserver-xorg-input-evdev 1:2.6.0-2+b2
ii xserver-xorg-input-joystick 1:1.6.0-1+b1
ii xserver-xorg-input-mouse 1:1.7.1-1+b1
ii xserver-xorg-input-multitouch 1.0~rc2+git20110312-2
ii xserver-xorg-input-synaptics 1.4.1-1+b1
ii xserver-xorg-video-intel 2:2.17.0-1
ii xserver-xorg-video-vesa 1:2.3.0-7+b1
Kod: Zaznacz cały
# lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: ATI Technologies Inc NI Whistler [AMD Radeon HD 6600M Series]
Kod: Zaznacz cały
# lspci -n
00:00.0 0600: 8086:0104 (rev 09)
00:01.0 0604: 8086:0101 (rev 09)
00:02.0 0300: 8086:0126 (rev 09)
00:16.0 0780: 8086:1c3a (rev 04)
00:1a.0 0c03: 8086:1c2d (rev 05)
00:1b.0 0403: 8086:1c20 (rev 05)
00:1c.0 0604: 8086:1c10 (rev b5)
00:1c.1 0604: 8086:1c12 (rev b5)
00:1c.3 0604: 8086:1c16 (rev b5)
00:1c.4 0604: 8086:1c18 (rev b5)
00:1c.7 0604: 8086:1c1e (rev b5)
00:1d.0 0c03: 8086:1c26 (rev 05)
00:1f.0 0601: 8086:1c4b (rev 05)
00:1f.2 0106: 8086:1c03 (rev 05)
00:1f.3 0c05: 8086:1c22 (rev 05)
01:00.0 0300: 1002:6741
05:00.0 0200: 10ec:8168 (rev 06)
09:00.0 0280: 8086:008a (rev 34)
0b:00.0 0c03: 1033:0194 (rev 04)
Kod: Zaznacz cały
Section "ServerLayout"
Identifier "aticonfig Layout"
Screen 0 "aticonfig-Screen[0]-0" 0 0
EndSection
Section "Module"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]-0"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]-0"
Driver "fglrx"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]-0"
Device "aticonfig-Device[0]-0"
Monitor "aticonfig-Monitor[0]-0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Ponieważ nie mogę wyłączyć zintegrowanej karty w biosie, dodałem
Kod: Zaznacz cały
blacklist i915
W internecie trochę można przeczytać, że te najnowsze sterowniki Catalyst 11.11 mają wspierać jądro 3.1 oraz xserver 1.11, ale u mnie coś nie chce to działać. Ma ktoś jakieś pomysły jak to wszystko uruchomić?