On Saturday 16 May 2009 04:28:00 pm lux-integ wrote: > It is unclear what the logfile message means notably:- > > FATAL: Module via not found. > (EE) [drm] drmOpen failed. > (EE) CHROME(0): [dri] DRIScreenInit failed. Disabling DRI.
after some digging it appears the above MIGHT mean missing /dev/dri/card0. I recompiled the kernel (2.6.28.10) building modules for via. I also created a udev rule (from bits I picked off the net with the following file:- cat >/etc/udev/rules.d/22-dri.rules<<"EOF" # dri devices SUBSYSTEM=="drm", MODE="0660", GROUP="video" KERNEL=="nvidia*", MODE="0660", GROUP="video" KERNEL=="dri/*", MODE="0660", GROUP="video" KERNEL=="card*", NAME="dri/card%n", GROUP=“video”, MODE=“0666 EOF However on booting I saw nod /dev/dri/ help would be appreciated yours sincerely lux-integ -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page