Driver restrito e resolução de tela!! Resolvido!

Iniciado por edpertille, 26 de Maio de 2007, 20:32

tópico anterior - próximo tópico

edpertille

  Minha placa de video é geforce FX 5200,estou na resolução de 1024x768 61hz, meu monitor é de 15",      instalei o nvidia-glx, mas quando ativo o driver restrito para poder usar o efeitos do desktop, ele ativa o driver e pede para reiniciar, depois que reinicia a resolução só fica em 800x600, e consigo ativar o efeito! isso tá acontecendo sempre já tentei várias vezes, até tentei ativar os efeitos sem reiniciar mas não ativa!! o que tá acontecendo?  ??? valew

solanoalves

Cola seu xorg.conf aqui pra gente ver.


Para isso abra o terminal "Aplicações>Acessórios>Terminal" e digite:

sudo gedit /etc/X11/xorg.conf

copie todo o arquivo [texto] e cole aqui entre
Citare
no final.

exemplo:

Citar
todo o texto

ai tento ver o que pode estar errado.


você instalou como a placa de vídeo? Por Sistema>Administração>Drivers restritos ou digitando no terminal sudo apt-get install nvidia-glx ??

edpertille

#2
aí vai!! assim que eu cliclei em ativar drivers restritos foi baixado e instalado eu acho, mas na duvida executei o comando que vc disse!!
Citar# /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 xorg.conf(5) 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 "Files"
   FontPath   "/usr/share/fonts/X11/misc"
   FontPath   "/usr/share/fonts/X11/cyrillic"
   FontPath   "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath   "/usr/share/fonts/X11/Type1"
   FontPath   "/usr/share/fonts/X11/100dpi"
   FontPath   "/usr/share/fonts/X11/75dpi"
   # path to defoma fonts
   FontPath   "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "CoreKeyboard"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "us"
EndSection

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

Section "InputDevice"
   Driver      "wacom"
   Identifier   "stylus"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "stylus"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "eraser"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "eraser"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "InputDevice"
   Driver      "wacom"
   Identifier   "cursor"
   Option      "Device"   "/dev/input/wacom"
   Option      "Type"      "cursor"
   Option      "ForceDevice"   "ISDV4"      # Tablet PC ONLY
EndSection

Section "Device"
   Identifier   "NVIDIA GeForce FX 5200"
   Driver      "vesa"
   BusID      "PCI:1:0:0"
EndSection

Section "Monitor"
   Identifier   "CT500G"
   Option      "DPMS"
   HorizSync   28-49
   VertRefresh   43-72
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA GeForce FX 5200"
   Monitor      "CT500G"
   DefaultDepth   24
   SubSection "Display"
      Depth      1
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      4
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      8
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      15
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      16
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth      24
      Modes      "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Generic Keyboard"
   InputDevice   "Configured Mouse"
   InputDevice     "stylus"   "SendCoreEvents"
   InputDevice     "cursor"   "SendCoreEvents"
   InputDevice     "eraser"   "SendCoreEvents"
EndSection

Section "DRI"
   Mode   0666
EndSection

ginho

Busquei no site da AOC:
Se o modelo do seu monitor estiver correto no xorg.
http://www.aoc.com.br/site_v1/php/index.php?req=produto&ctg_tipo=1&prd_id=15
Veja se é o mesmo antes de fazer.
CitarDETALHES DO PRODUTO
> Tamanho CRT: 15" (38,1 cm) diagonal FST - Flat Square
> Tamanho da imagem visível: 13,8" (35,1cm) diagonal
> Dot Pitch: 0.24 mm (H) e 0.28 mm (D)
> Resolução máxima 1024 X 768 (60Hz)
> Freqüência horizontal: 30K - 54KHz
> Freqüência Vertical: 50 - 120Hz
> Dimensões: (LxAxP mm): 360 x 362 x 387
> Garantia de 1 ano
Substitua isso
CitarHorizSync   28-49
   VertRefresh   43-72
Por isso:
CitarHorizSync   30-54
   VertRefresh   50-120

Experimente isso primeiro, deverá subir o nvidia com as resoluções que você quer. Agora para usar os efeitos serão necessárias outras alterações.

edpertille

#4
Não adiantou, ativei o driver reiniciei e está novamente em 800x600! olha o driver ativado: "esse monitor é exatamente o meu só que preto!!"
CitarSection "Device"
   Identifier   "NVIDIA GeForce FX 5200"
   Driver      "nvidia"
   Busid      "PCI:1:0:0"
   Option      "AddARGBVisuals"   "True"
   Option      "AddARGBGLXVisuals"   "True"
   Option      "NoLogo"   "True"
EndSection

Section "Monitor"
   Identifier   "CT500G"
   Option      "DPMS"
   Horizsync   30-54
   Vertrefresh   50-120
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Device      "NVIDIA GeForce FX 5200"
   Monitor      "CT500G"
   Defaultdepth   24
   SubSection "Display"
      Depth   1
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes      "1024x768"   "800x600"   "640x480"
   EndSubSection
EndSection

ginho

Essa tua placa é daquelas que também usa memória do sistema?
Se for:
Olhe aqui:
http://ubuntuforum-pt.org/index.php?topic=20257.0

solanoalves

Faz o seguinte amigo:

No terminal vocÊ digitará
sudo nvidia-xconfig

no lugar de vesa e nvidia coloque "nv"

edpertille

Não ela não usa memória compartilhada, é 128Mb dedicada!!
fiz o que o solanoalves falou e olha o que apareceu:

"Using X configuration file: "/etc/X11/xorg.conf".
Backed up file '?etc/....  as "/etc/X11....backup'
New Xconfiguration file written to '/etc...

Ps: o vesa tava antes de ativar o driver! agora tá "nvidia"








edpertille

#8
Consegui, resolvi o problema ;D ;D ;D
Aóps adicionar uma linha pra resolver o problema de refresh, que só resolveu só o problema de refresh, que tava em 50hz agora em 60hz!! e tá tinha feito isso bem antes!!
mas agora Adicionei uma outra linha que é (Option "UseEDID" "false" e resolvi o problema do titulo do tópico, que bom!!!
Agora estou com boa resolução e efeitos do desktop funcionando numa boa!!!! ;D ;D ;D

Citar
Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA GeForce FX 5200"
    Monitor        "CT500G"
    DefaultDepth    24
    Option         "AddARGBVisuals" "True"
    Option         "AddARGBGLXVisuals" "True"
    Option         "NoLogo" "True"
    Option         "DynamicTwinView" "false"
    Option         "UseEDID" "false"
    SubSection     "Display"
Valew pela ajuda pessoal!!

greylica

É o que eu ia falar, assim ele ignora as configurações PNP do chip do Monitor...
Tem monitores que informam errado as configurações pelo chip.