View previous topic :: View next topic |
Author |
Message |
t_ziel
Joined: 10 May 2006 Posts: 5
|
Posted: Thu May 11, 2006 7:43 pm Post subject: Frame Buffer |
|
|
How can I enable frame buffer and set high resolution (1024x768, 800x600) in console? Thank You for advice. |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Thu May 11, 2006 9:57 pm Post subject: read |
|
|
that depends on your bootloader and kernel. Please read `man lilo`, `info grub` and /usr/src/linux/Documentation/fb/* |
|
Back to top |
|
 |
t_ziel
Joined: 10 May 2006 Posts: 5
|
Posted: Thu May 11, 2006 11:26 pm Post subject: Re: read |
|
|
sofar wrote: | that depends on your bootloader and kernel. Please read `man lilo`, `info grub` and /usr/src/linux/Documentation/fb/* | Thanks, I will read this docs. BTW. What do You recommend, grub right? |
|
Back to top |
|
 |
ElAngelo
Joined: 10 Aug 2005 Posts: 77
|
Posted: Fri May 12, 2006 6:56 am Post subject: |
|
|
most ppl on lunar will use lilo...
but since the 1.6.0 cd grub works perfectly fine...
options you should turn on in the kernel :
Code: |
│ │ Device Drivers ---> │ │
│ │ Graphics support ---> │ │
│ │ <*> Support for frame buffer devices │ │
│ │ [*] VESA VGA graphics support │ │
│ │ Console display driver support ---> │ │
│ │ [*] Video mode selection support │ │
│ │ <*> Framebuffer Console support │ │
│ │ Logo configuration ---> │ │
│ │ [*] Bootup logo │ │
│ │ [*] Standard 16-color Linux logo │ │
|
that are all the option you should turn on...
mind you ... don't use the nvidia/riva fb drivers as they are not compatible with the binary NVIDIA driver (closed source provided by nvidia.com) (that's when you have an nvidia card...)
add vga=794 in the kernel line for 1280x786 in your menu.lst:
Code: |
title 2.6.16.14
kernel /2.6.16.14 root=/dev/sda2 ro vga=794
|
|
|
Back to top |
|
 |
t_ziel
Joined: 10 May 2006 Posts: 5
|
Posted: Fri May 12, 2006 10:08 am Post subject: |
|
|
ElAngelo You are Great. Thank You  |
|
Back to top |
|
 |
t_ziel
Joined: 10 May 2006 Posts: 5
|
Posted: Sat May 13, 2006 2:13 pm Post subject: |
|
|
I have got only blank screen (everything works fine, I can login but I cannot see anything on console). Should I create:
mknod /dev/fb1 c 29 32
mknod /dev/fb2 c 29 64
? |
|
Back to top |
|
 |
The X Reality
Joined: 17 Jan 2006 Posts: 9
|
Posted: Sun May 14, 2006 6:59 pm Post subject: nVidia Woes |
|
|
The VESA framebuffer will not work with nVidia cards. Every time I've tried has resulted in the text before the framebuffer frozen on the screen with a blue blinking cursor. I've been at a loss as to what to do other than either use Gentoo's VESAfb-TNG or go without one. |
|
Back to top |
|
 |
ElAngelo
Joined: 10 Aug 2005 Posts: 77
|
Posted: Sun May 14, 2006 7:29 pm Post subject: |
|
|
well it seems to work perfectly fine here... both on my tnt2, gf4ti4400, gf5700fx and gf6200... without a glitch... of course you must select correct resolutions... |
|
Back to top |
|
 |
t_ziel
Joined: 10 May 2006 Posts: 5
|
Posted: Sun May 14, 2006 8:07 pm Post subject: |
|
|
I have realized that I have commited mistakes in kernel configuration, ElAngelo is probably correct...
Thanks and regards! |
|
Back to top |
|
 |
|