linux 发行版徽标_Linux中的NVIDIA驱动程序在引导过程中不显示徽标

linux 发行版徽标

The NVIDIA video card driver in Linux will display the NVIDIA logo by default during booting the X server after we successfully installed the driver. If we don’t like to see the logo every time we start X server, we can disable it.

成功安装驱动程序后, Linux中的NVIDIA视频卡驱动程序将在引导X服务器期间默认显示NVIDIA徽标。 如果我们不想每次启动 X服务器时都看到徽标,则可以将其禁用。

We need to edit the Xorg configuration file /etc/X11/xorg.conf with root permission. Add a line Option “NoLogo” within the “Device” section which configuring the NVIDIA driver will disable the logo.

我们需要编辑 具有root权限的Xorg配置文件/etc/X11/xorg.conf 。 在“设备”部分中添加一行Option“ NoLogo” ,配置NVIDIA驱动程序将禁用徽标。

This is my xorg.conf file. I use two screen (a big LED and my laptop’s screen) and the screen of my laptop’s DPI is 96×96.

这是我的xorg.conf文件。 我使用两个屏幕(一个大LED和笔记本电脑的屏幕),笔记本电脑DPI的屏幕为96×96。

# Xorg configuration created by Zhiqiang Ma (https://www.systutorials.com/zma/)
# Section "ServerFlags"
# 	Option	    "AIGLX" "on"
# EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
    ModulePath      "/usr/lib/xorg/modules/extensions/nvidia"
    ModulePath      "/usr/lib/xorg/modules"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Philips 170B"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 76.0
    Option         "UseEdidDpi" "false"
    Option         "DPI" "96 x 96"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce G 105M"
    Option         "NoLogo"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "CRT: nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

# Section "Extensions"
#     Option         "Composite" "Enable"
# EndSection

翻译自: https://www.systutorials.com/nvidia-driver-in-linux-not-displaying-logo-during-booting/

linux 发行版徽标

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值