Autor Tópico: Resolução WideScreen Notebook Amazon - Resolvido!  (Lida 6765 vezes)

Offline Dimas

  • Usuário Ubuntu
  • *
  • Mensagens: 81
    • Ver perfil
Resolução WideScreen Notebook Amazon - Resolvido!
« Online: 17 de Agosto de 2006, 12:47 »
Olá pessoal...
Estou com uma dúvida em como conigurar uma resolução widescreen em um notebook da Amazon. Estou usando o Breezy.
Esse é meu xorg.conf:
Código: [Selecionar]
# /etc/X11/xorg.conf (xorg 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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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.
#
# 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 "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
        # paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection

Section "Device"
Identifier "Intel Corporation Intel Default Card"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Intel Default Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

O estranho é que quando eu vou configurar a resolução de tela na Gnome a unica opção que eu tenho é 1024x768, que nem sequer está listada no meu xorg.

Alguém tem alguma idéia? Ja tentei aplicar as dicas contidas aqui e no google e não consegui exito em nenhuma, visto que não acho nada referente ao meu notebook.

Se alguém puder me ajudar, muito obrigado!
« Última modificação: 04 de Setembro de 2006, 12:38 por galactus »
Dimas Gabriel
digabriel[at]gmail.com

"Liberdade é a questão, a única e exclusiva questão."

Offline Dimas

  • Usuário Ubuntu
  • *
  • Mensagens: 81
    • Ver perfil
Re: Resolução WideScreen Notebook Amazon
« Resposta #1 Online: 18 de Agosto de 2006, 10:39 »
Ainda nao consegui. Se alguem puder me ajudar...
Eis mais alguns dados:

Modelo do Notebook:
Amazon AMZ-L71CL

Placa de video:
Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller

Estou usando o Breezy. No Dapper ele tambem nao reconheceu.
Quero a resolucao 1280x800. O Breezy aceita somente 1024x768

Obrigado
Dimas Gabriel
digabriel[at]gmail.com

"Liberdade é a questão, a única e exclusiva questão."

Offline malakl

  • Usuário Ubuntu
  • *
  • Mensagens: 124
    • Ver perfil
    • http://macaxeiradigital.blogspot.com
Re: Resolução WideScreen Notebook Amazon
« Resposta #2 Online: 03 de Setembro de 2006, 23:31 »
Dimas

Instale o pacote 915resolution com o seguinte comando:

Código: [Selecionar]
sudo apt-get install 915resolution
Após isso edite o seguinte arquivo: /etc/default/915resolution com o seguinte comando:

Código: [Selecionar]
sudo gedit /etc/default/915resolution

No arquivo altere as seguintes linhas para os respectivos valores:

MODE=38
XRESO=1280
YRESO=800

Basta agora reiniciar o X com o comando Ctrl + Alt + BackSpace. Espero ter ajudado

"O que eu espero senhores, é que depois de um razoável período de discussão, todo mundo concorde comigo" Winston Churchill

Offline Dimas

  • Usuário Ubuntu
  • *
  • Mensagens: 81
    • Ver perfil
Re: Resolução WideScreen Notebook Amazon
« Resposta #3 Online: 04 de Setembro de 2006, 11:05 »
Valeu malakl.
Funcionou de primeira. Algo bem simples por sinal, mas ja sei de outras 3 pessoas que vão gostar da dica.

Obrigado!
Dimas Gabriel
digabriel[at]gmail.com

"Liberdade é a questão, a única e exclusiva questão."