View previous topic :: View next topic |
Author |
Message |
jardels n00b
Joined: 20 May 2006 Posts: 17 Location: Cachoeiras de Macacu-RJ/Brasil
|
Posted: Fri Aug 25, 2006 4:18 pm Post subject: X e Framebuffer com genkernel e sem genkernel (Resolvido) |
|
|
Gostaria de saber porque o X nao roda com suporte a framebuffer ativado (nvidia) quando compilo o kernel usando o make e, quando uso o genkernel - com as mesma configuracao do kernel, o X sobe mesmo com suporte a framebuffer e nao reclama?
Grande abraco,
Jardel
Last edited by jardels on Mon Aug 28, 2006 9:26 pm; edited 1 time in total |
|
Back to top |
|
|
MetalGod Bodhisattva
Joined: 10 Mar 2003 Posts: 816 Location: Portugal
|
Posted: Fri Aug 25, 2006 4:23 pm Post subject: |
|
|
O nvidia fb nao funciona mt bem com o X o melhor e' usares o vesa driver fb. _________________ ex: Gentoo Linux Developer: amd64 media-optical sound gnome
ex: Portuguese Moderator
------------------------------------------------------------------------------
God Doesn't Play Dice |
|
Back to top |
|
|
jardels n00b
Joined: 20 May 2006 Posts: 17 Location: Cachoeiras de Macacu-RJ/Brasil
|
Posted: Fri Aug 25, 2006 4:29 pm Post subject: |
|
|
MetalGod wrote: | O nvidia fb nao funciona mt bem com o X o melhor e' usares o vesa driver fb. |
Quando uso vesafb o console fica enorme! _________________ Jardel
Gentoo 2.6 - AMD64 - Nvidia Nforce3 - hp pavillion zv5000 |
|
Back to top |
|
|
MetalGod Bodhisattva
Joined: 10 Mar 2003 Posts: 816 Location: Portugal
|
Posted: Fri Aug 25, 2006 8:24 pm Post subject: |
|
|
fica... depois so tens que mudar a resolução no bootloader. _________________ ex: Gentoo Linux Developer: amd64 media-optical sound gnome
ex: Portuguese Moderator
------------------------------------------------------------------------------
God Doesn't Play Dice |
|
Back to top |
|
|
jardels n00b
Joined: 20 May 2006 Posts: 17 Location: Cachoeiras de Macacu-RJ/Brasil
|
Posted: Fri Aug 25, 2006 10:06 pm Post subject: |
|
|
Vc diz no Grub... Como faco isto? _________________ Jardel
Gentoo 2.6 - AMD64 - Nvidia Nforce3 - hp pavillion zv5000 |
|
Back to top |
|
|
MetalGod Bodhisattva
Joined: 10 Mar 2003 Posts: 816 Location: Portugal
|
Posted: Sat Aug 26, 2006 3:55 pm Post subject: |
|
|
Code: | less /usr/src/linux/Documentation/fb/vesafb.txt | _________________ ex: Gentoo Linux Developer: amd64 media-optical sound gnome
ex: Portuguese Moderator
------------------------------------------------------------------------------
God Doesn't Play Dice |
|
Back to top |
|
|
jmbsvicetto Moderator
Joined: 27 Apr 2005 Posts: 4735 Location: Angra do Heroísmo (PT)
|
Posted: Mon Aug 28, 2006 4:31 am Post subject: |
|
|
Boas.
Para o vesafb pode usar algo como:
Code: | title Gentoo-2.6.17-r6
root (hd0,0)
kernel /kernel-2.6.17-gentoo-r6 root=/dev/sdb1 vga=0x31A splash=silent,fadein,theme:livecd-2006.0 CONSOLE=/dev/tty1 |
Para o vesafb-tng pode usar algo como:
Code: | title Gentoo-2.6.17-r6
root (hd0,0)
kernel /kernel-2.6.17-gentoo-r6 root=/dev/sdb1 video=vesafb:ywrap,mtrr,pipal,1280x1024-32@85 splash=silent,fadein,theme:livecd-2006.0 CONSOLE=/dev/tty1 |
_________________ Jorge.
Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
|
|
Back to top |
|
|
jardels n00b
Joined: 20 May 2006 Posts: 17 Location: Cachoeiras de Macacu-RJ/Brasil
|
Posted: Mon Aug 28, 2006 9:23 pm Post subject: |
|
|
Grande Jorge,
Resolvido! Por acaso ja tinha configurado para vesafb-tng, sem saber e acabou funcionando. Mesmo assim, muito obrigado. Ajudou a ratificar a solucao encontrada.
Jardel _________________ Jardel
Gentoo 2.6 - AMD64 - Nvidia Nforce3 - hp pavillion zv5000 |
|
Back to top |
|
|
|