Fórum Ubuntu Linux - PT

Suporte Técnico => Sistema => Tópico iniciado por: mariorzk em 24 de Setembro de 2012, 09:12

Título: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 24 de Setembro de 2012, 09:12
pessoal estou com um problema no meu ubuntu, ja dei uma pesquisada no forum mas infelizmente nenhuma dica que achei deu certo  :(.

acabeu de instalar a nova versão do ubuntu (12.04) mas meu monitor não é reconhecido pelo sistema, eu tenho um proview xp 911aw cuja resolução maxima é de 1440x900, mas o ubuntu so aceita ate míseros 1024x768.

instalei o 'videoraminfo' e ele da a seguinte mensagem:


Video RAM info 1.4

Adaptador gráfico:   Intel Corporation 4 Series Chipset Integrated Graphics Controller
Memória de vídeo:   ? (erro)

Em caso de erro, contate o desenvolvedor <linuxlike.blogspot@gmail.com>
Para maiores informações, acesse http://linuxlike.blogspot.com

Para salvar o relatório, execute videoraminfo | sed -e '1d;9,11d' > videoraminfo.txt

o que devo proceder para resolver meu problema?
ps: ja dei sudo apt-get update e sudo apt-get upgrade e o sistema ja esta atualizado, mas ainda nada.
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: adiaswin em 24 de Setembro de 2012, 19:04
ok men tente o driver proprietario da intel nao entendi muito devia estar na maxima com os drivers nativos do ubuntu mas nao ta entao tenta ai.
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 25 de Setembro de 2012, 08:11
como faço isso? sei me virar bem no ubuntu mais ainda sou um pouco leigo  ;)
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: Sergio Benjamim em 25 de Setembro de 2012, 08:58
ok men tente o driver proprietario da intel nao entendi muito devia estar na maxima com os drivers nativos do ubuntu mas nao ta entao tenta ai.

Driver proprietário da Intel? Cheirou dorgas? rsrs
Não existe driver proprietário da Intel, ele trabalha muito bem com a comunidade de software livre, portanto os "drivers" de hardware intel são nativos, não precisa ficar instalando que a principio é tudo reconhecido. Intel só tem "drivers" open source para Linux!!!

mariorzk, vc já tentou alterar a resolução em "monitores" ? Digita isso no dash, é um monitor com esquadro amarelo dentro.

Já teve gente com o mesmo problema que vc, vc deu uma pesquisada no fórum, em Pesquisa, ditando os termos "Intel G41"?

Olha o que eu encontrei: Ubuntu 11.04 e 11.10 não reconhecem driver Intel G41 Express Chipset (http://ubuntuforum-br.org/index.php?topic=93333.0)

Tem alguma opção na sua BIOS para aumentar a memória compartilhada de vídeo? Lá nesse tópico estão falando isso.

Tópico repetido este...
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 25 de Setembro de 2012, 14:04
ja dei uma olhada em 'monitores' mas o maximo de vai é 1024x768, ja fui nesse topico e na bios e tem a opçao para alterar a memoria compartilhada, mas ja coloquei todas as opções mas nada ;/ por isso fiz esse topico. ja tentei de tudo, tenho o linux educacional 3.0 e quando rodo ele no live ele até aceita uma resolução maior (1360x768) então copiei o xorg.conf dele e criei um no ubuntu mas mesmo assim não da certo.hoje testei com o monitor de um amigo (um DELL P170St) e ele é reconhecido pelo ubuntu e dá todas as resoluçoes mas justo o meu nao  :'(.

o que eu faço agr?
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: Tota em 25 de Setembro de 2012, 14:08
o que eu faço agr?

Poste o seu xorg.conf para o forum poder analisar.

[]'s
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 25 de Setembro de 2012, 14:22
esse é o que eu copie do L.E 3

# 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"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
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"
EndSection
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: Tota em 25 de Setembro de 2012, 15:35
Ola

Como voce pode constatar, não existe configuração apropriada a seu monitor neste xorg.

Então, dê uma lida e entenda o link => http://wiki.ubuntu-br.org/CorrigindoResolucaoMonitor

Onde ele cita
Citar
SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection

coloque  a resolução de seu monitor:

Citar
SubSection "Display"
                Depth           24
                Modes           "1440x900" "1024x768" "800x600" "640x480"
        EndSubSection

A cada alteração em seu xorg.conf, mantenha sempre um backup na pasta /etc/X11, pois se tudo travar e o sistema não inicalizar, voce pode usar o live cd do Ubuntu e reverter as alterações que fez.

[]'s
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 26 de Setembro de 2012, 07:58
infelizmente não funcionou.
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: kalix em 26 de Setembro de 2012, 08:27
atualiza o kernel olha essas dicas

http://www.ubuntubrsc.com/instalando-kernel-linux-3-4-ubuntu.html
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: adiaswin em 26 de Setembro de 2012, 08:59
ok como o colega falou tente atualizar o kernel quem sabe...

estranho tenho um pc antigo aki iqual ao seu funciona legal com o xubuntu 12.04 tenta ele...
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: Tota em 26 de Setembro de 2012, 12:18
infelizmente não funcionou.

Ola

O que não funcionou?

Poste o xorg.conf que voce modificou para o forum poder analisar.

Lembre que não temos sua maquina, nem sua placa de video, e se não suprir o forum com informações, nada pode ser feito.

[]'s
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 27 de Setembro de 2012, 08:35
Atualizei o kernel e nada, vou postar as configurações do pc:

Placa Mãe - PCWARE IPM41-D2
Processador - Pentium Dual Core 2,70GHz
2GB DDR2
HD Samsung Sata 2 320GB
Vídeo onboard  - Intel 4 Series Chipset G41 (GMA x4500)
Monitor - Proview XP 911AW
Ubuntu 12.04 LTS totalmente atualizado.

meu xorg:
_________________________________________________________________________________

# 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"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
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"
SubSection "Display"
        Depth        16
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
EndSection

quando coloquei esse xorg e reiniciei, ele carregou o sistema em low graphics mode.

desculpem se eu estiver fazendo alguma coisa errada  ;D
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: Tota em 27 de Setembro de 2012, 11:38
Citar
Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
SubSection "Display"
        Depth        16
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Ola

Voce ajustou para 16 milhões cores, deveria ter 24 milhões de cores

Está quase lá, se ele incia o xorg está carregando.

Mude para 24 e veja se sai do low graphics mode.

[]'s
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 27 de Setembro de 2012, 11:55
Citar
Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
SubSection "Display"
        Depth        16
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Ola

Voce ajustou para 16 milhões cores, deveria ter 24 milhões de cores

Está quase lá, se ele incia o xorg está carregando.

Mude para 24 e veja se sai do low graphics mode.

[]'s

oi

modifiquei o xorg, o sistema ate carregou normal mas a resolução ainda não está disponivel

NOVO XORG:

_______________________________________________________________________

# 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"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
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"
SubSection "Display"
        Depth        24
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
EndSection
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: Tota em 27 de Setembro de 2012, 12:13
Ola

Você alterou o xorg e reiniciou a maquina ou deu o comando
Código: [Selecionar]
sudo dpkg-reconfigure -phigh xserver-xorg e não apareceu a possibilidade de usar 1440X900 ?


Deixou em sua bios a quantidade máxima de memoria?

[]'s
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 27 de Setembro de 2012, 12:36
oi

ja reiniciei o pc e coloquei a bios em quantidade máxima de memória, mas ainda nada.
 também já tentei dando o comando

$ sudo dpkg-reconfigure -phigh xserver-xorg

ainda só tenho as resoluções 1024x768 e 800x600 disponíveis.

meu kernel:

3.4.0-030400-generic-pae

tambem dei um lshw no terminal e olha o que ele mostra:

mario@mario-suporte:~$ sudo lshw -C display
[sudo] password for mario:
  *-display               
       descrição: VGA compatible controller
       produto: 4 Series Chipset Integrated Graphics Controller
       fabricante: Intel Corporation
       physical id: 2
       informações do barramento: pci@0000:00:02.0
       versão: 03
       largura: 64 bits
       clock: 33MHz
       capabilities: msi pm vga_controller bus_master cap_list rom
       configuração: driver=i915 latency=0
       recursos: irq:42 memória:fe400000-fe7fffff memória:d0000000-dfffffff ioport:dc00(tamanho=8)

Título: Re: Intel G41 no ubuntu 12.04
Enviado por: Tota em 27 de Setembro de 2012, 13:49
Ola

Tente mudar para o driver "i915" para testar, depois experimente o driver "vesa" no mesmo lugar onde marquei em vermelho.

O que marquei em azul voce pode tentar também, e no caso de travar na inicalização, use o live cd para recuperar um xorg.conf mais antigo e que funcione.

Citar
Section "Device"
Identifier "Configured Video Device"
Driver "i915"
Option "ModeValidation" "NoDFPNativeResolutionCheck"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
SubSection "Display"
        Depth        24
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
EndSection

[]'s
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 27 de Setembro de 2012, 14:06
ainda nao deu.

ps: MEU DEUS rsrsr
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: Tota em 27 de Setembro de 2012, 14:19
Ola

Veja na central de programas e procure por mesa e mesa-dri, instale tudo relativo a isto
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 27 de Setembro de 2012, 14:51
oi

por enquanto ainda nada, quando inicio o sistema usando o driver vesa novamente inicia em low graphics mode, mas com o intel inicia normal mas ainda não aparecem as resoluções.
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: mariorzk em 02 de Outubro de 2012, 08:13
axei alguns dados técnicos do monitor, talvez possa ajudar:

MONITOR LCD 19 PROVIEW PRETO -XP911AW WIDE Modelo XP-911AW Tamanho 19" Cor Preto Resolução Máxima 1440 x 900 @ 75 Hz Área Ativa do Display 150 (H) x 140 (V) Pixel Pitch 0.2835 x 0.2835 mm Cores Display 16.7 Milhões Taxa de Contraste 850:1 Luminância do Branco 300 cd/m2 Largura de banda 135 MHz Tempo de Resposta 5 ms FREQÜÊNCIA DE VARREDURA Freqüência Horizontal 31-81 KHz Freqüência Vertical 56-75 Hz CONSUMO DE ENERGIA Voltagem AC 100 ~240 V, 50-60 Hz Consumo 60 W (Máx) On < 48 W Sleep Mode < 2 W Off < 2 W DIMENSÕES E PESOS Cubagem 2100 Unidades (Carreta 15 m) Dimensão Cx. Individual 520(C) x 141(L) x 485(A) mm Dimensão Cx. Coletiva 531(C) x 434(L) x 499(A) mm Dimensão do Produto 457.6(C) x 210(L) x 370.3(A) mm Peso Bruto 5.7Kg Peso Líquido 4.3Kg SINAIS DE ENTRADA Entrada de Áudio 1 Entrada Vídeo VGA 1 Conector de Entrada D-Sub 15 Pinos

______________________________________________________________________
meu xorg que tentei fazer:

# 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"
   Option      "XkbOptions"   "lv3:ralt_switch"
EndSection

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

Section "Device"
Identifier "Configured Video Device"
Driver "i915"
Option "ModeValidation" "NoDFPNativeResolutionCheck"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Proview"
   ModelName    "XP 911aw"
   HorizSync    30-150
   VertRefresh  48-140
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Monitor0"
   Device      "Configured Video Device"
SubSection "Display"
        Depth        24
        Modes        "1440x900" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
EndSection
Título: Re: Intel G41 no ubuntu 12.04
Enviado por: ctfalci em 08 de Outubro de 2012, 09:50
Olá a todos.
1 - Estou passando por problema semelhante, como sou um "newbie" ou "noob",  se preferirem assim, melhor dizendo.
Pois é, meu monitor tem a resolução máxima de "1280*1024 60.0" eu não consigo colocar nessa resolução, minto, conseguir até consigo, mas, fazendo a seguinte configuração aqui citada http://www.hardware.com.br/dicas/video-manual.html (http://www.hardware.com.br/dicas/video-manual.html)
Antes a resolução fica certinhaa, após o reinicio do sistema acontece isso:

http://imageshack.us/photo/my-images/515/capturadetelade20121008.png/ (http://imageshack.us/photo/my-images/515/capturadetelade20121008.png/)
http://imageshack.us/photo/my-images/515/capturadetelade20121008.png/ (http://imageshack.us/photo/my-images/515/capturadetelade20121008.png/)

Já procurei em diversos forums, através da minha humilde resiliência. Peço-lhes ajuda, pois não consigo solução para tal problema, meu Xorg.conf não existe, conforme solução citada anteriormente pelos colegas do forum não funcionou, já tentei a solução de iniciar pelo shell e digitar os comandos:

Ctrl + Alt + F1

sudo /etc/init.d/gdm stop

sudo X -configure

sudo /etc/init.d/gdm start

A fonte foi essa: http://www.vivaolinux.com.br/topico/vivaolinux/xorg.conf-6 (http://www.vivaolinux.com.br/topico/vivaolinux/xorg.conf-6)  mas foi também uma tentativa frustrada.

Fico no aguardo, até tentar solucionar o problema. Obrigado.