TIP Removing The Nvidia Logo

From Gentoo Linux Wiki

Jump to: navigation, search
This article is part of the Tips & Tricks series.
Terminals / Shells Network X Window System Portage System Filesystems Kernel Other
This page is a candidate for deletion 
Reason given: Has been merged into HOWTO nVidia Drivers.
If you disagree with its deletion, please explain why on its discussion page.
If you intend to fix it, please remove this notice, but do not remove this notice from articles that you have created yourself.
Make sure no other pages link here and check the page's history before deleting.

[edit] Introduction

Ever wanted to remove the nVidia logo from your X.Org startup? Well here's how you do it.

[edit] X Server Setup

Adding Option "NoLogo" "True" to your X.Org configuration file should do the trick:

File: /etc/X11/xorg.conf
Section "Device"
Identifier  "geforce"
Driver      "nvidia"
Option "NoLogo" "True"  # removes nVidia boot logo
#VideoRam    65536
# Insert Clocks lines here if appropriate
EndSection
Personal tools
In other languages