You are not logged in.
Pages: 1
Hi !
I have 2 problems:
1. there is no dri module in newest archck !!!!
2. when I boot with spalshscreen I have to press ctrl-alt-f1 to see anything
thanks for help in advance
Corvin
Offline
What do you mean by "dri module"? The Archck kernel has drm modules, same as the stock kernel.
Please explain a bit more about your splash issue. Archck supports fbsplash - is that what you're referring to? What do you have to press Ctrl+Alt+F1 to see?
Offline
hi!
in my xorg.log I have something like this:
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: open result is -1, (No such device)
drmOpenDevice: Open failed
I've got Intel Centrino i910.
2. problem with frame buffer have begun when I installed
init-gensplash utils, when I boot my noteebok, I have blank screen,
If I change terminal by ctrl-alt-fX it looks ok
Offline
I'm not on Intel myself, but I think you should be using the i915 module. Does lsmod list it?
Have you made the necessary changes to grub/lilo for fbsplash? If not, have a look at the samples in /etc/splash.
Offline
zbysio@Dragon ~]$ lsmod | grep i915
i915 16384 0
drm 58260 1 i915
[zbysio@Dragon ~]$
exerpts from lilo.conf
image = /boot/vmlinuz26archck
root=/dev/hda2
label = Archck
append="reboot=b resume2=swap:/dev/hda3 video=vesafb:ywrap,mtrr,1024x768-32@60 splash=silent,theme:darch quiet console=tty1"
initrd=/boot/initramfs-2.6.15-archck.img
read-only
Offline
2. There's some problem with the latest version of gensplash: http://bbs.archlinux.org/viewtopic.php?t=19969
Offline
Pages: 1