Resolução de tela no Gentoo

1. Resolução de tela no Gentoo

Leandro Nkz
leandro

(usa Arch Linux)

Enviado em 02/10/2011 - 11:26h

olá a todos do VOL!

Parece piada (e no fundo é mesmo): consegui instalar o Gentoo, mas não consigo de jeito nenhum configurar a resolução dele no Gnome.

Vou em Sistema > Preferencias > monitores e não encontro a resolução correta 1366x768, apenas 1024x768 e 800x600.

Já tentei editar o xorg.conf, mas não deu resultado.


Quando eu rodo: X -configure, aparece a mensagem

"number of created screens does not match number of detected devices"


Copio o xorg.conf.new para a pasta correta, edito a resolução, mas também não resolve.

Segue o meu xorg.conf padrão (sem as várias edições que fiz):

Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

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

Section "Module"
Load "extmod"
Load "record"
Load "glx"
Load "dri"
Load "dbe"
Load "dri2"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor1"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Monitor"
Identifier "Monitor2"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "AccelMethod" # [<str>]
#Option "DRI" # [<bool>]
#Option "ColorKey" # <i>
#Option "VideoKey" # <i>
#Option "FallbackDebug" # [<bool>]
#Option "Tiling" # [<bool>]
#Option "LinearFramebuffer" # [<bool>]
#Option "Shadow" # [<bool>]
#Option "SwapbuffersWait" # [<bool>]
#Option "XvPreferOverlay" # [<bool>]
#Option "DebugFlushBatches" # [<bool>]
#Option "DebugFlushCaches" # [<bool>]
#Option "DebugWait" # [<bool>]
#Option "HotPlug" # [<bool>]
#Option "RelaxedFencing" # [<bool>]
Identifier "Card0"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "Rotate" # <str>
#Option "fbdev" # <str>
#Option "debug" # [<bool>]
Identifier "Card1"
Driver "fbdev"
BusID "PCI:0:2:0"
EndSection

Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
### <percent>: "<f>%"
### [arg]: arg optional
#Option "ShadowFB" # [<bool>]
#Option "DefaultRefresh" # [<bool>]
#Option "ModeSetClearScreen" # [<bool>]
Identifier "Card2"
Driver "vesa"
BusID "PCI:0:2:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "Monitor1"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen2"
Device "Card2"
Monitor "Monitor2"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection




  


2. engraçado...

Perfil removido
removido

(usa Nenhuma)

Enviado em 02/10/2011 - 11:58h

eu uso somente o mesmo xorg.conf para qualquer distro, seja Debian, Arch ou Gentoo, se puder faça o mesmo! ou...

desative uma dessas screens identificadas:

Screen 2 "Screen2" RightOf "Screen1"

* digo isso porque a questão da resolução, independe de distrobuição, se tiver uma que funcione, use-a!


3. Re: Resolução de tela no Gentoo

Leandro Nkz
leandro

(usa Arch Linux)

Enviado em 02/10/2011 - 12:26h

edps escreveu:

eu uso somente o mesmo xorg.conf para qualquer distro, seja Debian, Arch ou Gentoo, se puder faça o mesmo! ou...

desative uma dessas screens identificadas:

Screen 2 "Screen2" RightOf "Screen1"

* digo isso porque a questão da resolução, independe de distrobuição, se tiver uma que funcione, use-a!


Tentei isso e nada.

Utilizei o mesmo xorg do Debian, e o X não sobe. Só funcionou se trocar a linha:

Identifier  "Card0"
Driver "intel"


por:

Identifier  "Card0"
Driver "vesa"




Por algum motivo, o Gentoo não está reconhecendo também a minha placa de vídeo Intel. Em todos os xorg.conf que testei, o X só sobe se tiver utilizando o driver Vesa.

Retirei também todos os screens, e monitors a mais. Deixando apenas 1. Mas não surtiu efeito.

_________________________________________________
Edit: Rodando o comando xrandr que lista as resoluções suportadas, aparece:

# xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 0.0*
800x600 61.0



abraços.


4. é mesmo complicado...

Perfil removido
removido

(usa Nenhuma)

Enviado em 02/10/2011 - 12:36h

usando nvidia, penei um pouco para ativá-la, mesmo usando o xorg.conf que uso no Debian e Arch.

veja a documentação do gentoo:

http://en.gentoo-wiki.com/wiki/Intel_GMA
http://www.gentoo.org/doc/en/xorg-config.xml
http://www.gentoo.org/doc/pt_br/dri-howto.xml


5. Re: Resolução de tela no Gentoo

Leandro Nkz
leandro

(usa Arch Linux)

Enviado em 10/10/2011 - 15:56h

Até agora nenhuma solução...

Já tentei recompilar o kernel, habilitando os recursos que mostram no link do intel GMA. Mas não surtiu efeito.

Tentei também setar a resolução correta diretamente no kernel, na área de device; mas também não deu certo.

De qualquer maneira vou tentar até a data de lançamento do Ubuntu, o qual pretendo instalar no lugar do Gentoo.








Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts