Yes, either that or a different video mode.Kream wrote:using kernel 2.4.20-ck2![]()
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 ?

Code: Select all
video=i810fb:vram=8:hsync1=31.5:hsync2=48.5:xres=1024:yres=768:mtrr:accel
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
http://i810fb.sf.net/ for the 2.4.* patch, with 2.6.0 there's a driver included.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.
My 2.6.x kernel does not do what I tell it to do.http://i810fb.sf.net/ for the 2.4.* patch, with 2.6.0 there's a driver included.
but the astonishing thing is that he doesn't use i810fb at all!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
I had to compile in vesafb as well otherwise the kernel would not compile at allvesafb: 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
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)
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.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.
- put the following line in /etc/modules.d/aliasesi810fb
- do anoptions i810fb xres=1600 yres=1200 bpp=32 accel=1 mtrr=1
Code: Select all
modules-updateand reboot ...kernel (hd0,0)/kernel-2.6.4-ck1 root=/dev/ram0 init=/linuxrc real_root=/dev/hda4 video=i810fb vga=838 splash=silent



Without the patches??,hmmm Sounds really interesting, could you please tell me how you did it.??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
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=yCode: 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"
voytas wrote:
Small correction
I can attest it works after i reread the man a few timesCode: Select all
video=i810fb:xres:1024,yres:768,hsync1:30,hsync2:70,vsync1:50,vsync2:160,vram:4,bpp:16,accel,mtrr ^ use colon![]()