Advertisement
heider

Debian 10 Nvidia Istallation

Feb 3rd, 2020
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.57 KB | None | 0 0
  1. heider@debian:~$ lspci -nnk | grep -i -EA3 "3d|display|vga"
  2. 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 630 [8086:591b] (rev 04)
  3.     Subsystem: Dell HD Graphics 630 [1028:07be]
  4.     Kernel driver in use: i915
  5.     Kernel modules: i915
  6. --
  7. 01:00.0 3D controller [0302]: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] [10de:1c8d] (rev a1)
  8.     Subsystem: Dell GP107M [GeForce GTX 1050 Mobile] [1028:07be]
  9.     Kernel modules: nouveau
  10. 02:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)
  11. heider@debian:~$ inxi -xx -MCGSrz
  12. System:
  13.   Host: debian Kernel: 4.19.0-6-amd64 x86_64 bits: 64
  14.   compiler: gcc v: 8.3.0 Desktop: Gnome 3.30.2 wm: gnome-shell
  15.   dm: GDM3 Distro: Debian GNU/Linux 10 (buster)
  16. Machine:
  17.   Type: Laptop System: Dell product: XPS 15 9560 v: N/A
  18.   serial: <filter> Chassis: type: 10 serial: <filter>
  19.   Mobo: Dell model: 05FFDN v: A00 serial: <filter> UEFI: Dell
  20.   v: 1.18.0 date: 11/17/2019
  21. CPU:
  22.   Topology: Quad Core model: Intel Core i7-7700HQ bits: 64
  23.   type: MT MCP arch: Kaby Lake rev: 9 L2 cache: 6144 KiB
  24.   flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
  25.   bogomips: 44928
  26.   Speed: 900 MHz min/max: 800/3800 MHz Core speeds (MHz):
  27.   1: 900 2: 900 3: 900 4: 902 5: 900 6: 900 7: 900 8: 900
  28. Graphics:
  29.   Device-1: Intel HD Graphics 630 vendor: Dell driver: i915
  30.   v: kernel bus ID: 00:02.0 chip ID: 8086:591b
  31.   Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile]
  32.   vendor: Dell driver: N/A bus ID: 01:00.0 chip ID: 10de:1c8d
  33.   Display: x11 server: X.Org 1.20.4 driver: N/A
  34.   compositor: gnome-shell resolution: 1920x1080~60Hz
  35.   OpenGL:
  36.   renderer: Mesa DRI Intel HD Graphics 630 (Kaby Lake GT2)
  37.   v: 4.5 Mesa 18.3.6 compat-v: 3.0 direct render: Yes
  38. Repos:
  39.   Active apt repos in: /etc/apt/sources.list
  40.   1: deb http://deb.debian.org/debian buster main contrib non-free
  41.   2: deb-src http://deb.debian.org/debian buster main contrib non-free
  42.   3: deb http://deb.debian.org/debian-security/ buster/updates main contrib non-free
  43.   4: deb-src http://deb.debian.org/debian-security/ buster/updates main contrib non-free
  44.   5: deb http://deb.debian.org/debian buster-updates main contrib non-free
  45.   6: deb-src http://deb.debian.org/debian buster-updates main contrib non-free
  46.   7: deb http://deb.debian.org/debian buster-backports main contrib non-free
  47.   8: deb-src http://deb.debian.org/debian buster-backports main contrib non-free
  48.   Active apt repos in: /etc/apt/sources.list.d/google-chrome.list
  49.   1: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
  50. heider@debian:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement