You are not logged in.

#1 2011-09-18 06:56:15

nuttzo31
Member
Registered: 2011-05-30
Posts: 5

Help setting up splashy with proprietary nvidia card

Hi i am having a problem setting up a splash screen with splashy.I have followed the splashy wiki,setup uvesafb because it says the proprietary nvidia driver does not support kms, and completed the rest of the steps on that page.I am using grub 2 and after i set it all up and reboot,the computer boots fine but no splash screen appears at all.When i rebuild the kernel after setting the splashy theme i see a permission error.Here is the output

==> Building image from preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
/etc/mkinitcpio.conf: line 16: /etc/mkinitcpio.conf: Permission denied
==> Starting build: 3.0-ARCH
  -> Parsing hook: [base]
/etc/mkinitcpio.conf: line 16: /etc/mkinitcpio.conf: Permission denied
  -> Parsing hook: [udev]
  -> Parsing hook: [v86d]
  -> Parsing hook: [autodetect]
  -> Parsing hook: [splashy]
  -> Parsing hook: [pata]
  -> Parsing hook: [scsi]
  -> Parsing hook: [sata]
  -> Parsing hook: [filesystems]
  -> Parsing hook: [usbinput]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
22198 blocks
==> Image generation successful
==> Building image from preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
/etc/mkinitcpio.conf: line 16: /etc/mkinitcpio.conf: Permission denied
==> Starting build: 3.0-ARCH
  -> Parsing hook: [base]
/etc/mkinitcpio.conf: line 16: /etc/mkinitcpio.conf: Permission denied
  -> Parsing hook: [udev]
  -> Parsing hook: [v86d]
  -> Parsing hook: [splashy]
  -> Parsing hook: [pata]
  -> Parsing hook: [scsi]
  -> Parsing hook: [sata]
  -> Parsing hook: [filesystems]
  -> Parsing hook: [usbinput]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
38646 blocks
==> Image generation successful

Here is what is in my /etc/mkinitcpio file


# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES="piix ide_disk reiserfs"
MODULES=""

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run first, so it may be used to
# override the actual binaries used in a given hook.
# (Existing files are NOT overwritten if already added)
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""
/etc/mkinitcpio.conf
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
# Some users may wish to include modprobe.conf for custom module options
# like so:
#    FILES="/etc/modprobe.d/modprobe.conf"
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No raid, lvm2, or encrypted root is needed.
#    HOOKS="base"
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS="base udev autodetect pata scsi sata filesystems"
#
##   This is identical to the above, except the old ide subsystem is
##   used for IDE devices instead of the new pata subsystem.
#    HOOKS="base udev autodetect ide scsi sata filesystems"
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS="base udev pata scsi sata usb filesystems"
#
##   This setup assembles a pata mdadm array with an encrypted root FS.
##   Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
#    HOOKS="base udev pata mdadm encrypt filesystems"
#
##   This setup loads an lvm2 volume group on a usb device.
#    HOOKS="base udev usb lvm2 filesystems"
HOOKS="base udev v86d autodetect splashy pata scsi sata filesystems usbinput"

# COMPRESSION
# Use this to compress the initramfs image. With kernels earlier than
# 2.6.30, only gzip is supported, which is also the default. Newer kernels
# support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
# compression.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""

Any help would be appreciated

Last edited by nuttzo31 (2011-09-19 16:28:55)

Offline

#2 2011-09-18 07:27:20

nuttzo31
Member
Registered: 2011-05-30
Posts: 5

Re: Help setting up splashy with proprietary nvidia card

Ok i removed the error in the mkinitpcio file,rebuilt it  and chose another theme with .png images in it and now the splash screen displays for a second but then it goes away and writing comes back.It only appears briefly

Offline

#3 2011-09-18 09:17:55

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Help setting up splashy with proprietary nvidia card

When pasting code, please use [ code ] tags https://bbs.archlinux.org/help.php#bbcode

like this

It makes the code more readable and more convenient to scroll through.



What is you kernel command line?
https://wiki.archlinux.org/index.php/Sp … mmand_line

Offline

#4 2011-09-19 16:27:22

nuttzo31
Member
Registered: 2011-05-30
Posts: 5

Re: Help setting up splashy with proprietary nvidia card

linux	/vmlinuz-linux root=UUID=d2e28091-bb81-49cc-8ec2-e0b7db307fa6 ro  quiet splash

Thanks for pointing out the code tag karol, i fixed the other post.

Last edited by nuttzo31 (2011-09-19 16:29:42)

Offline

#5 2011-09-19 16:46:36

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Help setting up splashy with proprietary nvidia card

Try 'splash=silent' instead of just 'splash'.

Offline

Board footer

Powered by FluxBB