Autor Tópico: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT  (Lida 16408 vezes)

Offline cguz

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
"Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Online: 19 de Novembro de 2007, 01:47 »
Olá tenho instalado aqui em casa o Ubuntu 7.10, que foi dificil de instalar pois sempre apos o boot dava o seguinte aviso no monitor "Modelo não suportada", pois bem consegui instalar, instalei o driver restrito da nvidia e baixei e instalei o driver do meu monitor(instalei pelo screens and graphics) mas durante o boot da essa mensagem "Modelo não suportada" até aparecer um splash da nvidia e o login do gnome no desligar a mesma coisa... notei que a frequencia ta sempre em 50MHz (no catalogo diz que é 60Hz) mas nao tem essa opção no screens and graphics somente 50,51,52 e 62MHz... so aparece algo no boot e no shutdown qdo pressiono CTRL+ALT+F1 pra exibir por texto o boot... como resolvo esse problema??

desde já agradeço a atenção e a paciencia!

obs: sou leigo em linux

Offline fabio_k

  • Usuário Ubuntu
  • *
  • Mensagens: 141
  • VGN-CS160AW
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #1 Online: 19 de Novembro de 2007, 17:55 »
vc já tentou mudar pelo xorg.conf?
tem lá a frequencia Horizontal e Vertical, que varia de monitor para monitor..
acho que pode ser isso, lá no Screen e Graphics tem a opção de "Monitor Genérico" e la vc pode escolher a resolução..
pode ser que se vc deixar em Monitor Genérico, ele não de esse problema..
qualquer coisa é só gritar..
abraços!

Offline cguz

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #2 Online: 19 de Novembro de 2007, 18:54 »
foi a 1º coisa q eu fiz... nao adianta

Offline fabio_k

  • Usuário Ubuntu
  • *
  • Mensagens: 141
  • VGN-CS160AW
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #3 Online: 19 de Novembro de 2007, 19:40 »
ué, mais vc salvou?
e pelo screen e graphics?

Offline VB5

  • Usuário Ubuntu
  • *
  • Mensagens: 3.564
  • Liga dos Dinos
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #4 Online: 19 de Novembro de 2007, 21:47 »
Se instalou os drivers restritos, edite o xorg.conf  e procure uma secção como esta:

Código: [Selecionar]
Section "Device"
   Identifier   "nVidia Corporation NV34 [GeForce FX 5200]"
   Driver      "nvidia"
   Busid      "PCI:1:0:0"
   Option      "AddARGBVisuals"   "True"
   Option      "AddARGBGLXVisuals"   "True"
   Option      "NoLogo"   "True"
EndSection

Abaixo da última linha, acrescente esta:

Código: [Selecionar]
Option "DynamicTwinView" "false"

VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

Offline cguz

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #5 Online: 19 de Novembro de 2007, 23:00 »
ué, mais vc salvou?
e pelo screen e graphics?
sim
Se instalou os drivers restritos, edite o xorg.conf  e procure uma secção como esta:

Código: [Selecionar]
Section "Device"
   Identifier   "nVidia Corporation NV34 [GeForce FX 5200]"
   Driver      "nvidia"
   Busid      "PCI:1:0:0"
   Option      "AddARGBVisuals"   "True"
   Option      "AddARGBGLXVisuals"   "True"
   Option      "NoLogo"   "True"
EndSection

Abaixo da última linha, acrescente esta:

Código: [Selecionar]
Option "DynamicTwinView" "false"

VB5

fiz isso e nao deu...
inclusive meu xorg.conf nao tinha
Código: [Selecionar]
  Option      "AddARGBVisuals"   "True"
   Option      "AddARGBGLXVisuals"   "True"
   Option      "NoLogo"   "True"

segue abaixo o meu xorg.conf
Código: [Selecionar]
# 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 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"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
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 Corporation G70 [GeForce 7300 GT]"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Option "AddARGBVisuals"   "True"
  Option      "AddARGBGLXVisuals"   "True"
  Option      "NoLogo"   "True"# 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 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"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
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 Corporation G70 [GeForce 7300 GT]"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 0
EndSection

Section "Monitor"
Identifier "Monitor Genérico"
Vendorname "AOC International (Europe) GmbH"
Modelname "AOC LM522"
Horizsync 30.0-60.0
Vertrefresh 55.0-75.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7300 GT]"
Monitor "Monitor Genérico"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 960
Modes "1024x768@60" "1280x960@60" "1024x768@70" "1024x768@75" "832x624@75" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "device" #   
Identifier "device1"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #   
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #   
Identifier "monitor1"
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 "ServerFlags"
EndSection
Option "DynamicTwinView" "false"
Screen 0
EndSection

Section "Monitor"
Identifier "Monitor Genérico"
Vendorname "AOC International (Europe) GmbH"
Modelname "AOC LM522"
Horizsync 30.0-63.0
Vertrefresh 55.0-75.0
  modeline  "640x480@60" 25.2 640 656 752 800 480 490 492 525 -vsync -hsync
  modeline  "640x480@72" 31.5 640 664 704 832 480 489 491 520 -vsync -hsync
  modeline  "640x480@75" 31.5 640 656 720 840 480 481 484 500 -vsync -hsync
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@72" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
  modeline  "800x600@75" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "832x624@75" 57.284 832 864 928 1152 624 625 628 667 -vsync -hsync
  modeline  "1024x768@75" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
  modeline  "1024x768@70" 75.0 1024 1048 1184 1328 768 771 777 806 -vsync -hsync
  modeline  "1024x768@60" 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
  modeline  "1280x960@60" 102.1 1280 1360 1496 1712 960 961 964 994 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7300 GT]"
Monitor "Monitor Genérico"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 960
Modes "1024x768@60" "1280x960@60" "1024x768@70" "1024x768@75" "832x624@75" "800x600@60" "800x600@75" "800x600@72" "800x600@56" "640x480@75" "640x480@72" "640x480@60"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen 0 "Default Screen" 0 0
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"

# Uncomment if you have a wacom tablet
# InputDevice     "stylus" "SendCoreEvents"
# InputDevice     "cursor" "SendCoreEvents"
# InputDevice     "eraser" "SendCoreEvents"
EndSection
Section "Module"
Load "glx"
Load "v4l"
EndSection
Section "device" #   
Identifier "device1"
Boardname "nv"
Busid "PCI:2:0:0"
Driver "nvidia"
Screen 1
EndSection
Section "screen" #   
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
SubSection "Display"
Depth 24
Modes "640x480@60"
EndSubSection
EndSection
Section "monitor" #   
Identifier "monitor1"
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 "ServerFlags"
EndSection

Offline VB5

  • Usuário Ubuntu
  • *
  • Mensagens: 3.564
  • Liga dos Dinos
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #6 Online: 19 de Novembro de 2007, 23:08 »
Tente acrescentar a linha nesta secção, então...

Citar
Section "Device"
   Identifier   "nVidia Corporation G70 [GeForce 7300 GT]"
   Boardname   "nv"
   Busid      "PCI:2:0:0"
   Driver      "nvidia"
   Option      "AddARGBVisuals"   "True"
    Option         "AddARGBGLXVisuals"   "True"
    Option         "NoLogo"   "True"# xorg.conf (xorg X Window System server configuration file)

E veja se funciona...

VB5

Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

Offline cguz

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #7 Online: 19 de Novembro de 2007, 23:57 »
Tente acrescentar a linha nesta secção, então...

Citar
Section "Device"
   Identifier   "nVidia Corporation G70 [GeForce 7300 GT]"
   Boardname   "nv"
   Busid      "PCI:2:0:0"
   Driver      "nvidia"
   Option      "AddARGBVisuals"   "True"
    Option         "AddARGBGLXVisuals"   "True"
    Option         "NoLogo"   "True"# xorg.conf (xorg X Window System server configuration file)

E veja se funciona...

VB5


tentei mas nao funcionou... ao contrario desconfigurou o video qdo reiniciou... desativou o compiz fusion

Offline VB5

  • Usuário Ubuntu
  • *
  • Mensagens: 3.564
  • Liga dos Dinos
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #8 Online: 20 de Novembro de 2007, 00:35 »
Compiz e etc só dão problemas... então remova a linha e tente colocá-la na secção que indiquei em primeiro lugar. Rode também  o comado:

Código: [Selecionar]
sudo glxinfo | grep direct

e diga o que deu.

VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

Offline cguz

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #9 Online: 20 de Novembro de 2007, 00:39 »
Compiz e etc só dão problemas... então remova a linha e tente colocá-la na secção que indiquei em primeiro lugar. Rode também  o comado:

Código: [Selecionar]
sudo glxinfo | grep direct

e diga o que deu.

VB5

deu isso...
Código: [Selecionar]
christian@e6320:~$ sudo glxinfo | grep direct
[sudo] password for christian:
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
christian@e6320:~$


não sei o por que esse problema só da com o ubuntu... desde o 7.04...

Offline VB5

  • Usuário Ubuntu
  • *
  • Mensagens: 3.564
  • Liga dos Dinos
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #10 Online: 20 de Novembro de 2007, 00:46 »
Você não está com os drivers instalados corretamente... não há aceleração 3D ativa. Remova os drivers atuais e instale-os pelo Gerenciador de Drivers Restritos.

VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

Offline cguz

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #11 Online: 20 de Novembro de 2007, 01:00 »
Você não está com os drivers instalados corretamente... não há aceleração 3D ativa. Remova os drivers atuais e instale-os pelo Gerenciador de Drivers Restritos.

VB5

instalei...
tem como desativar o boot grafico e colocar pra exibir o boot por texto (como se preciona CTRL+ALT+F1)?

Offline edjen

  • Usuário Ubuntu
  • *
  • Mensagens: 183
  • Toda mudança gera resistência.
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #12 Online: 20 de Novembro de 2007, 01:35 »
Oi ! Desculpa me meter, mas drivers nvidia estão dando problema em alguns hardwares digo isso pois fiquei uma semana me

quebrando com problemas de drivers.

                                     
                                             https://bugs.launchpad.net/ubuntu/+source/linux-restricted-modules-2.6.22/+bug/145112


         Talves seja alguma coisa parecida com estes casos. No meu caso os Nvidea estavam derrubando minha rede.


                                                                          Fui !!!
GNULinux = Asus P5K-E = Intel Q9450 = Quadro 400 = 3 Hd 80Gb Samsung + Hd 500Gb Seagate = 8Gb RAM DDR2 OCZ 1066 mhz

Offline cguz

  • Usuário Ubuntu
  • *
  • Mensagens: 13
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #13 Online: 22 de Novembro de 2007, 16:32 »
up

Offline Marcopolo

  • Usuário Ubuntu
  • *
  • Mensagens: 705
  • Ubuntu forever, ever!!
    • Ver perfil
Re: "Modelo Não Suportada" -AOC LCD LM522 - NVidia GeForce 7300GT
« Resposta #14 Online: 22 de Novembro de 2007, 22:06 »
Olha eu uso uma GeForce 7300 GT 256 MB 128 Bits e está uma maravilha! Andei com problemas por causa de uma mal-sucedida atualização para o Gustsy, mas ao retornar para o Feisty, tudo ficou bem novamente.

Instalei pelos Drivers Restritos e Compiz Fusion, ok!

Abs,

Marcopolo.
Desktop, Intel Core i7, 64 bits, Win10 e Ubuntu 20.04 LTS, SSD 240 GB, 8 GB. s. Vaio 15S 8GB -SSD 240 GB,Ubuntu 20.04, LTS, Mint Cinnamon. Mini PC Blitz Woif com Ubuntu 22.04 LTS e Mint 20.1