Autor Tópico: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635  (Lida 22463 vezes)

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Online: 10 de Novembro de 2008, 17:19 »
Obs: esta solução é para o Ubuntu 8.10 (Intrepid Ibex) testado em um Notebook Itautec W7635. Talvez funcione em outros Notes ou PC`s com chipset/vídeo CN896/VN896/P4M900 [Chrome 9 HC].

PASSO 1

A configuração automática do driver openchrome não está funcionando corretamente (está travando o meu Notebook). Então, para poder inicializar o LiveCD ou LiveUSB, teremos que utilizar o VESA!

Na tela de boot do LiveCD/LiveUSB tecle TAB (ou F6) e adicione, na linha de BOOT, os parâmetros xforcevesa vga=789 locale=pt_BR. E retire o parâmetro splash. Deve ficar assim (no final, depois de quiet):

Código: [Selecionar]
... quiet xforcevesa vga=789 locale=pt_BR --
Obs: O parâmetro locale=pt_BR é utilizado no LiveUSB criado à partir do UNetbooting.

OBS: não altere nada antes do termo quiet!!!

Tecle ENTER e aguarde...

Aguarde o sistema tentar iniciar o modo gráfico.

Aguarde! O sistema irá fazer várias tentativas de inicialização, e pode demorar um pouco...
Espere até o sistema lhe mostrar uma mensagem dizendo que o Ubuntu está rodando com low-graphics mode.

Clique em OK.

Depois escolha a segunda opção mostrada (Reconfigure graphics) e clique em OK.

Depois escolha a primeira ou a segunda opção (tanto faz) e clique em OK.

Uma mensagem pedindo para reiniciar o modo gráfico for mostrada, clique em OK!

Tecle CONTROL+ALT+BACKSPACE para reiniciar o modo gráfico.

Você voltará para o modo texto.
 
No Terminal, digite startx.

Aguarde reiniciar o modo gráfico...

Pronto! Já é possível iniciar a instalação do Intrepid Ibex!

O Passo 2 será feito após a instalação.


PASSO 2


NOTA: As configurações do xorg que serão passadas a seguir foram testadas, portanto, devem funcionar! Não esqueça de fazer backup do xorg.conf atual.


Com o sistema já instalado, podemos ajustar a resolução.
A ferramenta displayconfig-gtk sumiu! ???
Entã teremos que ajustar a configuração do xorg.conf na unha. Podemos utilizar o VESA ou o OPENCHROME, conforme as alternativas abaixo:


Alternativa 1

Utilizando o driver VESA:

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)

Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 800
Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection



Alternativa 2 (aqui deixarei documentadas várias opções de configuração para o driver OPENCHROME)


==> Cada opção de configuração para o driver OpenChrome possui duas variações (compare as sessões "Device") que estão marcadas com (1) ou (2). Se a (1) não funcionar, tente a (2).

==> ATENÇÃO: O driver OpenChrome não funciona 100% no Note Itautec W7635. O problema é que, algumas vezes, até raramente, a tela fica com falhas (riscos ou traços na tela), o que chamo de "tela bugada". Você irá entender se acontecer com você. As várias opções de configuração do xorg.conf que disponibilizo abaixo são, também, tentativas de resolver o problema. Porém, sem sucesso. A única solução que encontrei é mudar/trocar de resolução (em Sistema -> Preferências -> Resolução de Tela) e voltar para a padrão, trocando novamente em seguida. Porém, nem sempre resolve (para ver vídeos, por exemplo...). Nestes casos a reinicialização do sistema será necessária.



Utilizando o driver OPENCHROME - opção recomendada (1) (resolução ajustada):

Código: [Selecionar]
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
Driver "openchrome"
Option "XaaNoImageWriteRect"
#Option "Center"
#Option      "HWCursor" "false"
Option      "SWCursor" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

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

Utilizando o driver OPENCHROME - opção recomendada (2) (resolução ajustada):

Código: [Selecionar]
# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Device"
Identifier "Configured Video Device"
Driver "openchrome"
Option "AccelMethod" "EXA"
Option "ExaNoComposite" "True"
Option "MigrationHeuristic" "greedy"
Option "ExaScratchSize" "8192"
Option "MaxDRIMem" "16384"
#Option "Center"
#Option      "HWCursor" "false"
Option      "SWCursor" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection

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

Utilizando o driver OPENCHROME com uma configuração mínima (1). Será necessário ajustar a resolução em Sistema -> Prefêrência -> Resolução de Tela:

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)

Section "Device"
Identifier "Configured Video Device"
Driver      "openchrome"
Option      "XaaNoImageWriteRect"
Option      "SWCursor" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Utilizando o driver OPENCHROME com uma configuração mínima (2). Será necessário ajustar a resolução em Sistema -> Prefêrência -> Resolução de Tela:

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)

Section "Device"
Identifier "Configured Video Device"
Driver      "openchrome"
Option      "AccelMethod" "EXA"
Option      "ExaNoComposite" "True"
Option      "MigrationHeuristic" "greedy"
Option      "ExaScratchSize" "8192"
Option      "MaxDRIMem" "16384"
Option      "SWCursor" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Utilizando o driver OPENCHROME com a resolução ajustada (1):

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)

Section "Device"
Identifier "Configured Video Device"
Driver      "openchrome"
Option      "XaaNoImageWriteRect"
Option      "SWCursor" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 800
EndSubSection
EndSection

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

Utilizando o driver OPENCHROME com a resolução ajustada (2):

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)

Section "Device"
Identifier "Configured Video Device"
Driver      "openchrome"
Option      "AccelMethod" "EXA"
Option      "ExaNoComposite" "True"
Option      "MigrationHeuristic" "greedy"
Option      "ExaScratchSize" "8192"
Option      "MaxDRIMem" "16384"
Option      "SWCursor" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 800
EndSubSection
EndSection

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

Utilizando o driver OPENCHROME com a resolução ajustada - opção configurada com a ferramenta displayconfig-gtk do 8.04 (1):

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)

# a sessão abaixo parece não ter efeito algum para o teclado no Intrepid Ibex
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

# a sessão abaixo parece não ter efeito algum para o touchpad no Intrepid Ibex
# lembrando que touchpad é pra quem tem Notebook...
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option      "SHMConfig"             "on"
    Option "MinSpeed" "0.50"
    Option "MaxSpeed" "1.00"
EndSection

Section "Device"
Identifier "Configured Video Device"
Boardname "OpenChrome"
Busid "PCI:1:0:0"
Driver "openchrome"
Option "XaaNoImageWriteRect"
#Option "Center"
#Option      "HWCursor" "false"
Option      "SWCursor" "true"
Screen 0
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
#Modes "1280x800"
Virtual 1280 800
Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection

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

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

Section "device" #
Identifier "device1"
Boardname "OpenChrome"
Busid "PCI:1:0:0"
Driver "openchrome"
Screen 1
EndSection

Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection

Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection

Section "ServerFlags"
EndSection

Utilizando o driver OPENCHROME com a resolução ajustada - opção configurada com a ferramenta displayconfig-gtk do 8.04 (2):

Código: [Selecionar]
# xorg.conf (X.Org X Window System server configuration file)

# a sessão abaixo parece não ter efeito algum para o teclado no Intrepid Ibex
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

# a sessão abaixo parece não ter efeito algum para o touchpad no Intrepid Ibex
# lembrando que touchpad é pra quem tem Notebook...
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option      "SHMConfig"             "on"
    Option "MinSpeed" "0.50"
    Option "MaxSpeed" "1.00"
EndSection

Section "Device"
Identifier "Configured Video Device"
Boardname "OpenChrome"
Busid "PCI:1:0:0"
Driver "openchrome"
Option "AccelMethod" "EXA"
Option "ExaNoComposite" "True"
Option "MigrationHeuristic" "greedy"
Option "ExaScratchSize" "8192"
Option "MaxDRIMem" "16384"
#Option "Center"
#Option      "HWCursor" "false"
Option      "SWCursor" "true"
Screen 0
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
Horizsync 31.5-50.0
Vertrefresh 56.0 - 65.0
  modeline  "800x600@56" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
  modeline  "800x600@60" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
  modeline  "1280x768@60" 80.14 1280 1344 1480 1680 768 769 772 795 -hsync +vsync
  modeline  "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  modeline  "1280x800@60" 83.46 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
#Modes "1280x800"
Virtual 1280 800
Modes "1280x800@60" "1280x720@60" "1280x768@60" "800x600@60" "800x600@56"
EndSubSection
EndSection

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

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

Section "device" #
Identifier "device1"
Boardname "OpenChrome"
Busid "PCI:1:0:0"
Driver "openchrome"
Screen 1
EndSection

Section "screen" #
Identifier "screen1"
Device "device1"
Defaultdepth 24
Monitor "monitor1"
EndSection

Section "monitor" #
Identifier "monitor1"
Gamma 1.0
EndSection

Section "ServerFlags"
EndSection


***


==> Pra quem já está com o sistema instalado e não está conseguindo iniciar o Ubuntu, basta fazer as alterações no xorg.conf.


Ainda não consegui fazer o driver 2D da VIA pro 8.10 funcionar (http://linux.via.com.tw). Como ele ainda é BETA o jeito é esperar...

Também testei o 3D (o beta e o estável) do 8.04 no 8.10 e nada (o que já era esperado).

==> Um passo para tráz (pelo menos por enquanto), visto que no 8.04 é possível ativar a aceleração 3D:
http://ubuntuforum-br.org/index.php/topic,40174.0.html


No mais, até o momento, o Intrepid está funcionando bem. Configurei o teclado em Sistema -> Preferências -> Teclado para fazer testes via LiveUSB, e aparentemente configurou o teclado de forma correta. Também consegui utilizar a rede sem fios no meu local de trabalho.



Referências:
http://www.tkarena.com/forums/linux-arena/38202-ubuntu-8-10-intrepid-ibex-via-gonna-do-something.html
http://ph.ubuntuforums.com/showthread.php?s=70e79488719c1c20fedb3b62de397312&t=967198
« Última modificação: 27 de Novembro de 2008, 12:12 por rodrigo.miguel »

Offline estev3s

  • Usuário Ubuntu
  • *
  • Mensagens: 620
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #1 Online: 10 de Novembro de 2008, 20:08 »
tentarei amanha pela manha e postarei os resultados
Linux user #480130

Offline estev3s

  • Usuário Ubuntu
  • *
  • Mensagens: 620
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #2 Online: 11 de Novembro de 2008, 16:49 »
bah rodrigo miguel.. primeiro com aqueles parametros tentei uma instalação direta.. instalou e quando reiniciou, tela bugada e nada
depois seguindo seus passos pra iniciar do meu liveusb, eu coloco os parametros. e na hora que eu creio que era pra dar o aviso que voce alertou, a tela fica toda bugada de novo e para ali.. trava tudo.. o que tentar?
Linux user #480130

Offline estev3s

  • Usuário Ubuntu
  • *
  • Mensagens: 620
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #3 Online: 11 de Novembro de 2008, 16:58 »
percebi quw quando ta carregando as parada no começo la tem alguma coisa no diretorio var/lib que da "no such file or diretory" mas é muito rapido.. pode ter algo a ver?

quando eu tentei instalar pelo menos as coisas na tela apareciam direitinho, so depois que reinicie bugou
mas pelo liveusb nem da nada direito na tela ;x
Linux user #480130

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #4 Online: 11 de Novembro de 2008, 17:01 »
Pelo que entendi, você já tem o Ubuntu instalado. Então esqueça os parâmetros...

Faça o seguinte:

De um boot com um LiveCD/USB (um que funcione!).

Após o sistema iniciado, faça a seguinte alteração no seu xorg, nas sessões correspondentes:


Código: [Selecionar]
Section "Device"
Identifier "Configured Video Device"
Driver      "openchrome"
Option      "XaaNoImageWriteRect"
Option      "SWCursor" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 800
EndSubSection
EndSection


Se não funcionar, tente esta:


Código: [Selecionar]
Section "Device"
Identifier "Configured Video Device"
Driver      "openchrome"
Option      "AccelMethod" "EXA"
Option      "ExaNoComposite" "True"
Option      "MigrationHeuristic" "greedy"
Option      "ExaScratchSize" "8192"
Option      "MaxDRIMem" "16384"
Option      "SWCursor" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "Generic LCD Display"
Modelname "LCD Panel 1280x800"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 1280 800
EndSubSection
EndSection


Tem que funcionar! Faça com atenção!

Offline estev3s

  • Usuário Ubuntu
  • *
  • Mensagens: 620
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #5 Online: 11 de Novembro de 2008, 17:51 »
entrei com um livecd da 8.04 e alterei duas vezes o xorg, substituindo pelo que voce passou ai
na primeira tentavia, a tela novamente iniciou bugada
na segunda tentativa, deu certo, iniciou normalmente!
vlw mesmo cara, estarei configurando algumas coisas agora, posso encontrar dificuldades pelo caminho
então sigo no tópico, mas vlw mesmo ae!


Linux user #480130

Offline estev3s

  • Usuário Ubuntu
  • *
  • Mensagens: 620
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #6 Online: 11 de Novembro de 2008, 19:05 »
e os efeitos 3d conseguisse alguma coisa?
Linux user #480130

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #7 Online: 11 de Novembro de 2008, 21:45 »
entrei com um livecd da 8.04 e alterei duas vezes o xorg, substituindo pelo que voce passou ai
na primeira tentavia, a tela novamente iniciou bugada
na segunda tentativa, deu certo, iniciou normalmente!
vlw mesmo cara, estarei configurando algumas coisas agora, posso encontrar dificuldades pelo caminho
então sigo no tópico, mas vlw mesmo ae!

Seria interessante que vocẽ postasse aqui a marca e o modelo do seu Notebook, o resultado do comando lspci, e o seu xorg atual. Poderá ser útil para outras pessoas.




Vou tentar instalar o driver 3D Beta da VIA do 8.04 no 8.10 e ver no que dá...


Atenção: verifiquem a primeira postagem do tópico, pois ela poderá estar sofrendo alterações!

...
« Última modificação: 11 de Novembro de 2008, 21:46 por rodrigo.miguel »

Offline estev3s

  • Usuário Ubuntu
  • *
  • Mensagens: 620
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #8 Online: 12 de Novembro de 2008, 06:31 »
então rodrigo.miguel, atesto aqui segundo, sua orientação, que este procedimento funciona
para os sim+ da positivo, sem mais problemas. basta fazer da maneira que voce orientou.
segue meu lspci e meu xorg

Citar
00:00.0 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. CN896/VN896/P4M900 I/O APIC Interrupt Controller
00:00.6 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Security Device
00:00.7 Host bridge: VIA Technologies, Inc. CN896/VN896/P4M900 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
00:02.0 PCI bridge: VIA Technologies, Inc. CN896/VN896/P4M900 PCI to PCI Bridge Controller (rev 80)
00:03.0 PCI bridge: VIA Technologies, Inc. CN896/VN896/P4M900 PCI to PCI Bridge Controller (rev 80)
00:0f.0 IDE interface: VIA Technologies, Inc. VT8237A SATA 2-Port Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
00:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)
00:13.0 PCI bridge: VIA Technologies, Inc. VT8237A Host Bridge
00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
01:00.0 VGA compatible controller: VIA Technologies, Inc. CN896/VN896/P4M900 [Chrome 9 HC] (rev 01)
05:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10)
06:04.0 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller
06:04.1 SD Host controller: ENE Technology Inc ENE PCI SmartMedia / xD Card Reader Controller
06:04.3 FLASH memory: ENE Technology Inc ENE PCI Secure Digital / MMC Card Reader Controlle

Citar
Section "Device"
   Identifier   "Configured Video Device"
   Driver      "openchrome"
   Option      "AccelMethod" "EXA"
   Option       "ExaNoComposite" "True"
   Option      "MigrationHeuristic" "greedy"
   Option      "ExaScratchSize" "16384"
   Option      "SWCursor"   "true"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
   Vendorname   "Generic LCD Display"
   Modelname    "LCD Panel 1280x800"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   Defaultdepth   24
   SubSection "Display"
      Depth   24
      Virtual   1280   800
   EndSubSection
EndSection

« Última modificação: 12 de Novembro de 2008, 06:33 por estev3s »
Linux user #480130

Offline estev3s

  • Usuário Ubuntu
  • *
  • Mensagens: 620
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #9 Online: 12 de Novembro de 2008, 06:32 »
se você conseguir algo com os efeitos 3d avise aqui!
eu estou meio sem tempo pra poder testar por enquanto, abraço
Linux user #480130

Offline 666porcondissaum

  • Usuário Ubuntu
  • *
  • Mensagens: 49
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #10 Online: 16 de Novembro de 2008, 18:45 »
Meu notebook é um tanto imprevisível. Com o comando original do início do tópico consegui instalar o Ubuntu 8.10 normalmente com apenas um equívoco de resolução de tela... algo mínimo. Porém, não pude inicia-lo, tampouco com o Live Cd do Intrepid Ibex, porém com o do Hardy Heron funcionou.

Depois de editar o xorg com a opção para quem já tem o sistema instalado, consegui chegar à tela de reconfiguração gráfica. Porém... uma nova opção apareceu:

(Usar padrão), reconfigurar 1 e reconfigurar 2... não pude anotar os detalhes porque depois de escolher a opção reconfigurar 1 a tela travou e ao reinicializar o sistema não retornou àquele modo. Segue o lspci e o xorg:

ubuntu@ubuntu:~$ lspci
00:00.0 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. P4M900 I/O APIC Interrupt Controller
00:00.6 Host bridge: VIA Technologies, Inc. P4M900 Security Device
00:00.7 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:02.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80)
00:03.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80)
00:0f.0 IDE interface: VIA Technologies, Inc. VT8237A SATA 2-Port Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
00:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)
00:13.0 PCI bridge: VIA Technologies, Inc. VT8237A Host Bridge
00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
01:00.0 VGA compatible controller: VIA Technologies, Inc. Chrome9 HC IGP (rev 01)
06:01.0 Audio device: VIA Technologies, Inc. VIA High Definition Audio Controller (rev 10)
07:04.0 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller
07:04.1 SD Host controller: ENE Technology Inc ENE PCI SmartMedia / xD Card Reader Controller
07:04.3 FLASH memory: ENE Technology Inc ENE PCI Secure Digital / MMC Card Reader Controller
ubuntu@ubuntu:~$

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "vesa"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

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


---------------------Lembrando que para modificar o xorg primeiro montei o disco rígido com 'sudo mount /dev/sda1 /mnt' e depois digitei 'sudo nano /mnt/etc/X11/xorg.conf'... que aprendi num tutorial do http://ubuntuforums.org/showthread.php?t=478560&page=2... fiz também sem montar o disco... ambos os casos depois reiniciando com o LiveCD do Ubuntu 8.04.1 o xorg voltara para a configuração postada acima.

Logo, ficou assim:

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "openchrome"
        Option          "AccelMethod" "EXA"
        Option          "ExaNoComposite" "True"
        Option          "MigrationHeuristic" "greedy"
        Option          "ExaScratchSize" "16384"
        Option          "SWCursor"  "true"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
        Vendorname      "Generic LCD Display"
        Modelname       "LCD Panel 1280x800
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
        Defaultdepth   24
        SubSection      "Display"
                Depth   24
                Virtual  1280   800
        EndSubSection
EndSection


« Última modificação: 19 de Novembro de 2008, 16:09 por 666porcondissaum »

Offline 666porcondissaum

  • Usuário Ubuntu
  • *
  • Mensagens: 49
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #11 Online: 19 de Novembro de 2008, 16:15 »
Hey son of a gun... Funcionou! Valeuzx... Pódis crer esta foi demais.
« Última modificação: 19 de Novembro de 2008, 19:08 por 666porcondissaum »

Offline 666porcondissaum

  • Usuário Ubuntu
  • *
  • Mensagens: 49
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #12 Online: 20 de Novembro de 2008, 16:59 »
AE beleza... mais uma vez valeu mas agora me encontro sob outros problemas... ao executar um vídeo .avi no movie player o sistema vai para a tela de login... e volta e meia também trava copletamente, só funcionando o botão de energia do notebook, então depois de 60 segundos o sistema desliga... a conexão wireless também cai só retornando depois de reiniciar. Mesmo assim agradeço.

Offline rodrigo.miguel

  • Usuário Ubuntu
  • *
  • Mensagens: 720
    • Ver perfil
    • LinuxUserVlog
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #13 Online: 20 de Novembro de 2008, 18:45 »
AE beleza... mais uma vez valeu mas agora me encontro sob outros problemas... ao executar um vídeo .avi no movie player o sistema vai para a tela de login... e volta e meia também trava copletamente, só funcionando o botão de energia do notebook, então depois de 60 segundos o sistema desliga... a conexão wireless também cai só retornando depois de reiniciar. Mesmo assim agradeço.

Qual a marca e o modelo do Notebook?

Offline sauloandrade

  • Usuário Ubuntu
  • *
  • Mensagens: 8
    • Ver perfil
Re: Iniciando o LiveCD/LiveUSB do Intrepid no Note Itautec W7635
« Resposta #14 Online: 26 de Novembro de 2008, 12:42 »
rodrigo.miguel,
Esse openchrome que vc sugere para instalacao, eh o do proprio repositorio do ubuntu, ou eh pegando direto do projeto OpenChrome?
vc ja obteve algum status de sucesso de alguem que utilizava o notebook SempToshiba is1522 (é o mesmo chipset, via vn 896), mesmo para a versao 8.04?
vou tentar fazer os testes hj a noite e depois posto por aqui.