AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / unix / 问题 / 783174
Accepted
lash
lash
Asked: 2024-09-08 01:31:40 +0800 CST2024-09-08 01:31:40 +0800 CST 2024-09-08 01:31:40 +0800 CST

联想 ideapad gaming 3 (15IHU6) 没有 USBC 显示端口

  • 772

Linux 上通过 USBC 的 Displayport 无法识别我在联想 Ideapad Gaming 3 15IHU6 上使用 archlinux,

我无法让显示器对 usbc 端口连接做出反应。

USBC-USBC被识别为“USB广告牌设备”

USBC-DP(mini) 被识别为“Displayport Alt 模式”

既不显示任何图像,也不在 X 中或外部。(我之前的笔记本电脑 - Tuxedo Computers 的一款)在启动时在所有连接的屏幕上显示控制台)。


正在使用的驱动程序:

nvidia_drm            126976  2
nvidia_uvm           6717440  0
nvidia_modeset       1650688  1 nvidia_drm
nvidia              72564736  2 nvidia_uvm,nvidia_modeset
video                  81920  4 ideapad_laptop,xe,i915,nvidia_modeset
ideapad_laptop         69632  0
platform_profile       12288  1 ideapad_laptop
rfkill                 40960  5 iwlmvm,bluetooth,ideapad_laptop,cfg80211
sparse_keymap          12288  2 intel_hid,ideapad_laptop
video                  81920  4 ideapad_laptop,xe,i915,nvidia_modeset
i8042                  57344  1 ideapad_laptop
wmi                    32768  3 video,wmi_bmof,ideapad_laptop

$ pacman -Ss nvidia | grep -i installed -A1
extra/egl-wayland 4:1.1.16-1 [installed]
    EGLStream-based Wayland external platform
--
extra/libvdpau 1.5-3 [installed]
    Nvidia VDPAU library
extra/libxnvctrl 560.35.03-1 [installed]
    NVIDIA NV-CONTROL X extension
--
extra/nvidia 560.35.03-3 [installed]
    NVIDIA drivers for linux
--
extra/nvidia-settings 560.35.03-1 [installed]
    Tool for configuring the NVIDIA graphics driver
extra/nvidia-utils 560.35.03-2 [installed]
    NVIDIA drivers utilities
--
extra/vulkan-nouveau 1:24.2.2-1 [installed]
    Open-source Vulkan driver for Nvidia GPUs
extra/xf86-video-nouveau 1.0.17-3 (xorg-drivers) [installed]
    Open Source 3D acceleration driver for nVidia cards


mkinitio.conf:
HOOKS=(base udev autodetect microcode modconf keyboard keymap consolefont block filesystems fsck)
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

设备:

$ sudo lshw -C display
  *-display                 
       description: VGA compatible controller
       product: TigerLake-LP GT2 [Iris Xe Graphics]
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 03
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 mode=1920x1080 resolution=1920,1080 visual=truecolor xres=1920 yres=1080
       resources: iomemory:610-60f iomemory:400-3ff irq:183 memory:6104000000-6104ffffff memory:4000000000-400fffffff ioport:5000(size=64) memory:c0000-dffff memory:4010000000-4016ffffff memory:4020000000-40ffffffff
  *-display
       description: 3D controller
       product: GA107M [GeForce RTX 3050 Mobile]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: iomemory:600-5ff iomemory:610-60f irq:184 memory:54000000-54ffffff memory:6000000000-60ffffffff memory:6100000000-6101ffffff ioport:4000(size=128)

X设置:

$ xrandr
[...]
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 196mm
   3840x2160     60.00    50.00    59.94    30.00    25.00    24.00    29.97    23.98    30.00  
   1920x1080     60.00    60.00    50.00    59.94    30.00    25.00    24.00    29.97    23.98* 
   1400x1050     59.95  
   1280x1024     60.02  
   1440x900      59.90  
   1280x960      60.00  
   1280x720      60.00    50.00    30.00    25.00    59.94    29.97    24.00    23.98  
   1024x768      60.00  
   800x600       60.32  
   720x480       60.00    59.94  
   640x480       60.00    59.94  
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)


$ cat /etc/X11/xorg.conf

Section "Device"
    Identifier     "Device0"
    Driver         "modesetting"
    VendorName     "Intel Corporation"
    BusID          "PCI:0:2:0"
EndSection


Section "Device"
    Identifier     "Device1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BusID          "PCI:1:0:0"
EndSection
usb
  • 1 1 个回答
  • 107 Views

1 个回答

  • Voted
  1. Best Answer
    Z0OM
    2024-09-08T02:15:37+08:002024-09-08T02:15:37+08:00

    如果你买的是IdeaPad Gaming 3 15IHU6

    您不能将 USB-C 用于视频输出,只能用于数据传输

    USB-C 3.2 Gen 1(仅数据传输)

    检查一下:

    IdeaPad Gaming 3 15IHU6 概述

    您可以尝试购买便宜的二手扩展坞,然后可以将额外的显示器连接到它,或者询问联想服务是否可行。

    联想 Ideapad Gaming 3 15IHU6 82K1 扩展坞。

    编辑:

    显然,如果您通过 USB-C 端口连接它,它将无法与扩展坞一起使用。

    查看联想论坛,您可能不是唯一遇到此问题的人。

    IdeaPad Gaming 3-15IHU6 - 类型 82K1 是否支持 USB-C 端口的 DP 信号

    外接显示器

    显示器支持 支持最多 2 个独立显示器(本机显示器和 1 个通过 HDMI® 连接的外部显示器) • HDMI 最高支持 3840x2162@60Hz

    • 3

相关问题

  • 无头启动并安装在同一 USB 设备上

  • 如何安全地将 U 盘/设备插入 Linux 计算机?

  • 如何从 USB 而不是 cdrom 安装 pppoe 包?

  • 如何修改 U 盘以将设备节点设为 /dev/sda1 而不是 /dev/sda?

  • 将 USBIP 用于正在移除和重新连接的设备

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    模块 i915 可能缺少固件 /lib/firmware/i915/*

    • 3 个回答
  • Marko Smith

    无法获取 jessie backports 存储库

    • 4 个回答
  • Marko Smith

    如何将 GPG 私钥和公钥导出到文件

    • 4 个回答
  • Marko Smith

    我们如何运行存储在变量中的命令?

    • 5 个回答
  • Marko Smith

    如何配置 systemd-resolved 和 systemd-networkd 以使用本地 DNS 服务器来解析本地域和远程 DNS 服务器来解析远程域?

    • 3 个回答
  • Marko Smith

    dist-upgrade 后 Kali Linux 中的 apt-get update 错误 [重复]

    • 2 个回答
  • Marko Smith

    如何从 systemctl 服务日志中查看最新的 x 行

    • 5 个回答
  • Marko Smith

    Nano - 跳转到文件末尾

    • 8 个回答
  • Marko Smith

    grub 错误:你需要先加载内核

    • 4 个回答
  • Marko Smith

    如何下载软件包而不是使用 apt-get 命令安装它?

    • 7 个回答
  • Martin Hope
    user12345 无法获取 jessie backports 存储库 2019-03-27 04:39:28 +0800 CST
  • Martin Hope
    Carl 为什么大多数 systemd 示例都包含 WantedBy=multi-user.target? 2019-03-15 11:49:25 +0800 CST
  • Martin Hope
    rocky 如何将 GPG 私钥和公钥导出到文件 2018-11-16 05:36:15 +0800 CST
  • Martin Hope
    Evan Carroll systemctl 状态显示:“状态:降级” 2018-06-03 18:48:17 +0800 CST
  • Martin Hope
    Tim 我们如何运行存储在变量中的命令? 2018-05-21 04:46:29 +0800 CST
  • Martin Hope
    Ankur S 为什么 /dev/null 是一个文件?为什么它的功能不作为一个简单的程序来实现? 2018-04-17 07:28:04 +0800 CST
  • Martin Hope
    user3191334 如何从 systemctl 服务日志中查看最新的 x 行 2018-02-07 00:14:16 +0800 CST
  • Martin Hope
    Marko Pacak Nano - 跳转到文件末尾 2018-02-01 01:53:03 +0800 CST
  • Martin Hope
    Kidburla 为什么真假这么大? 2018-01-26 12:14:47 +0800 CST
  • Martin Hope
    Christos Baziotis 在一个巨大的(70GB)、一行、文本文件中替换字符串 2017-12-30 06:58:33 +0800 CST

热门标签

linux bash debian shell-script text-processing ubuntu centos shell awk ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve