Здравствуйте! Есть старый ноутбук с видеокартой ATI Mobility Radeon X300, на котором до сегодняшнего дня трудился Debian 7. И не знал я проблем, как решил обновить систему до Jessie... После перезагрузки, иксы стартовать отказались. Всё перерыл, всё перепробовал (из известного), драйвер «ati» (с которым до этого всё работало на ура) не желает работать, а X -configure вообще предлагает использовать «radeon», который во Wheezy никогда не работал с этой видеокартой. Приходится сидеть с драйвером «vesa», с разрешением 1024х768 без аппаратного ускорения. Прикладываю xorg.conf, выработанный X -configure, а также лог иксов (с этим конфигом). Многоточием помечены вырезанные участки.
xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
...
Section "Module"
Load "glx"
EndSection
...
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSectionSection "Device"
...
Identifier "Card0"
Driver "radeon"
BusID "PCI:1:0:0"
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
Xorg.0.log:
X.Org X Server 1.15.1
Release Date: 2014-04-13
[ 2802.262] X Protocol Version 11, Revision 0
[ 2802.264] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[ 2802.267] Current Operating System: Linux fujitsu 3.13-1-686-pae #1 SMP Debian 3.13.10-1 (2014-04-15) i686
[ 2802.267] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13-1-686-pae root=UUID=383230a8-32c5-469e-a555-76f747adfe10 ro quiet noutc
...
[ 2802.556] Loading extension GLX
[ 2802.556] (II) LoadModule: "radeon"
[ 2802.556] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 2802.557] (II) Module radeon: vendor="X.Org Foundation"
[ 2802.557] compiled for 1.15.0, module version = 7.3.0
[ 2802.557] Module class: X.Org Video Driver
[ 2802.557] ABI class: X.Org Video Driver, version 15.0
...
[ 2802.590] (II) [KMS] drm report modesetting isn't supported.
[ 2802.590] (EE) Screen 0 deleted because of no matching config section.
[ 2802.590] (II) UnloadModule: "radeon"
[ 2802.590] (EE) Device(s) detected, but none match those in the config file.
[ 2802.590] (EE)
Fatal server error:
[ 2802.590] (EE) no screens found(EE)
[ 2802.590] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 2802.591] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 2802.591] (EE)
[ 2802.631] (EE) Server terminated with error (1). Closing log file.
Было предположение, что неправильно указан номер PCI слота, но нет, 1:0:0
atauenis@fujitsu:~$ lspci | grep ATI
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV370/M22 [Mobility Radeon X300]
Что делать?
ati, debian testing, radeon, xorg