Re: With a little help from friends... asus_wmi and black laptop screen
Reply #1 –
Hi again,
for any of you who ran into the same problem. I managed to make it work by disabling udev-trigger and starting my working modules with the openrc init script for modules.
edit /etc/conf.d/modules and add a line like:
modules="foo bar"
where foo and bar are all your modules. The list can be long, but you can use line escapes (\)
modules="foo1 foo2 foo3 foo4 \
foo5 foo6 bar1 bar2 bar3 bar4"
Then, I fixed my init level. I had added modules and udev to the sysinit runlevel, dbus and elogind to the boot runlevel and acpid to the default one.
Thus, I was able to run X with xfce.
It does not solve the problem per se, but is a workaround.
Hope it can help someone.