Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

Framebuffer console on the Intel 810

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
20 posts • Page 1 of 1
Author
Message
Kream
n00b
n00b
User avatar
Posts: 30
Joined: Fri Apr 19, 2002 6:48 pm
Location: New Delhi, India

Framebuffer console on the Intel 810

  • Quote

Post by Kream » Tue Feb 04, 2003 11:18 pm

I'm trying to enable the fbcon for the Intel 810. I've enabled
VESA VGA graphics console
Advanced low level driver options
<*> 8 bpp packed pixels support
<*> 16 bpp packed pixels support
<*> 24 bpp packed pixels support
x<*> 32 bpp packed pixels support
[*] Select compiled-in fonts
x x[*] VGA 8x8 font
x x[*] VGA 8x16 font

and in my /boot/grub/grub.conf I have
kernel /boot/bzImage root=/dev/hda6 vga=0x31A

on bootup, it says that this is not a recognised video mode. I can also not see anything in dmesg that indicates to me that the framebuffer device is operative.

how do I get this working / diagnose what went wrong ?
Top
ebrostig
Bodhisattva
Bodhisattva
User avatar
Posts: 3152
Joined: Sat Jul 20, 2002 12:44 am
Location: Orlando, Fl

  • Quote

Post by ebrostig » Tue Feb 04, 2003 11:35 pm

You didn't tell us which kernel version this is.

I have not had much success with i810 and Fb until 2.4.20-ck2.

Basically I just skipped using it. It doesn't add any value to my system anyway.

Also, the video mode you try to use, what is it (i.e 80x40, 130x50 or...)

Erik
'Yes, Firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
Top
Kream
n00b
n00b
User avatar
Posts: 30
Joined: Fri Apr 19, 2002 6:48 pm
Location: New Delhi, India

  • Quote

Post by Kream » Wed Feb 05, 2003 12:07 am

using kernel 2.4.20-ck2 8)

I just want to try it out... any help most appreciated.

i booted into various VGA modes when I put vga=ask .... you mean that's it ?
Top
ebrostig
Bodhisattva
Bodhisattva
User avatar
Posts: 3152
Joined: Sat Jul 20, 2002 12:44 am
Location: Orlando, Fl

  • Quote

Post by ebrostig » Wed Feb 05, 2003 2:13 am

Kream wrote:using kernel 2.4.20-ck2 8)

I just want to try it out... any help most appreciated.

i booted into various VGA modes when I put vga=ask .... you mean that's it ?
Yes, either that or a different video mode.

Check /usr/src/linux/Documentation/fb/vesafb.txt for different modes available.

Btw, that directory contains a lot of documentation on the use of Framebuffers in general.

Erik
'Yes, Firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
Top
Krisserferson
n00b
n00b
User avatar
Posts: 34
Joined: Thu Jan 30, 2003 12:10 am

  • Quote

Post by Krisserferson » Wed Feb 05, 2003 6:25 pm

This is what I appended.. ofcourse you should use your own sync and res values
:D

Code: Select all

video=i810fb:vram=8:hsync1=31.5:hsync2=48.5:xres=1024:yres=768:mtrr:accel
Top
Kream
n00b
n00b
User avatar
Posts: 30
Joined: Fri Apr 19, 2002 6:48 pm
Location: New Delhi, India

  • Quote

Post by Kream » Mon Feb 10, 2003 3:43 am

Just thought I'd mention that you have to have a kernel patched with i810fb-lite or i810fb for the framebuffer on the Intel 810.
Top
j11888
n00b
n00b
Posts: 5
Joined: Tue Dec 16, 2003 9:53 pm

  • Quote

Post by j11888 » Sat Dec 27, 2003 2:06 am

on my 2.6 kernel (gentoo-test-sources) , i use the cmdline "root=/dev/hda3 hdc=ide-scsi video=i810fb:vram:2,xres:1260,yres:1024,bpp:16,hsync1:30,hsync2:55,vsync1:50,vsync2:85,accel"

and:

Code: Select all

#
# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
CONFIG_FB_I810=y
# CONFIG_FB_I810_GTF is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set
 
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
i dont use the vesa driver, though ive found the same error w/ the vga= when i had practicallly all the fb options compiled in......no matter if i did 0x... or something like 791 it said it was a wrong number, and the ones it suggested were like 80x85 and such.....anyways, w/ the configuration i got above, fb works pretty good (but on the test11 preempt would cause directfb (and linux w/ it) to crash for some reason.........but ill test that on the final l8r)
Top
adammc
Apprentice
Apprentice
Posts: 230
Joined: Tue Oct 07, 2003 4:35 pm
Location: Europe
Contact:
Contact adammc
Website

  • Quote

Post by adammc » Sat Dec 27, 2003 2:21 am

Kream wrote:Just thought I'd mention that you have to have a kernel patched with i810fb-lite or i810fb for the framebuffer on the Intel 810.
http://i810fb.sf.net/ for the 2.4.* patch, with 2.6.0 there's a driver included.
There'd better be fudge when I get home...
Top
zrl
n00b
n00b
Posts: 47
Joined: Tue Jan 20, 2004 7:30 pm

  • Quote

Post by zrl » Wed Mar 17, 2004 12:56 am

http://i810fb.sf.net/ for the 2.4.* patch, with 2.6.0 there's a driver included.
My 2.6.x kernel does not do what I tell it to do.
fbset -xres, -yres, -g and other fbset command will return i/o control error.

I have not try 2.4.x yet.

vesafb let me do fbset -xres, though, that's all it will do.

boot arguement does nothing.[/quote]
Top
zrl
n00b
n00b
Posts: 47
Joined: Tue Jan 20, 2004 7:30 pm

  • Quote

Post by zrl » Fri Mar 19, 2004 8:03 am

kernel 2.6.x does have i810 framebuffer support.
see boot parameters in the linux/Documentation/fb/intel810.txt for detail.
the syntax from http://i810fb.sourceforge.net does not work. you have to do it as described in the kernel documentation.
Top
swimmer
Veteran
Veteran
User avatar
Posts: 1330
Joined: Mon Jul 15, 2002 10:42 am
Location: Netherlands

  • Quote

Post by swimmer » Tue Mar 23, 2004 11:40 am

hmm - it may be supported but I can't get it running :(

My grub line is:
kernel (hd0,0)/kernel-2.6.4-ck1 root=/dev/ram0 init=/linuxrc real_root=/dev/hda4 video=i810fb:xres:1280,yres:1024,bpp:32,accel,mtrr vga=795 splash=silent
but the astonishing thing is that he doesn't use i810fb at all!
vesafb: framebuffer at 0xf0000000, mapped to 0xf8800000, size 16384k
vesafb: mode is 1280x1024x32, linelength=5120, pages=5
vesafb: protected mode interface info at 00ff:44f0
vesafb: scrolling: redraw
vesafb: directcolor: size=8:8:8:8, shift=24:16:8:0
fb0: VESA VGA frame buffer device
I had to compile in vesafb as well otherwise the kernel would not compile at all :(
I tried the i810fb as a module and compiled in - no difference at all ...

Just some more information about my system:

Code: Select all

 lspci
00:00.0 Host bridge: Intel Corp. 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
00:02.0 VGA compatible controller: Intel Corp. 82865G Integrated Graphics Device (rev 02)
00:1d.0 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #1 (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #2 (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #3 (rev 02)
00:1d.3 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB UHCI #4 (rev 02)
00:1d.7 USB Controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801BA/CA/DB/EB/ER Hub interface to PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corp. 82801EB/ER (ICH5/ICH5R) LPC Bridge (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801EB/ER (ICH5/ICH5R) Ultra ATA 100 Storage Controller (rev 02)
00:1f.2 IDE interface: Intel Corp. 82801EB (ICH5) Serial ATA 150 Storage Controller (rev 02)
00:1f.3 SMBus: Intel Corp. 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER (ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
I hope you have some ideas ....

greetz
Stefan
Top
raylpc
Guru
Guru
Posts: 310
Joined: Thu Aug 07, 2003 2:53 pm
Location: Toronto, Canada

  • Quote

Post by raylpc » Tue Mar 23, 2004 3:57 pm

Does the kernel 2.6.5-rc1-mm1 come with the most updated i810fb? I read the Documentation/fb/intel810.txt, and the date is Mar 17, 2002. So I guess it is the old one. i810b.sourceforge.net released a new one on Feb 1, 2003. And the author, Tony Daplas, didn't work on it for one year since he didn't have time.
News (16-01-2004):
I'm back. I've been busy for the most part of last year that I have neglected this project and even failed to answer most e-mails. One more thing, I don't have any access to any Intel 810 or 815 machines anymore, so it will be difficult to add features to the driver. However, I'll still try to do my best to submit patches/updates. Just let me know. (This time, I'll be around :-).
From the quote, since he doesn't have a i810 machine anymore, I think the development would be slowed down. Maybe you can give a try to the i810 from his site. But I don't know if that will apply to kernel 2.6 cleanly.
Top
swimmer
Veteran
Veteran
User avatar
Posts: 1330
Joined: Mon Jul 15, 2002 10:42 am
Location: Netherlands

  • Quote

Post by swimmer » Wed Mar 24, 2004 1:25 pm

Hi guys,

I got my problem fixed :)

I
- compiled agpart, intel-agp and i810fb as modules
- put the following line in /etc/modules.autoload/kernel-2.6
i810fb
- put the following line in /etc/modules.d/aliases
options i810fb xres=1600 yres=1200 bpp=32 accel=1 mtrr=1
- do an

Code: Select all

modules-update
- put the following line in /boot/grub/grub.conf
kernel (hd0,0)/kernel-2.6.4-ck1 root=/dev/ram0 init=/linuxrc real_root=/dev/hda4 video=i810fb vga=838 splash=silent
and reboot ...

Et voila ;-)
Stefan

PS: On i810fb.sourceforge.net I saw only drivers for the 2.4 series so it seems that the 2.6 kernel has the most recent ones integrated ...
Top
maschievano
n00b
n00b
User avatar
Posts: 41
Joined: Sun Apr 18, 2004 1:16 pm
Location: Padova (italy)
Contact:
Contact maschievano
Website

  • Quote

Post by maschievano » Mon Jan 10, 2005 10:36 am

Does it work?
Gentoo 2005.1 - windowmaker 0.91
I also write on Forum HTML
The avatar is a picture of me, when I was a baby - Pasquinelli '73
Top
Painkiller
Apprentice
Apprentice
User avatar
Posts: 167
Joined: Sun Feb 09, 2003 2:47 pm
Location: Valhalla

  • Quote

Post by Painkiller » Fri Oct 14, 2005 5:54 pm

Is this still Valid for the Kernel 2.6.12


I wanna run framebuffer with my Intel 810 chipset.

Also i found this document
http://i810fb.sourceforge.net/howto/index.html

But i don't wanna try until know about the dates.
"Whoever Fights Monsters Should See To It That In The Process He Does Not Become A Monster And When You Look Into The Abyss, The Abyss Also Look Into You".

Friedrich Wilhelm Nietzsche
Top
voytas
Apprentice
Apprentice
User avatar
Posts: 203
Joined: Wed Mar 31, 2004 3:01 pm
Location: Poland, Lodz

  • Quote

Post by voytas » Fri Nov 18, 2005 3:33 pm

i have i810fb working without any patches

i use gentoo-sources-2.6.11-r11

i have problems with 2.6.14-r2 i810fb seems to be broken in that release i have kernel panic upon boot
LAPTOP: ThinkPad T530
Top
Painkiller
Apprentice
Apprentice
User avatar
Posts: 167
Joined: Sun Feb 09, 2003 2:47 pm
Location: Valhalla

  • Quote

Post by Painkiller » Fri Nov 18, 2005 4:18 pm

voytas wrote:i have i810fb working without any patches

i use gentoo-sources-2.6.11-r11

i have problems with 2.6.14-r2 i810fb seems to be broken in that release i have kernel panic upon boot
Without the patches??,hmmm Sounds really interesting, could you please tell me how you did it.??


Thanx
"Whoever Fights Monsters Should See To It That In The Process He Does Not Become A Monster And When You Look Into The Abyss, The Abyss Also Look Into You".

Friedrich Wilhelm Nietzsche
Top
voytas
Apprentice
Apprentice
User avatar
Posts: 203
Joined: Wed Mar 31, 2004 3:01 pm
Location: Poland, Lodz

  • Quote

Post by voytas » Fri Nov 18, 2005 5:27 pm

My kernel config:

Code: Select all

CONFIG_AGP=y
CONFIG_AGP_INTEL=y
CONFIG_DRM=m
CONFIG_DRM_I810=m
CONFIG_FB=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_VIDEO_SELECT=y
CONFIG_FB_I810=y
CONFIG_VGA_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
lilo.conf:

Code: Select all

append="splash=silent,theme:livecd-2005.1 quiet video=i810fb:xres:1024,yres=768,hsync1:30,hsync2:70,vsync1:50,vsync2:160,vram:4,bpp:16,accel reboot=warm CONSOLE=/dev/tty1"
As I've said I am using gentoo-sources-2.6.11-r11

PS
I own i815 Mobo, but AFAIK it the asme Graphic Chip as in i810 (the same driver)
LAPTOP: ThinkPad T530
Top
nixnut
Bodhisattva
Bodhisattva
User avatar
Posts: 10974
Joined: Fri Apr 09, 2004 1:43 pm
Location: the dutch mountains

  • Quote

Post by nixnut » Fri Nov 18, 2005 6:29 pm

Moved from Desktop Environments to Kernel & Hardware.
Not exactly Destop Environment stuff.
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Top
philng
n00b
n00b
Posts: 3
Joined: Sat Sep 18, 2004 11:52 pm
Location: Freezing Rochester

  • Quote

Post by philng » Fri Jan 20, 2006 2:51 am

voytas wrote:
Small correction :-)

Code: Select all

video=i810fb:xres:1024,yres:768,hsync1:30,hsync2:70,vsync1:50,vsync2:160,vram:4,bpp:16,accel,mtrr
                                          ^ use colon                                            
I can attest it works after i reread the man a few times :-D
Top
Post Reply

20 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Authors
Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the CC-BY-SA-4.0 license.
The Gentoo Name and Logo Usage Guidelines apply.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy