Notizia:
  • Rilasciata Precise Pangolin 12.04. Per ottenerla, visitate questa pagina, oppure provate il tour dal vivo con un browser web moderno.
  • Nuovo forum di Ubuntu-it, l'annuncio. È consigliato aggiornare il proprio profilo e controllare la sezione Gruppo Forum per problemi noti.
  • Rilasciata la versione italiana di Precise Pangolin 12.04. Per maggiori informazioni, consultare questa discussione.
  • Il vincitore del Concorso desktop del mese di aprile è Jerico. L'elenco dei precedenti vincitori è qui.
  • È uscito il numero 17 della Newsletter italiana di Ubuntu. Lo trovate a questo indirizzo.
  • È uscito il numero 59 di Full Circle Magazine in italiano. Lo trovate a questo indirizzo.

xubuntu lentissimo.. sopratutto avvio..

Configurazione e uso delle applicazioni del desktop manager alla base di Xubuntu.

xubuntu lentissimo.. sopratutto avvio..

Messaggioda -tom- » venerdì 13 giugno 2008, 20:59

salve a tutti..
ho installato su pc con 370mb e processore 900mh xubuntu ma è lentissimo sopratutto all'avvio che dura 5 minuti...(quando la barra va avanti e indietro si blocca li.. )(così per capirci.. xD)
io ho installato questo sistema a posta per le scarse capacità del pc.. che non è poi così lento.. però è peggio di win come velocità...
qualcuno sa dirmi qualche possibile causa di problema???
grazie in anticipo
Avatar utente
-tom-
Prode Principiante
 
Messaggi: 128
Iscrizione: maggio 2008
Località: veneto

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda steff » venerdì 13 giugno 2008, 21:38

C'era un problema di avvio lento per colpa dello splash screen, prova di toglierlo:
http://forum.ubuntu-it.org/index.php/to ... cseen.html
La Documentazione  esiste && aiuta i moderatori - scegli  la sezione giusta!
$ rsync -auv --delete /home/NOME/ /media/disco_USB/BACKUP
:: ArchLinux KDE 4.8 ::  Kubuntu LTS 12.04 ::
Avatar utente
steff
Moderatore Globale
Moderatore Globale
 
Messaggi: 24732
Iscrizione: febbraio 2007
Località: Toscana
Distribuzione: Arch Linux i686
Desktop: KDE

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda -tom- » domenica 15 giugno 2008, 22:46

ho provato a seguire l'altro topic ma non trovo nessun quiet splash da cancellare.. forse no ho capito bene io.. posto quello che esce dal comando anche se è veramente tanta rovba.. xD spero qualcuno sappia darmi una mano altrimenti DEVO tornare a windows.. no dai .....
Codice: Seleziona tutto
# menu.lst - See: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default         0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout         3

## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu

# Pretty colours
#color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title         Windows 95/98/NT/2000
# root          (hd0,0)
# makeactive
# chainloader   +1
#
# title         Linux
# root          (hd0,1)
# kernel        /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro

## Setup crashdump menu entries
## e.g. crashdump=1
# crashdump=0

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title           Ubuntu 8.04, kernel 2.6.24-18-generic
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-18-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro q$
initrd          /boot/initrd.img-2.6.24-18-generic
quiet

title           Ubuntu 8.04, kernel 2.6.24-18-generic (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-18-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro s$
initrd          /boot/initrd.img-2.6.24-18-generic

title           Ubuntu 8.04, kernel 2.6.24-16-generic
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-16-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro q$
initrd          /boot/initrd.img-2.6.24-16-generic
quiet

title           Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-16-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro s$
initrd          /boot/initrd.img-2.6.24-16-generic

title           Ubuntu 8.04, memtest86+
root            (hd0,0)
kernel          /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST


be.... grazie..
Avatar utente
-tom-
Prode Principiante
 
Messaggi: 128
Iscrizione: maggio 2008
Località: veneto

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda -tom- » domenica 15 giugno 2008, 22:51

:o :o :o
c'e un quiet splash.. cavolo ho guardato 2 volte tutta la lista ma mi concentravo troppo in fondo...non vorrei passare per il piantagrane che non ha nemmeno il tempo di leggere.. va be...

scusate ma devo CANCELLARE quella scritta??tutta la riga?compresa di asterisco?
Avatar utente
-tom-
Prode Principiante
 
Messaggi: 128
Iscrizione: maggio 2008
Località: veneto

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda steff » lunedì 16 giugno 2008, 8:05

Quello che hai postato avevi già modificato? La riga è la prima di quelli in fondo, nel menu (righe con # davanti sono commenti e inattivi)
kernel          /boot/vmlinuz-2.6.24-18-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro q$
Questo q$ ho mai visto, è un rimasuglio di quiet splash cancellato male?
La Documentazione  esiste && aiuta i moderatori - scegli  la sezione giusta!
$ rsync -auv --delete /home/NOME/ /media/disco_USB/BACKUP
:: ArchLinux KDE 4.8 ::  Kubuntu LTS 12.04 ::
Avatar utente
steff
Moderatore Globale
Moderatore Globale
 
Messaggi: 24732
Iscrizione: febbraio 2007
Località: Toscana
Distribuzione: Arch Linux i686
Desktop: KDE

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda -tom- » lunedì 16 giugno 2008, 11:24

no, quando ho postato non era modificato....
io ho cancellato un quiet splash più in altro tra #  comunque non importa rimetto una copia di backup...
quel q$ non so cosa sia... io non ho modificato nulla.. proverò a cancellare quelle due lettere...
grazie
Avatar utente
-tom-
Prode Principiante
 
Messaggi: 128
Iscrizione: maggio 2008
Località: veneto

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda -tom- » lunedì 16 giugno 2008, 22:40

allora ho scoperto che quel q$ era proprio quiet splash! nel senso che non ci stava in una riga e continuava dopo e questo era indicato dal $... be ne ho cancellati due di quiet spalsh in questo modo
Codice: Seleziona tutto
## ## End Default Options ##

title           Ubuntu 8.04, kernel 2.6.24-18-generic
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-18-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro [b][i]q$[/i][/b]
initrd          /boot/initrd.img-2.6.24-18-generic
quiet

title           Ubuntu 8.04, kernel 2.6.24-18-generic (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-18-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro s$
initrd          /boot/initrd.img-2.6.24-18-generic

title           Ubuntu 8.04, kernel 2.6.24-16-generic
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-16-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro [b][u]q$[/u][/b]
initrd          /boot/initrd.img-2.6.24-16-generic
quiet

title           Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-16-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro s$
initrd          /boot/initrd.img-2.6.24-16-generic

title           Ubuntu 8.04, memtest86+
root            (hd0,0)
kernel          /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST


ho cancellato letteralmente quello sottolineato (ricordo che oltr il $ c'e scritto tutto)


diventando poi
Codice: Seleziona tutto
## ## End Default Options ##

title           Ubuntu 8.04, kernel 2.6.24-18-generic
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-18-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro
initrd          /boot/initrd.img-2.6.24-18-generic
quiet

title           Ubuntu 8.04, kernel 2.6.24-18-generic (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-18-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro s$
initrd          /boot/initrd.img-2.6.24-18-generic

title           Ubuntu 8.04, kernel 2.6.24-16-generic
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-16-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro
initrd          /boot/initrd.img-2.6.24-16-generic
quiet

title           Ubuntu 8.04, kernel 2.6.24-16-generic (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.6.24-16-generic root=UUID=012e3382-9b22-4ee4-b57f-bab1f0e0e5b9 ro s$
initrd          /boot/initrd.img-2.6.24-16-generic

title           Ubuntu 8.04, memtest86+
root            (hd0,0)
kernel          /boot/memtest86+.bin
quiet

### END DEBIAN AUTOMAGIC KERNELS LIST

be non ha più funzionato nulla.. ora ho reinstallato e è sempre lento.. help!!
Avatar utente
-tom-
Prode Principiante
 
Messaggi: 128
Iscrizione: maggio 2008
Località: veneto

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda steff » lunedì 16 giugno 2008, 23:19

Ma è lento solo l'avvio o tutto? ISe è tutto lento non serve a niente togliere lo splash.
Non ti è più partito? Penso che hai cancellato anche altri valori.Se togli per bene e solo "quiet splash" dalla prima riga "kernel" non succede nulla. 
La Documentazione  esiste && aiuta i moderatori - scegli  la sezione giusta!
$ rsync -auv --delete /home/NOME/ /media/disco_USB/BACKUP
:: ArchLinux KDE 4.8 ::  Kubuntu LTS 12.04 ::
Avatar utente
steff
Moderatore Globale
Moderatore Globale
 
Messaggi: 24732
Iscrizione: febbraio 2007
Località: Toscana
Distribuzione: Arch Linux i686
Desktop: KDE

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda -tom- » martedì 17 giugno 2008, 11:52

no, solo avvio il resto è accettabile (solo che da una  versione per pc datati mi aspettavo di più.. comunque va bene)
allora riprovo
giusto per non ricorrere in errori cancello il primo quiete splash lasciando la scritta ro che c'e prima poi per salvare ctrl+O e chiudo con ctrl+x
Avatar utente
-tom-
Prode Principiante
 
Messaggi: 128
Iscrizione: maggio 2008
Località: veneto

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda -tom- » martedì 17 giugno 2008, 12:57

ok,  credo che il mio piccolo cervellino abbiac capito che quiet splash è la l'interfaccia grafica all'avvio togliendola si avvia solo in testo... quindi precedentemente non avevo fatto errori semplicemente si bloccava come si blocca con splash... ossia credo di aver capito che non è lento l'avvio ma si blocca letteralmente per poi ripartire..
da testo viene fuori un problema e li si pianta per poi riparrtire con gli stessi tempi di prima (2 minuti e mezzo dal boot al momento di mettere la password)
secondo te posso postare il problema (problem with device ) o nn si puo fare nulla? nel senso che è un problema hardware e me lo tengo?
Avatar utente
-tom-
Prode Principiante
 
Messaggi: 128
Iscrizione: maggio 2008
Località: veneto

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda steff » martedì 17 giugno 2008, 13:34

Almeno ha servito a stanare qualcosa. Prova di abilitare il log del boot e postalo:
Codice: Seleziona tutto
  sudo nano /etc/default/bootlogd

# Run bootlogd at startup ?
BOOTLOGD_ENABLE=No
metti =yes, e dovresti vederlo con cat
Codice: Seleziona tutto
 /var/log/boot
La Documentazione  esiste && aiuta i moderatori - scegli  la sezione giusta!
$ rsync -auv --delete /home/NOME/ /media/disco_USB/BACKUP
:: ArchLinux KDE 4.8 ::  Kubuntu LTS 12.04 ::
Avatar utente
steff
Moderatore Globale
Moderatore Globale
 
Messaggi: 24732
Iscrizione: febbraio 2007
Località: Toscana
Distribuzione: Arch Linux i686
Desktop: KDE

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda pierba » martedì 17 giugno 2008, 13:54

sveller ha scritto:da testo viene fuori un problema


Dove si blocca? Posta l'ultima riga che leggi; forse e` "starting MTA"?

In questo caso disabilita il servizio sendmail, se usi un client di posta non ti serve.

ciao
Pietro pagina personale - Avete domande sul forum? Leggendo le FAQ: potreste trovare la risposta.
La conoscenza deve essere collettiva, quindi, come da regolamento (Sez. I punto 18) i messaggi personali contententi richieste di assistenza tecnica verranno ignorati.
Avatar utente
pierba
Moderatore Globale
Moderatore Globale
 
Messaggi: 14358
Iscrizione: febbraio 2005

Re: xubuntu lentissimo.. sopratutto avvio..

Messaggioda -tom- » martedì 17 giugno 2008, 16:02

no, è così
[17.340692]  ata2.01 : failed to identify (I/O error, err_mask=0x1)
[17.341768]  ata2 : failed to recover some devices, retrying in 5 secs
non riprova dopo 5 secondi.....
dopo un po viene fuori na roba come clocksource....booo e ritorna failed to recover... altre scritte veloci e va...
Avatar utente
-tom-
Prode Principiante
 
Messaggi: 128
Iscrizione: maggio 2008
Località: veneto


Torna a XFCE

Chi c’è in linea

Visualizzano questa pagina: Nessuno e 2 ospiti