Melhorando a resolução da placa de vídeo SiS no Ubuntu 9.10 64 bits
Dica publicada em Linux / Configuração
Melhorando a resolução da placa de vídeo SiS no Ubuntu 9.10 64 bits
Pesquisei a solução quanto a resolução de tela da placa SiS no Ubuntu 9.10 Linux, mas se um usuário estiver usando uma versão de 64 bits? Como que ele pode solucionar isso???
Pesquisei mais a fundo e descobri um modo, que para mim foi o único...
1) para máquinas de 32 bits:
http://ncc-1701a.homelinux.net/~linux-sis/downloads/xorg-driver-sis671_0.9_i386.deb
execute o arquivo, reinicie a máquina e pronto.
Para máquinas de 64 bits:
http://ncc-1701a.homelinux.net/~linux-sis/downloads/s671_x64_ubuntu_9.04.tar.gz e extraí-los para /usr/lib/xorg/modules/drivers
1) depois vá até o diretório /etc/X11:
cd /etc/X11
2) crie o arquivo xorg.conf com seu editor de texto preferido e cole o código abaixo:
sudo editor_preferido xorg.conf
3) salve-o como xorg.conf e reinicie o ambiente gráfico (KDE, Gnome etc) e pronto.
Pesquisei mais a fundo e descobri um modo, que para mim foi o único...
1) para máquinas de 32 bits:
http://ncc-1701a.homelinux.net/~linux-sis/downloads/xorg-driver-sis671_0.9_i386.deb
execute o arquivo, reinicie a máquina e pronto.
Para máquinas de 64 bits:
http://ncc-1701a.homelinux.net/~linux-sis/downloads/s671_x64_ubuntu_9.04.tar.gz e extraí-los para /usr/lib/xorg/modules/drivers
1) depois vá até o diretório /etc/X11:
cd /etc/X11
2) crie o arquivo xorg.conf com seu editor de texto preferido e cole o código abaixo:
sudo editor_preferido xorg.conf
# xorg.conf (X.Org X Window System server configuration file ubuntu 9.04)
#
# 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 "sis671"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
#
# 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 "sis671"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
3) salve-o como xorg.conf e reinicie o ambiente gráfico (KDE, Gnome etc) e pronto.