configuração de resolução de tela no ubuntu 8.04

1. configuração de resolução de tela no ubuntu 8.04

Travis Dane da Silva
dane28

(usa Debian)

Enviado em 04/11/2008 - 22:13h

Tenho um notebook positivo mobile Z74, resolvi instalar o ubuntu 8.04 no mesmo só que está com problemas na resolução de tela. Os ícones estão muito grandes, só dá a opção de 800x600 e 640x480 tentei mexer no arquivo /etc/X11/xorg.conf de várias maneiras e não deu resultado. O arquivo estava assim antes de tentar configurar, se alguem puder me ajudar ficarei muito grato.




# 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.
#
# 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 "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection

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

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

Section "Device"
Identifier "Configured Video Device"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Synaptics Touchpad"
EndSection





  


2. Re: configuração de resolução de tela no ubuntu 8.04

Veni Stasun
stasun

(usa CentOS)

Enviado em 04/11/2008 - 22:50h

bom.... você já tentou adicionar no arquivo as resoluções de 1280x1024 e 1024x768 manualmente


3. Tente isso no Xorg.conf

Juliano Giacomeli
julianjedi

(usa Arch Linux)

Enviado em 04/11/2008 - 22:52h

Substitua apenas as respectivas seções no xorg.conf...


espero q ajude!


Section "Device"
Identifier "Configured Video Device"
Driver "nvidia"
# caso não conheça a placa coloque "Vesa" no lugar da nvidia
BoardName "Nvidia"
Screen 0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Configured Video Device"
Monitor "Configured Monitor"
DefaultDepth 24
Option "NoLogo" "True"
SubSection "Display"
Virtual 1024 768
# em virtual coloque somente a resolução q vc deseja usar
Depth 24
Modes "1024x768"
# em modes coloque as resoluções q deseja usar
EndSubSection
EndSection






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts