Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Melhorando a resolução da placa de vídeo SiS no Ubuntu 9.10 64 bits

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    Dica 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:

    Apenas usuários registrados e ativados podem ver os links., Clique aqui para se cadastrar...

    execute o arquivo, reinicie a máquina e pronto.

    Para máquinas de 64 bits:

    Apenas usuários registrados e ativados podem ver os links., Clique aqui para se cadastrar... 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

    Código:
    # 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
    3) salve-o como xorg.conf e reinicie o ambiente gráfico (KDE, Gnome etc) e pronto.

    Fonte: vivaoLinux
    Postado Por: RedDeviL
X
Working...
X