Vida de Nerd

Mais um Blog Estupido e Sem Escrúpulo. Seja Inteligente, Vai Ler um Livro. V.S.F.

6 de out. de 2009

Notebook Positivo V21.

Esta semana comprei um notebook Positivo V21.
Apesar de ser um notebook da Positivo (marca zero) estou muito feliz com minha aquisição. Custo beneficio perfeito. Claro tive que dar um UP na memória, porque 256mb fica muito ruim até com o Debian, comprei um pente de 1Gb DDR 400 e agora ele fico 100%.
Mais irei postar aqui algumas configurações que tiveram que ser feitas pra ele ficar rodando perfeito.

Wirelles
O Debian Lenny já tem suporte a esta placa, então é só baixar o Firmware em instalar.
Site para baixar o Firmware. AQUI.

Placa de Vídeo.
A placa de vídeo o neste notebook é um problema. Ele usa a [S3 UniChrome Pro], que não achei como instalar em nem um lugar na internet.
Então minha unica opção foi configurar o xorg.conf.
Para configurar o xorg.

Como root#.
Primeiro ir até o diretório do xorg.conf.

cd/etc/X11

Depois vamos acessar o xorg.conf .

nano xorg.conf

Acessando o xorg.conf, vamos encontrar alguma coisa do tipo.

GNU nano 2.0.7 Arquivo: /etc/X11/xorg.conf

# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Agora vamos retirar toda a parte que esta a baixo de
Section "ImputDevice"

E vamos inserir estas configurações.

Section "Screen"

Identifier "Screen 1"

Device "Via Unichrome Pro IGP"

Monitor "My Monitor"

DefaultDepth 32

Subsection "Display"

Depth 8

Modes "1280x768" "1024x768" "800x600" "640x480"

ViewPort 0 0

EndSubsection

Subsection "Display"

Depth 16

Modes "1280x768" "1024x768" "800x600" "640x480"

ViewPort 0 0

EndSubsection

Subsection "Display"

Depth 24

Modes "1280x768" "1024x768" "800x600" "640x480"

ViewPort 0 0

EndSubsection

Subsection "Display"

Depth 32

Modes "1280x768" "1024x768" "800x600" "640x480"

ViewPort 0 0

EndSubsection

EndSection

Pronto agora é só salvar.


Agora é só reiniciar o serviço, que a configuração do video ja vai estar funcionando.
Vai ficar na resolução 1280x768.


0 Comentários:

Postar um comentário

Assinar Postar comentários [Atom]

<< Página inicial