Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Upgrade stanice 7.10 na 8.04 - témeř pozitivní zkušenost  (Přečteno 1291 krát)

Bobanek

  • Návštěvník
  • Příspěvků: 27
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. ;)

Evžen Šubrt

  • Závislák
  • ***
  • Příspěvků: 2218
    • EuGenio's Lair
Re: Upgrade stanice 7.10 na 8.04 - témeř pozitivní zkušenost
« Odpověď #1 kdy: 25 Dubna 2008, 12:10:14 »
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
Athlon X2 6000+, MB ASUS M2R32-MVP, 6GB RAM, ATI Radeon HD7850 1GB, 1GB SSHD + 250GB HDD, Ubuntu 13.10 Saucy Salamander 64bit

Bobanek

  • Návštěvník
  • Příspěvků: 27
Re: Upgrade stanice 7.10 na 8.04 - témeř pozitivní zkušenost
« Odpověď #2 kdy: 25 Dubna 2008, 12:20:45 »
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ě.

Evžen Šubrt

  • Závislák
  • ***
  • Příspěvků: 2218
    • EuGenio's Lair
Re: Upgrade stanice 7.10 na 8.04 - témeř pozitivní zkušenost
« Odpověď #3 kdy: 25 Dubna 2008, 12:22:11 »
Alespoň už budou další, co narazí na stejný problém, vědět, jak na to.
Athlon X2 6000+, MB ASUS M2R32-MVP, 6GB RAM, ATI Radeon HD7850 1GB, 1GB SSHD + 250GB HDD, Ubuntu 13.10 Saucy Salamander 64bit

 

Provoz zaštiťuje spolek OpenAlt.