Minha resolução não sai 640x480

Iniciado por Cadu_rn, 28 de Abril de 2008, 09:14

tópico anterior - próximo tópico

Cadu_rn

Pessoal meu video ja não estava funcionando bem, ai resolvi ir em " TELAS E PLACAS DE VIDEO " e coloquei o nome da minha placa lá...Só que agora meu sistema não sai de 640x480 e ta dando um error que diz: sua placa ou configuração de video(não sei direito) não está funcionado(alguma coisa assim.

Meu notebook: Itautec N8310,core 2 duo 1.6,video:intel 945.....Me ajudem por favor..Muitos problemas pelo menos pra mim nessa transição ai do 7.10 para 8.04!!!!!

meu xorg:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   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      "Emulate3Buttons"   "true"
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"
   Boardname   "vesa"
   Busid      "PCI:0:2:1"
   Driver      "vesa"
   Screen   0
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
   Vendorname   "Plug 'n' Play"
   Modelname   "Plug 'n' Play"
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "Configured Video Device"
   Monitor      "Configured Monitor"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   640   480
      Modes      "640x480@60"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
   Inputdevice   "Synaptics Touchpad"
EndSection
Section "Module"
   Load      "glx"
   Load      "GLcore"
   Load      "v4l"
EndSection
Section "device" #
   Identifier   "device1"
   Boardname   "Intel 945"
   Busid      "PCI:0:2:0"
   Driver      "i810"
   Screen   0
   Vendorname   "Intel"
EndSection
Section "screen" #
   Identifier   "screen1"
   Device      "device1"
   Defaultdepth   24
   Monitor      "monitor1"
EndSection
Section "monitor" #
   Identifier   "monitor1"
   Gamma   1.0
EndSection
Section "device" #
   Identifier   "device2"
   Boardname   "vesa"
   Busid      "PCI:0:2:1"
   Driver      "vesa"
   Screen   1
EndSection
Section "screen" #
   Identifier   "screen2"
   Device      "device2"
   Defaultdepth   24
   Monitor      "monitor2"
EndSection
Section "monitor" #
   Identifier   "monitor2"
   Gamma   1.0
EndSection
Section "ServerFlags"
EndSection

Perícope

Eu resolvi meu problema com a placa de vídeo desabilitando os drivers proprietários da NVidia.
Usuário Linux n. 414104 - Usuário Ubuntu n. 3048
| Não tenha pressa: pesquise no fórum primeiro! |

Cadu_rn

Como faço isso???Mas a minha placa não é Nvidia...???Ajuda ai Brother!

glilco

tenta o seguinte: faz um backup do seu xorg.conf (cp xorg.conf xorg.conf.bak) e tenta substituir por esse:


# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   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      "Emulate3Buttons"   "true"
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   "intel"
   Boardname   "Intel 945"
   Busid      "PCI:0:2:0"
   Driver      "i810"
   Screen   0
   Vendorname   "Intel"   
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
   Vendorname   "Plug 'n' Play"
   Modelname   "Plug 'n' Play"
   Gamma   1.0
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "intel"
   Monitor      "Configured Monitor"
   Defaultdepth   24
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
  screen 0 "Default Screen" 0 0
   Inputdevice   "Synaptics Touchpad"
EndSection

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

Section "ServerFlags"
EndSection


Parece que as ferramentas de configuração fizeram uma bagunça no xorg.conf. O que eu tentei fazer foi remover o lixo e setar corretamente a placa de vídeo. O monitor está como plug and play porque você não especificou o monitor. Vamos ver se funfa...  :P