Autor Tópico: Problemas com o vídeo (resolução errada no início e ausência de efeitos)-Laptop  (Lida 2628 vezes)

Offline tucaubuntu

  • Usuário Ubuntu
  • *
  • Mensagens: 47
    • Ver perfil
A tela de inicialização do ubuntu, a que fica com o logo do ubuntu e uma barrinha carregando em baixo, está totalmente descentralizada.

http://img129.imageshack.us/img129/9357/telaloadingzf5.pn

e

Os efeitos não podem ser carregados

http://img388.imageshack.us/img388/4275/capturadatela1zn2.png

Esta é minha graphic card (uso um laptop na "sim+", modelo desconhecido):

VIA Technologies, Inc. Chrome9 HC IGP (rev 01) (prog-if 00 [VGA controller])
Subsystem: CLEVO/KAPOK Computer Unknown device 5408

Darcamo

  • Visitante
Tive esse problema de a tela do GDM não estar centralizada e cortar uma parte dela. Consegui resolver após um busca no google (achei uma dica do fórum em inglês do Ubuntu).

Abre o arquivo /etc/X11/xorg.conf

Procura a seção "Screen" e vê se tem uma linha lá com
Código: [Selecionar]
Virtual numero outro_numeroSe tiver você pode apagar a linha ou pode colocar os valores corretos (sua resolução).

ps: note que tem que ter aberto o arquivo com o sudo para poder salvar
Algo como
Código: [Selecionar]
sudo gedit /etc/X11/xorg.conf

Offline pinduvoz

  • Usuário Ubuntu
  • *
  • Mensagens: 2.494
    • Ver perfil
Dê uma olhada no link:

http://ebegati.blogspot.com/2008/05/placa-grfica-via-chrome9-misso.html

Para mim é surpresa (agradável, frise-se) uma placa gráfica da VIA com driver para Linux que, segundo relatado, realmente funciona.
:: Linux Registered User nº 439378 ::

Offline pinduvoz

  • Usuário Ubuntu
  • *
  • Mensagens: 2.494
    • Ver perfil
Eu dei uma olhada no xorg.conf que o blogueiro postou e resolvi deixá-lo aqui:

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

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

EndSection


Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
        Option          "SHMConfig"     "true"
EndSection
Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "via"
Option "PanelID"      "7" #1280x800,  Sigle, Dithering
Screen 0
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0

  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x800@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
Inputdevice "Synaptics Touchpad"
EndSection
Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection
Section "device" #
Identifier "device1"
Boardname "vesa"
Busid "PCI:1:0:0"
Driver "via"
Screen 1
EndSection
Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection
Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection
Section "ServerFlags"
EndSection

Só lembrando que a configuração acima é para um laptop com tela wide e resolução de 1280x800.
:: Linux Registered User nº 439378 ::

Offline tucaubuntu

  • Usuário Ubuntu
  • *
  • Mensagens: 47
    • Ver perfil
Gente! Muito obrigado pelas respostas!

Esse note é da minha mãe, assim que eu tiver acesso à ele eu posto pra vocês o que aconteceu!

Sucesso ae!

Abraços!