Ver Mensaje Individual
  #13 (permalink)  
Antiguo 01/12/2005, 09:19
Avatar de Tk421
Tk421
 
Fecha de Ingreso: agosto-2001
Ubicación: Australia
Mensajes: 384
Antigüedad: 23 años, 4 meses
Puntos: 0
Va a tener el mismo problema. Hay muchas cosas que se pueden tunear, pero el problema central es que no se te ha configurado correctamente la tarjeta gráfica, y por lo tanto esta consumiendo mucha CPU.

Ese es el fallo principal. Por otro lado tiene lo típico, servicios que no son necesarios, y mas módulos cargados de los que necesita. Pero creo que la diferencia de rendimiento real será cuando se configure correctamente la tarjeta gráfica.

Yo comenzaría por lo básico: Actualizar correctamente la distribución. Si es tan en "Ubuntu Hoary" actualizarás a "Ubuntu Breezy" y si tienes "Ubuntu Breezy" nos aseguraremos que actualizas la máquina con los repositorios adecuados.

Asi pues:
sudo gedit /etc/apr

Código:
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list
Borras todo y pones lo siguiente:
Código:
#deb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted


## Uncomment the following two lines to fetch updated software from the network
deb http://us.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu breezy universe
deb-src http://us.archive.ubuntu.com/ubuntu breezy universe

deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe

deb http://archive.ubuntu.com/ubuntu breezy multiverse
deb-src http://archive.ubuntu.com/ubuntu breezy multiverse
Ejecutas estos dos comandos:
Código:
sudo apt-get update
sudo apt-get dist-upgrade
Reinicias un par de veces y listo.
Cuentanos los progresos.
__________________
Tk421
Configuration management for Linux

Última edición por Tk421; 01/12/2005 a las 09:27