Resolução 1024x600

Iniciado por marcioprt, 29 de Setembro de 2009, 08:47

tópico anterior - próximo tópico

marcioprt

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?

Tota

Do meu xorg.conf

Section "Monitor"
Identifier "Configured Monitor"
# Uncomment if your screen resolution is 1024x600
# DisplaySize 195 113
EndSection


[],s

malvescardoso

#2
Citação de: marcioprt online 29 de Setembro de 2009, 08:47
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.
:: Acima de tudo, Deus! ::

ezrandrade

Estou na mesma situação com o mesmo computador. Tive que abandonar o Ubuntu e me virar no Rwindows.
Faz o mesmo, cara.

ezrandrade

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.

ezrandrade


ezrandrade

Usando o Ubuntu 10.10, tudo se resolve sem quebrar a cabeça. Viva....