WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: I2c Problem  (Read 1503 times)

Offline nimday

  • Jr. Member
  • **
  • Posts: 75
I2c Problem
« on: November 02, 2017, 04:07:37 PM »
Hello,I have little problem after adding i2c-4.8.17-tinycore module.
Back to console, Out of range from my Lcd.

onboot.lst
Code: [Select]
graphics-4.8.17-tinycore.tcz
firmware-i915.tcz
i2c-4.8.17-tinycore.tcz
...
Xvesa.tcz
...

Some from dmesg
Code: [Select]
pci 0000:00:00.0: Intel G41 Chipset
pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
pci 0000:00:00.0: detected 32768K stolen memory
[drm] Memory usable by graphics device = 2048M
[drm] Replacing VGA console driver
Console: switching to colour dummy device 80x25
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[drm] RC6 disabled, disabling runtime PM support
[drm] Initialized i915 1.6.0 20160711 for 0000:00:02.0 on minor 0
fbcon: inteldrmfb (fb0) is primary device
Console: switching to colour frame buffer device 180x56
i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
EXT4-fs (sdb5): mounting ext3 file system using the ext4 subsystem
EXT4-fs (sdb5): mounted filesystem with ordered data mode. Opts: (null)
floppy0: no floppy controllers found
sky2 0000:02:00.0 eth0: enabling interface
floppy0: no floppy controllers found
floppy0: no floppy controllers found
« Last Edit: November 02, 2017, 04:09:13 PM by nimday »

Offline nimday

  • Jr. Member
  • **
  • Posts: 75
Re: I2c Problem
« Reply #1 on: November 03, 2017, 09:22:57 PM »
Solved by replacing  Xvesa with Xfbdev
However the resolution is 1440x900 and vga=794 has no effect.