Ir ao conteúdo
  • Cadastre-se

Ambiente gráfico mais rápido


lvanzin

Posts recomendados

Boa noite,

Me doi na carne dizer isso mas: O meu Windows está muito mais rápido que meu Slackware 10.2 (KDE) :muro:

Pergunta: Como posso proceder para tornar meu KDE 3.4 mais rápido?

Mas o que está lento? O ambiente gráfico em geral, abrir e minimizar janelas, abrir o navegador, ate mesmo o menu de inicio fica lento. - Não é aquela lentidão que você tem q esperar 5 minutos para abrir. mas é aquela lendidão chata. você percebe que está lento coisa que no windows (ARGH!) não acontece.

Algumas informações úteis

Conf. da Máquina:

AMD 2400+

ASUS A7V600-X

geforce 5200 128MB

1.GB DE RAM

HD 40GB 7.200 RPM

Meu xorg.conf:

Section "ServerLayout"

Identifier    "Layout0"

Screen      0  "Screen0" 0 0

InputDevice    "Keyboard0" "CoreKeyboard"

EndSection

Section "Files"

RgbPath      "/usr/X11R6/lib/X11/rgb"

FontPath    "/usr/X11R6/lib/X11/fonts/misc/:unscaled"

FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"

FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"

FontPath    "/usr/X11R6/lib/X11/fonts/misc/"

FontPath    "/usr/X11R6/lib/X11/fonts/Type1/"

FontPath    "/usr/X11R6/lib/X11/fonts/CID/"

FontPath    "/usr/X11R6/lib/X11/fonts/100dpi/"

FontPath    "/usr/X11R6/lib/X11/fonts/75dpi/"

FontPath    "/usr/X11R6/lib/X11/fonts/cyrillic/"

FontPath    "/usr/X11R6/lib/X11/fonts/TTF/"

EndSection

Section "Module"

Load  "dbe"

Load  "extmod"

Load  "type1"

Load  "freetype"

Load  "glx"

EndSection

Section "InputDevice"

Identifier  "Keyboard0"

Driver      "keyboard"

Option      "XkbModel"  "pc105" 

Option      "XkbLayout" "us_intl"

EndSection

Section "InputDevice"

Identifier  "Mouse0"

Driver      "mouse"

Option      "Protocol" "IMPS/2"

Option      "Device" "/dev/mouse"

Option      "Emulate3Buttons"

Option      "Emulate3Timeout" "50"

Option      "Buttons" "5"

Option      "ZaxisMapping" "4 5"

EndSection

Section "Monitor"

Identifier  "Monitor0"

VendorName  "Unknown"

ModelName    "Unknown"

HorizSync    30.0 - 110.0

VertRefresh  50.0 - 150.0

Option    "DPMS"

EndSection

Section "Device"

Identifier  "Device0"

Driver      "nvidia"

VendorName  "NVIDIA Corporation"

EndSection

Section "Screen"

Identifier "Screen0"

Device    "Device0"

Monitor    "Monitor0"

DefaultDepth    24

SubSection "Display"

  Depth    24

  Modes    "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"

EndSubSection

EndSection

E ai pessoal, alguma ideia para me ajudar?

Muito Obrigado pela atencao!

p.s - desculpem a acentuacao mas meu cedilha ainda está saindo assim: ć (estou providenciando o acerto :P ) :stupid:

Link para o comentário
Compartilhar em outros sites

No Slackware você pode dar uma olhada nos scripts do /etc/rc.d e editar os arquivos (inserido um # no começo da linha). E tirar a permissão de execução dele (chmod -x arquivo).

Desabilite o httpd, sshd, ftp, inetd, bind, MySQL, entre outros...

No /etc/rc.d/rc.inet2 você pode comentar as seguintes linhas:

# Mount remote (NFS) filesystems:
if grep -w nfs /etc/fstab 1> /dev/null 2> /dev/null; then
 # Start the RPC portmapper if we find NFS volumes defined in /etc/fstab,
 # since it will need to be running in order to mount them.  If portmap
 # is not running, attempting to mount an NFS partition will cause mount
 # to hang.  Keep this in mind if you plan to mount unlisted partitions...
 if [ -x /etc/rc.d/rc.portmap ]; then
   . /etc/rc.d/rc.portmap start
 else
   # Warn about a possible NFS problem.  It's also possible to mount NFS partitions
   # without rpc.portmap by using '-o nolock' (not a good idea in most cases).
   echo "WARNING:  NFS partitions found in /etc/fstab, but /etc/rc.d/rc.portmap is"
   echo "          not executable.  If you do not run portmap, NFS partitions will"
   echo "          not mount properly.  To start rpc.portmap at boot, change the"
   echo "          permissions on /etc/rc.d/rc.portmap:  chmod 755 /etc/rc.d/rc.portmap"
   sleep 10
 fi
 echo "Mounting remote (NFS) file systems:  /sbin/mount -a -t nfs"
 /sbin/mount -a -t nfs        # This may be our /usr runtime!
 # Show the mounted volumes:
 /sbin/mount -v -t nfs
fi

# Mount remote (SMB) filesystems:
if grep -w smbfs /etc/fstab 1> /dev/null 2> /dev/null; then
 echo "Mounting remote (SMB) file systems:  /sbin/mount -a -t smbfs"
 /sbin/mount -a -t smbfs
 # Show the mounted volumes:
 /sbin/mount -v -t smbfs
fi

# Start the inetd server:
if [ -x /etc/rc.d/rc.inetd ]; then
 /etc/rc.d/rc.inetd start
fi

# Start the OpenSSH SSH daemon:
if [ -x /etc/rc.d/rc.sshd ]; then
 echo "Starting OpenSSH SSH daemon:  /usr/sbin/sshd"
 /etc/rc.d/rc.sshd start
fi

# Start the BIND name server daemon:
if [ -x /etc/rc.d/rc.bind ]; then
 /etc/rc.d/rc.bind start
fi

# Start NIS (the Network Information Service):
if [ -x /etc/rc.d/rc.yp ]; then
 . /etc/rc.d/rc.yp start
fi

# Start the NFS server.   Note that for this to work correctly, you'll
# need to load the knfsd module for kernel NFS server support.
# You'll also need to set up some shares in /etc/exports, and be sure
# that /etc/rc.d/rc.portmap is executable.
# Starting the NFS server:
if [ -x /etc/rc.d/rc.nfsd ]; then
 /etc/rc.d/rc.nfsd start
fi

Isso, é claro, se você não for precisar de nenhum destes serviços... e qualquer problema pode postar (mas vou logo dizendo que a decisão de usar as dias aqui mostradas é sua)...

T+

Link para o comentário
Compartilhar em outros sites

segue uma sugestão... espero que ajude... ok?!

http://www.guiadohardware.net/tutoriais/106/

Usando o KDE em micros com 32 MB de RAM: Diz a crença popular que o Linux pode ser configurado para rodar rápido mesmo em máquinas antigas. Isto não é mais verdadeiro em muitas distribuições atuais. Mas, com um pouco de paciência, é possível ter bons resultados, mesmo em micros com 32 MB. Este artigo ensina como otimizar o KDE para ser usado em micros com 32 MB: com as otimizações, é possível deixá-lo consumindo apenas 22 MB de memória durante o boot. Por Carlos E. Morimoto
Link para o comentário
Compartilhar em outros sites

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Sobre o Clube do Hardware

No ar desde 1996, o Clube do Hardware é uma das maiores, mais antigas e mais respeitadas comunidades sobre tecnologia do Brasil. Leia mais

Direitos autorais

Não permitimos a cópia ou reprodução do conteúdo do nosso site, fórum, newsletters e redes sociais, mesmo citando-se a fonte. Leia mais

×
×
  • Criar novo...