Fórum Ubuntu CZ/SK
Ubuntu pro osobní počítače => Instalace, aktualizace a spouštění => Téma založeno: Bobanek 25 Dubna 2008, 12:06:34
-
Sice se zde řeší hlavně problémy, ale nedá mi to abych nenapsal i trochu pozitivní zprávu.
Včera jsem začal a dnes dokončil téměř automatický upgrade 7.10 na 8.04.
Začal jsem příkazem "update-manager -c -d".
Po spuštění update manageru jsem dal aktualizaci a objevila se mi možnost přechodu na vyšší verzi.
Ráno jsem odpověděl na 2-3 dotazy a bylo to.
Zatím vše funguje v pohodě, jen jedna věc - ovladače ATI!!! >:(
Povolil jsem instalaci nesvobodných ovladačů a to jsem neměl dělat. :'( Po restartu a přihlášení naběhla bílá obrazovka a to bylo vše. :o
Pomohlo až smazání xorg.conf, restart a pak zakázání (což vyvolalo odinstalaci) ovladačů ATI. Dokud jsem neprovedl odinstalaci, tak sice grafika šla, ale PC bylo rychlé asi jako "486-ka".
Jinak upgrade, alespoň na stanici, doporučuji. ;)
-
Zatím vše funguje v pohodě, jen jedna věc - ovladače ATI!!! >:(
Povolil jsem instalaci nesvobodných ovladačů a to jsem neměl dělat. :'( Po restartu a přihlášení naběhla bílá obrazovka a to bylo vše. :o
Pomohlo až smazání xorg.conf, restart a pak zakázání (což vyvolalo odinstalaci) ovladačů ATI. Dokud jsem neprovedl odinstalaci, tak sice grafika šla, ale PC bylo rychlé asi jako "486-ka".
A neměl jste na 7.10 zprovozněné akcelerované prostřed přes XGL (či jak se to jmenuje?). HH s novými ovladači zvládá akcelerované prostředí přes AIXGL. Tím by se vysvětlilo, proč pomohlo smazání xorg.conf
-
Je to asi tak. Starý vypadal takto:
***********************************
# 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 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"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
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 RV380 [Radeon X600 (PCIE)]"
Driver "fglrx"
Busid "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "DELL E176FP"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies Inc RV380 [Radeon X600 (PCIE)]"
Monitor "DELL E176FP"
Defaultdepth 24
SubSection "Display"
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "Module"
Load "glx"
EndSection
***********************************
a nový, automaticky generovaný systémem je takto:
***********************************
# xorg.conf (X.Org 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 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "cz"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
EndSection
***************************************
I tak ale s tím novým xorg.conf byl problém s rychlostí grafiky, což bylo nepoužitelné. Zavření okna 5-10 sec. atd.
Nyní po odinstalaci je vše v pohodě.
-
Alespoň už budou další, co narazí na stejný problém, vědět, jak na to.