[ 已解决 ] 怎样去掉开机 NVIDIA 的 logo?

openSUSE 使用 YaST 控制中心安装 nvidia(GT325m) 驱动后,一直想去掉开机 NV 的 LOGO(就是启动快进入登陆界面时,闪显一下 NV 的那个画面),可是查了 /etc/X11 下没有 xorg.conf 文件,只有一个 xorg.conf.install 文件,里面有很多 Device 项,就是找不到 NV 显卡的(或者是我没认出来)。
请教各位,怎样搞才能达到目的?

附 lspci 显示为:

0ie8:~> sudo /sbin/lspci|grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GT216M [GeForce GT 325M] (rev a2)

附 xorg.conf.install 内容:

Section "Device"
  Identifier "vboxvideo"
  Driver  "vboxvideo"
EndSection

Section "Screen"
  Identifier "vboxvideo"
  Device "vboxvideo"
EndSection


Section "Device"
  Identifier "vmware"
  Driver  "vmware"
EndSection

Section "Screen"
  Identifier "vmware"
  Device "vmware"
EndSection


Section "Device"
  Identifier "modesetting"
  Driver  "modesetting"
EndSection
Section "Screen"
  Identifier "modesetting"
  Device "modesetting"
EndSection


Section "Device"
  Identifier "fbdev"
  Driver  "fbdev"
EndSection
Section "Screen"
  Identifier "fbdev"
  Device "fbdev"
EndSection


Section "Device"
  Identifier "vesa"
  Driver  "vesa"
EndSection

Section "Screen"
  Identifier "vesa"
  Device "vesa"
EndSection


Section "ServerLayout"
  Identifier "Layout"
  Screen  "vboxvideo"
  Screen  "vmware"
  Screen  "modesetting"
  Screen  "fbdev"
  Screen  "vesa"
EndSection

Nvidia 的私有驱动,你应该问 Nvidia

其实你也可以删掉私有驱动,这样就没这个 logo 了

我知道。晚上回家告诉你。

来自我的 Desire HD 上的 Tapatalk

恭迎寨主

编辑 /etc/X11/xorg.conf,如果没有的话运行一下

/usr/bin/nvidia-xconfig

然后改这里:

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option “NoLogo” "1"
EndSection

谢谢!
我的(13.1)安装 NV 驱动后,系统里就是没有这个文件?

我这个就是没

没有哪个?nvidia-xconfig?

来自我的 Desire HD 上的 Tapatalk

不好意思,昨天晚上没看仔细,已搞定,谢谢!