Autor Tópico: Resolução do monitor no Ubuntu 8.10  (Lida 5988 vezes)

Offline ezrandrade

  • Usuário Ubuntu
  • *
  • Mensagens: 127
    • Ver perfil
    • Geoprocessamento Para Linux
Resolução do monitor no Ubuntu 8.10
« Online: 31 de Outubro de 2008, 18:28 »
Olá a todos, saudações...

Gostaria da ajuda de vocês no seguinte:
Consegui convencer um amigo meu a substituir o windows vista pelo ubuntu em seu novo notebook.
a instalação se deu de forma quase perfeita, a não ser por um detalhe: o resolução máxima do monitor é de 800x600.
A versão do ubuntu é a 8.10 64 bits.
Já li de tudo sobre como resolver esse problema mas não obtive êxito.
Abaixo segue o xorg.conf do notebook.

Citar
# 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.
#
# 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"
   Option      "UseFBDev"      "true"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

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

Pelo terminal digitei lspci e obtive o seguinte:

Citar
diego@stoantonio:~$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 671MX
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS968 [MuTIOL Media IO] (rev 01)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller (rev 0f)
00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] 191 Gigabit Ethernet Adapter (rev 02)
00:05.0 IDE interface: Silicon Integrated Systems [SiS] SATA Controller / IDE mode (rev 03)
00:06.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:07.0 PCI bridge: Silicon Integrated Systems [SiS] PCI-to-PCI bridge
00:0b.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 05)
00:0b.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 22)
00:0b.2 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter (rev 12)
00:0f.0 Audio device: Silicon Integrated Systems [SiS] Azalia Audio Controller
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10)
02:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
diego@stoantonio:~$

Por favor, peço vossa ajuda. Ficarei no aguardo e agradeço desde já.
« Última modificação: 31 de Outubro de 2008, 18:30 por ezrandrade »

Offline rusu

  • Usuário Ubuntu
  • *
  • Mensagens: 9
    • Ver perfil
Re: Resolução do monitor no Ubuntu 8.10
« Resposta #1 Online: 02 de Novembro de 2008, 22:55 »
Bom amigo, a respeito do drive de video exato para a tua placa Silicon Integrated Systems [SiS] 771/671 PCIE VGA Display Adapter (rev 10) eu não sei exatamente o que fazer. Mas se você quizer superar este problema usando outro drive de video, por exemplo o drive genérico vesa é só você modificar o teu xorg.conf.

Para isso vai na seção "Device" e adiciona as linhas
Driver      "vesa"
Option      "SWCursor"

Assim a tua seção "Device" deve-se parece com:
Código: [Selecionar]
Section "Device"
   Identifier   "Configured Video Device"
   Option      "UseFBDev"      "true"
   Driver      "vesa"
   Option      "SWCursor"
EndSection

A linha driver "vesa" diz que o drive que irás usar será o vesa e a linha Option "SWCursor" é porque, às vezes, eu digo às vezes, alguns monitores não permitem que o mouse apareça. Você pode comentar esta linha e verificar se no seu monitor o mouse aparece mesmo quando se abre e usa-se as ferramentas de aplicativos como adobe reader, open office drawer, etc.

Mas ainda falta você definir as possíveis resoluções do seu monitor. Para isso dá uma olhada no tutorial que eu postei no site.

http://ubuntuforum-pt.org/index.php/topic,40528.0.html

Lá você vai encontrar o meu xorg.conf que está configurado com o drive VIA. Mas o que importa é que se o seu xorg.conf tiver a seção "Device" do modo escrito acima e você seguir as explicações de como ajustar as resoluções do monitor. Você terá o monitor configurado, mas com o drive vesa.

Por favor não use o drive VIA!! Pelo que eu sei, a sua placa não suporta este drive!