You are not logged in.

#1 2008-05-03 22:34:17

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Nvidia startup screen

When my laptop starts X, there is an nvidia screen that shows for a second. The screen shows a full screen picture of the nvidia logo. I want to change the image to something else.
Ideas:
If i could find the image file, I could replace it with the image I want(and make the names match)
If i could find the file that calls up the image, and change the filepath.

Last edited by Raccoon1400 (2008-05-03 22:34:57)


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#2 2008-05-04 02:47:28

dwi
Member
Registered: 2008-01-27
Posts: 27

Re: Nvidia startup screen

What you are interested in is the LogoPath configuration option. You can use nvidia-xconfig --logo-path=/path/to/logo.png to replace it with your own.

Offline

#3 2008-05-04 03:47:00

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: Nvidia startup screen

Nope. That doesn't work. What I want to change is the nvidia picture that fills the entire screen when X starts.


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#4 2008-05-04 03:53:13

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: Nvidia startup screen

Never mind. Had to be a png file. The picture is now tux.


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#5 2008-05-04 08:49:10

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Nvidia startup screen

Would you mind posting where that picture is located ? So someone else can put tux there as well smile


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#6 2008-05-04 15:45:24

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Nvidia startup screen

just do what dwi said and you can.


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#7 2008-05-04 22:12:55

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: Nvidia startup screen

I just found a picture of tux on the internet, saved it, opened a new project in gimp, set the size of the new image to the same size as my screen, then pasted tux on top.
Then I saved it as a png.


Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#8 2008-05-06 08:48:47

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: Nvidia startup screen

That's hot!  I like that idea.  I might have to pimp out my xorg too ...

Offline

#9 2008-05-06 17:10:22

hekel
Member
From: Turtle Island
Registered: 2008-03-23
Posts: 22
Website

Re: Nvidia startup screen

Just thought I'd mention, I've been using a custom splash screen with nvidia for over a year, (heres mine if anyones interested [dual screen 1600x1200 + 1024x768] http://pandorah.org/nsplash.png )
the option is located in the xorg.conf, it must be png, and it must be owned by root.  ( http://fr.download.nvidia.com/XFree86/L … dix-b.html )

Option "LogoPath" "string"

Sets the path to the PNG file to be used as the logo splash screen at X startup. If the PNG file specified has a bKGD (background color) chunk, then the screen is cleared to the color it specifies. Otherwise, the screen is cleared to black. The logo file must be owned by root and must not be writable by a non-root group. Note that a logo is only displayed for screens with depth 24. Default: The built-in NVIDIA logo is used.

Offline

#10 2008-05-06 19:07:59

synthead
Member
Registered: 2006-05-09
Posts: 1,337

Re: Nvidia startup screen

Is this something that's specific to the nvidia driver?

Offline

#11 2008-05-06 22:12:29

Raccoon1400
Member
From: Ontario, Canada
Registered: 2008-04-14
Posts: 853

Re: Nvidia startup screen

Here is the section the command puts the logo path try it, and if it prevents you from starting x, fix it in terminal.

Section "Screen"
    Identifier     "Screen 1"
    Device         "* Generic VESA compatible"
    Monitor        "My Monitor"
    DefaultDepth    24
    Option         "LogoPath" "/etc/X11/tux.png"
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubtuSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1440x900" "1280x1024" "1024x768" "800x600"
    EndSubSection
EndSection

Fustrated Windows users have two options.
1. Resort to the throwing of computers out of windows.
2. Resort to the throwing of windows out of computers.

Offline

#12 2008-05-24 08:52:44

hekel
Member
From: Turtle Island
Registered: 2008-03-23
Posts: 22
Website

Re: Nvidia startup screen

synthead wrote:

Is this something that's specific to the nvidia driver?

yes

Last edited by hekel (2008-05-24 08:55:15)

Offline

#13 2008-05-24 09:16:36

Ashren
Member
From: Denmark
Registered: 2007-06-13
Posts: 1,229
Website

Re: Nvidia startup screen

synthead> You could always use feh in .xinitrc to set a "splashscreen" before your wm starts. Something like this:

#!/bin/sh
#
# ~/.xinitrc
feh -x -F ~/pics/yoursplash.* &
sleep 3 && killall feh

#Start your wm/other X apps after here.

Adjust sleep to the number of seconds you wish have your splash shown.

- Ashren

Offline

#14 2008-05-28 02:29:46

synorgy
Member
From: $HOME
Registered: 2005-07-11
Posts: 272
Website

Re: Nvidia startup screen

That's a neat little trick Ashren!
I'd never use it, but good thinking. ;-)


"Unix is basically a simple operating system, but you have to be a genius to understand the simplicity." (Dennis Ritchie)

Offline

Board footer

Powered by FluxBB