Páginas

sábado, 22 de agosto de 2009

Instalando Placa de Video SIS 771/671

Muitas pessoas tem problemas com esse placa de vídeo no ubuntu, alguns mal conseguem alterar a resolução de 800x600 para uma superior desejada.

Pesquisando a solução para um colega, achei esta solução:

Abra o terminal, e digite:

gedit /etc/X11/xorg.conf

Altere o arquivo que está aberto com as seguintes linhas abaixo:

# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30 - 63
VertRefresh 50 - 75
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection

Reinicie o o sistema, e depois verifique em Sistema/Preferências/Resolução de Tela as novas opções.

-Atualização-

Hoje, eu vi um post em outro blog, e lá dizia sobre este driver:

http://cropalato.com/arquivos/xorg-driver-sis671_0.9_i386.deb

so baixar e instalar, apenas isso!

Nenhum comentário:

Postar um comentário