Problema em Placa de Video Via VX800 em Positivo MOBO " Ubuntu 10.10"

Iniciado por Lutti, 01 de Julho de 2011, 11:03

tópico anterior - próximo tópico

Lutti

Primeiramente Bom Dia a todos...

Seguinte galera estou com um problemão " pelo menos é oque acho " tenho em mãos um netbook positivo MOBO
.

Até ai tudo bem Retirei o Sistema original dele um Windows Xp, e coloquei o Ubuntu 10.10 "funciono blz, pensei tudo certo"
Fui entao testar ele com um monitor auxiliar ja que a tela desse netbook e muito pequena " ai veio a decepção, ficou aquele quadradinho no meio do monitor, como brasileiros nao desistem nunca pensei cmg e driver de video"

Apos procurar exaustivamente algo que me desse uma luz encontrei esse site da Via msm contendo o driver exato para min http://linux.via.com.tw/support/downloadFiles.action baixei o mesmo em tar.gz e instalei normalmente via Shell, instalei tambem um utilitariod e configurações que veio junto com o driver " naos ei onde ele foi para até hj"....
É ai que veio a surpresa " depois de ter instalado o driver, reiniciei a maquina e coloquei o monitor auxiliar ficou perfeito resolução nitida e sem erros nenhum, fiquei empolgado pensei se ficou assim no auxiliar imagina no display interno, desconectei os cabos e reiniciei a maquina que desastre o monitor interno começa a aparece a imagem ubuntu 10.10 carregando quando vai iniciar o desktop ele fica roxo e nao aparece mais nada" seria esse meu problema o netbook esta funcionando perfeitamente no monitor externo e nao funciona no monitor interno " baixei a resolução para ver se dava sinal de vida "nada" frequencia eu nao consigo alterar .....  desculpas se fui muito extenso...

há meu nivel em ubuntu " linux " e iniciante XD

xorg.conf

Section "ServerLayout"
       Identifier "Default Layout"
       Screen "Default Screen"
       InputDevice "Mouse"
       InputDevice "Keyboard"
EndSection

Section "Files"
#     RgbPath      "/usr/local/share/X11/rgb"
       ModulePath   "/usr/lib/xorg/modules"
#     FontPath     "/usr/share/fonts/X11/misc/"
#     FontPath     "/usr/share/fonts/X11/TTF/"
#     FontPath     "/usr/share/fonts/X11/OTF"
#     FontPath     "/usr/share/fonts/X11/Type1/"
#     FontPath     "/usr/share/fonts/X11/100dpi/"
#     FontPath     "/usr/share/fonts/X11/75dpi/"
EndSection

Section "InputDevice"
       Identifier "Keyboard"
       Driver "kbd"
       Option "XkbRules" "xorg"
       Option "XkbModel" "pc105"
       Option "XkbLayout" "cn"
EndSection

Section "InputDevice"
       Identifier "Mouse"
       Driver "mouse"
       Option "CorePointer"
EndSection

Section "Monitor"
       Identifier "CRT"
       Option "Enable" "true"           
EndSection

Section "Monitor"
       Identifier "LCD"
       Option "Enable" "false"         
EndSection

Section "Monitor"
       Identifier "DVI"
       Option "Enable" "false"
EndSection

Section "Monitor"
       Identifier "TV"
       Option  "Ignore" "true"
EndSection

Section "Monitor"
       Identifier "HDMI"
       Option  "Ignore" "true"
EndSection

Section "Monitor"
       Identifier "CRT-2"
       Option   "Ignore" "true"
EndSection

Section "Monitor"
       Identifier "LCD-2"
       Option   "Ignore" "true"
EndSection

Section "Monitor"
       Identifier "DVI-2"
       Option   "Ignore" "true"
EndSection

Section "Monitor"
       Identifier "TV-2"
       Option   "Ignore" "true"
EndSection

Section "Device"
Driver "via"
VendorName  "VIA Tech"
BoardName    "via"
Identifier "Configured Video Device"
#Option "MigrationHeuristic" "greedy"
EndSection

Section "Screen"
       DefaultDepth 24
       SubSection "Display"
#             Virtual 2000 2000
              Depth  24
       EndSubSection
       Identifier "Default Screen"
       Device "Configured Video Device"
EndSection

Section "Module"
      Load  "glx"
      Load  "dri"
      Load  "extmod"
EndSection

Section "DRI"
       Group 0
       Mode 0666
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection