Fórum Ubuntu Linux - PT

Suporte Técnico => Instalação e Atualização => Tópico iniciado por: marcioprt em 29 de Setembro de 2009, 08:47

Título: Resolução 1024x600
Enviado por: marcioprt em 29 de Setembro de 2009, 08:47
tenho um netbook proview pc-81001 com monitor de 10.1, instalei o ubuntu 9 e não consigo configurar a resolução 1024x600, alguma ajuda?
Título: Re: Resolução 1024x600
Enviado por: Tota em 29 de Setembro de 2009, 10:14
Do meu xorg.conf
Código: [Selecionar]
Section "Monitor"
Identifier "Configured Monitor"
# Uncomment if your screen resolution is 1024x600
# DisplaySize 195 113
EndSection

[],s
Título: Re: Resolução 1024x600
Enviado por: malvescardoso em 18 de Novembro de 2009, 09:33
instalei o ubuntu 9
9.04 0u 9.10? Vc. Já tentou as versões resmasterizadas para netbooks (http://releases.ubuntu.com/karmic/ubuntu-9.10-netbook-remix-i386.iso - http://releases.ubuntu.com/kubuntu/karmic/kubuntu-9.10-netbook-i386.iso)? Elas já são especialmente preparadas para fazer caber tudo na tela.

Sua placa é SIS? SE vc. estiver usando o Karmic (9.10) e for SIS, tente isso, que funcionou comigo: http://www.vivaolinux.com.br/dica/Driver-SIS-671-771-+-Xorg-no-Ubuntu-9.10-Karmic-Koala.

Boa sorte.

Fique com Deus.
Título: Re: Resolução 1024x600
Enviado por: ezrandrade em 17 de Fevereiro de 2010, 21:35
Estou na mesma situação com o mesmo computador. Tive que abandonar o Ubuntu e me virar no Rwindows.
Faz o mesmo, cara.
Título: Re: Resolução 1024x600
Enviado por: ezrandrade em 12 de Maio de 2010, 12:58
A solução está no xorg.conf customizado para este netbook.

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "pt"
EndSection

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

Section "Device"
Identifier "Configured Video Device"
Boardname "vesa"
Busid "PCI:0:1:1"
Driver "geode"
Option "AccelMethod" "EXA"
Option "MigrationHeuristic" "greedy"
Option "PanelMode" "48960 1024 1064 1168 1312 600 601 604 622"
Screen 0
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1024x600"
HorizSync 31.5 - 37.9
VertRefresh 50.0 - 70.0
DisplaySize 195 113
modeline "1024x600@60" 48.96 1024 1064 1168 1312 600 601 604 622 -HSync -VSync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
Defaultdepth 24
   SubSection "Display"
   Depth 24
   Virtual 1024 600
   Modes "1024x600@60"
   EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
screen 0 "Default Screen" 0 0
EndSection

Section "Module"
Load "glx"
Load "GLcore"
Load "v4l"
EndSection

Section "ServerFlags"
EndSection


Fonte: (http://www.linuxmint.com.br/modules/newbb/viewtopic.php?start=20&topic_id=161&viewmode=flat&order=ASC&type=&mode=0) Post #22.
Título: Re: Resolução 1024x600
Enviado por: ezrandrade em 09 de Novembro de 2010, 09:09
Acho que o problema se resolve definitivamente com o link abaixo

http://ubuntuforum-br.org/index.php/topic,49209.msg390748.html#msg390748
Título: Re: Resolução 1024x600
Enviado por: ezrandrade em 15 de Novembro de 2010, 17:57
Usando o Ubuntu 10.10, tudo se resolve sem quebrar a cabeça. Viva....