View previous topic :: View next topic |
Author |
Message |
b0fh Guru
Joined: 16 Jun 2003 Posts: 426
|
Posted: Tue Oct 12, 2004 6:39 pm Post subject: vesafb: probe of vesafb0 failed with error -6 |
|
|
I want to use framebuffered console on my nvidia GeforceDDR. Because I'm using X with nvidias driver, I can't use rivafb. So I compiled vesafb into my kernel. At bootup I get this error:
Code: | vesafb: probe of vesafb0 failed with error -6 |
I pass "vga=ask video=vesa:ywrap,mtrr" to the kernel in grub... |
|
Back to top |
|
|
vlado n00b
Joined: 02 Dec 2003 Posts: 36
|
Posted: Wed Oct 13, 2004 12:47 pm Post subject: |
|
|
I was getting same error when I used vga=<whatever> while expected option was video=xxxfb,1280x1024@75 or something of that kind. I suggest you check documentation for your fb type to see how exactly to set the resolution. using vga= seems to become obsolete for many cards. |
|
Back to top |
|
|
b0fh Guru
Joined: 16 Jun 2003 Posts: 426
|
Posted: Wed Oct 13, 2004 5:43 pm Post subject: |
|
|
Strang, but just putting "vga=791" works. Maybe vesafb doesn't like the "video=" line... |
|
Back to top |
|
|
vlado n00b
Joined: 02 Dec 2003 Posts: 36
|
Posted: Thu Oct 14, 2004 7:30 am Post subject: |
|
|
Depends, if you use vesafb, vga=ask should be ok.
btw, it should be, I think video=vesafb ... your original post says video=vesa
that may be the trouble.
Also there is vesafb-tng patch in some kernels. In that case use of vga=ask would cause troubles... So I suggest you check grub again. |
|
Back to top |
|
|
gophix n00b
Joined: 10 Oct 2003 Posts: 10 Location: Köln
|
Posted: Tue Nov 30, 2004 12:57 pm Post subject: |
|
|
I had that error too: vesafb: probe of vesafb0 failed with error -6 or you passed an undefined mode number. I tried many different configlines in grub, but nothing worked. The final solution was to switch from vesafb to vaesafb-tng. In the forum i read about many problems with vesafb-tng but for me it work fine. The option "vga= " isn't important. Adding Code: | video=vesafb:ywrap,mtrr,1280x1024-16@75 |
or Code: | video=vesafb:ywrap,mtrr,vram:16,1280x1024-16@75 | dit the trick.
BTW ich have a nvidia GeForce 4 MX onboard with nforce2 chip and so on. |
|
Back to top |
|
|
|