You are not logged in.
Pages: 1
I'm using Xfce and have the proprietary Nvidia driver installed. An Nvidia splash screen appears after starting X... can this be removed or disabled?
Many thanks.
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
From Gentoo's wiki, found by a simple Google search:
Remove the nvidia splash screen
Normally when X starts with the nvidia drivers installed, a splash screen is shown. This can be removed by setting the NoLogo option to "true" as shown in the example below.
File: xorg.conf: Disable nvidia splash screen
Section "Device"
Identifier "GeForce2 Pro/GTS"
Driver "nvidia"
VideoRam 65536
Option "NoLogo" "true"
EndSection
Last edited by skottish (2008-01-19 22:39:48)
Offline
Ah thanks. And yes a google search would have yielded the same result
*hangs head in shame*
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
rofl.. even better.. It's in our own wiki for nvidia cards..
http://wiki.archlinux.org/index.php/NVI … on_startup
Offline
OK now you're just rubbing it in
flack 2.0.6: menu-driven BASH script to easily tag FLAC files (AUR)
knock-once 1.2: BASH script to easily create/send one-time sequences for knockd (forum/AUR)
Offline
Pages: 1