Ъпгрейтнах до Ubuntu 12.04 и както се очакваше проблемите започнаха. Необходима ми е помощ за решаване на някои от тях:
1. Поради калпава комбинация видеокарта (ATI 9600 Pro) и „глупав“ монитор (ProDisma) мога да работя само с драйвер vesa. Само при Ubuntu 6.x картата и монитора се разпознават коректно, при всички по-следващи версии мониторът изключва със съобщение, че не е настроена коректната разделителна способност:
# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver "ati"
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "PCD-17SXG9"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor "PCD-17SXG9"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024"
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
Използването на горния xorg.conf (от Ubuntu 6), независимо дали с ati или radeon драйвер, води до блокиране на монитора. Допълнително в grub трябва да постави „xforcevesa nomodeset“.
Инсталирах gnome-fallback и xfce4, деинсталирах unity.
1. Липсва декорация на прозорците и панел под gnome. Пробвах да задам windows managera-а с „gnome-wm --replace metacity“, но без успех. Със стартиране на gnome-panel и metacity от терминал нещата се оправят. За момента съм ги поставил в Startup Applications. Има ли по-интелигентен начин?
2. Липсва декорация на прозорците и панел под xfce. Не позволява писане в терминал. За момента не се занимавам с него.
3. (!) Крашване на програми и най-вече на браузърите. Firefox се държи що-годе нормално. Chromium тръгва, но се затваря в най-неочаквани моменти, най-вече при отваряне на по-тежки сайтове като ФБ. Chrome не тръгва изобщо, съобщение за грешка „illegal instruction (core dump)“. При опит за трасиране дава:
....
set_robust_list(0xb27a28f0, 0xc) = 0
futex(0xbf8a9654, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, b27a2880) = -1 EAGAIN (Resource temporarily unavailable)
rt_sigaction(SIGRTMIN, {0x86e570, [], SA_SIGINFO}, NULL,
= 0
rt_sigaction(SIGRT_1, {0x86e5f0, [], SA_RESTART|SA_SIGINFO}, NULL,
= 0
rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL,
= 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
uname({sys="Linux", node="angie-desktop", ...}) = 0
--- SIGILL (Illegal instruction) @ 0 (0) ---
+++ killed by SIGILL (core dumped) +++
Illegal instruction (core dumped)
Стартирането с опции --incognito, --disable-extensions или --safe-plugins не променя ситуацията.
Смятате ли, че инсталирането на gnome-shell (Gnome 3) или Mate ще подобри ситуацията? Някакви идеи?