Created attachment 307049 [details] dmesg log Hi all, after updating to sys-fs/udev-182, sys-apps/kmod-7 and sys-auth/consolekit-0.4.5-r3 my framebufferconsole switches to black right after udev is loaded. my system however is still responsive and I can fire up X after a "blind login". a closer look at dmesg shows that two lines regarding drm/framebuffer are not shown up AFTER the update: fbcon: inteldrmfb (fb0) is primary device Console: switching to colour frame buffer device 200x56 dmesg, kernel config and emerge-info attached. any clues? thanks and regards dieter Portage 2.1.10.52 (default/linux/amd64/10.0, gcc-4.6.2, glibc-2.14.1-r2, 3.3.0-rc7+ x86_64) ================================================================= System uname: Linux-3.3.0-rc7+-x86_64-Intel-R-_Core-TM-_i7-2620M_CPU_@_2.70GHz-with-gentoo-2.1 Timestamp of tree: Wed, 28 Mar 2012 06:30:01 +0000 app-shells/bash: 4.2_p24 dev-lang/python: 2.7.2-r3, 3.2.2-r1 dev-util/cmake: 2.8.7-r5 dev-util/pkgconfig: 0.26 sys-apps/baselayout: 2.1 sys-apps/openrc: 0.9.9.3 sys-apps/sandbox: 2.5 sys-devel/autoconf: 2.13, 2.68 sys-devel/automake: 1.11.3 sys-devel/binutils: 2.22-r1 sys-devel/gcc: 4.6.2 sys-devel/gcc-config: 1.6 sys-devel/libtool: 2.4.2 sys-devel/make: 3.82-r3 sys-kernel/linux-headers: 3.3 (virtual/os-headers) sys-libs/glibc: 2.14.1-r2 Repositories: gentoo x11 stuff ACCEPT_KEYWORDS="amd64 ~amd64" ACCEPT_LICENSE="* -@EULA" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=nocona -O2 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe" DISTDIR="/tmp/portage/distfiles" FEATURES="assume-digests binpkg-logs distlocks ebuild-locks fixlafiles news parallel-fetch protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch" FFLAGS="" GENTOO_MIRRORS="http://distfiles.gentoo.org" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j4" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/var/lib/layman/x11 /var/lib/layman/stuff" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X acl acpi alsa amd64 berkdb bzip2 cairo classic cli consolekit cracklib crypt cups cxx dbus dri exif gdbm gdu gstreamer gtk gudev gvfs hddtemp iconv jpeg lame libnotify mmx modules mp3 mudflap multilib ncurses nls nptl nptlonly openal opengl openmp pam pcre png policykit pppd python readline session smapi sna sse sse2 ssl startup-notification sysfs taglib tcpd thinkpad threads tiff udev unicode usb vaapi wifi xcomposite xml xorg yasm zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="synaptics evdev keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" PHP_TARGETS="php5-3" RUBY_TARGETS="ruby18" SANE_BACKENDS="niash" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 307051 [details] kernel config
Seems more like a configuration problem, than a real bug. When are you loading modules from FRAMEBUFFER_CONSOLE and DRM_I915 ?
Hi, thanks for the fast reply. I've compiled both FRAMEBUFFER_CONSOLE and DRM_I915 as modules. To ensure they are loaded in the right sequence I've put modules="fbcon" in my /etc/conf.d/modules but this didn't change anything. How can I see when exactly those modules are being loaded? Thanks Dieter
(In reply to comment #3) > Hi, > > thanks for the fast reply. I've compiled both FRAMEBUFFER_CONSOLE and > DRM_I915 as modules. To ensure they are loaded in the right sequence I've > put modules="fbcon" in my /etc/conf.d/modules but this didn't change > anything. How can I see when exactly those modules are being loaded? Is the /etc/init.d/modules service run at boot?
It looks like it is: gonzo / # rc-update add modules boot * rc-update: modules already installed in runlevel `boot'; skipping or do I have to add the service as default?
(In reply to comment #5) > It looks like it is: > > gonzo / # rc-update add modules boot > * rc-update: modules already installed in runlevel `boot'; skipping > > or do I have to add the service as default? It should do fine in the boot runlevel. I guess this is an openrc problem (since the kernel says nothing about loading the fbcon module).
Please set rc_logger="YES" in /etc/rc.conf, reboot then attach /var/log/rc.log.
(In reply to comment #7) > Please set rc_logger="YES" in /etc/rc.conf, reboot then attach > /var/log/rc.log. Also check if this is still valid with udev-189
Comment #7 and Comment #8 (try with 197-r3) -> RESOLVED, TEST-REQUEST Reopen once tested and the requested log has been provided