You are not logged in.

#1 2020-08-14 20:52:02

iamzimy
Member
Registered: 2019-10-24
Posts: 12

Having Trouble Setting Up NVIDIA GeForce RTX2060 on Fresh Installation

Hi, I'm currently having trouble on setting up my gpu. FYI I'm using a laptop which has both intel and nvidia gpu. Everything was working fine before this, I was using hardened kernel and optimus manager. Yesterday I did a fresh installation of arch and I follow the same procedure stated here , but when I switch to my nvidia gpu (using optimus) it logged out and stuck. Yes I'm still able to access to TTY.

The output of nvidia-smi is "No device were found"

Here is the output of my lspci | grep VGA

00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
01:00.0 VGA compatible controller: NVIDIA Corporation TU106M [GeForce RTX 2060 Mobile] (rev a1)

Here is the output for pacman -Qs nvidia

local/egl-wayland 1.1.5-1
    EGLStream-based Wayland external platform
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/libxnvctrl 450.57-1
    NVIDIA NV-CONTROL X extension
local/nvidia-dkms 450.57-2
    NVIDIA drivers - module sources
local/nvidia-settings 450.57-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 450.57-2
    NVIDIA drivers utilities
local/opencl-nvidia 450.57-2
    OpenCL implemention for NVIDIA

Here is the output for journalctl -u optimus-manager

Aug 15 03:30:41 arch python3[454]: [754] INFO: Xorg pre-start hook completed successfully.
Aug 15 03:30:41 arch systemd[1]: Started Optimus Manager Commands Daemon.
Aug 15 03:30:41 arch python3[489]: [1] INFO: # Commands daemon
Aug 15 03:30:41 arch python3[489]: [1] INFO: Opening UNIX socket
Aug 15 03:30:41 arch python3[489]: [1] INFO: Awaiting commands
Aug 15 03:38:03 arch python3[489]: [441980] INFO: Received command : {
Aug 15 03:38:03 arch python3[489]:     "args": {
Aug 15 03:38:03 arch python3[489]:         "mode": "nvidia"
Aug 15 03:38:03 arch python3[489]:     },
Aug 15 03:38:03 arch python3[489]:     "type": "switch"
Aug 15 03:38:03 arch python3[489]: }
Aug 15 03:38:03 arch python3[489]: [441981] INFO: Writing requested GPU mode nvidia
Aug 15 03:38:03 arch python3[489]: [441981] INFO: Writing state {'type': 'pending_pre_xorg_start', 'requested_mode': 'nvidia', 'current_mode': 'intel'}
Aug 15 03:38:19 arch systemd[1]: Stopping Optimus Manager Commands Daemon...
Aug 15 03:38:19 arch python3[489]: [458262] INFO: Process stop requested
Aug 15 03:38:19 arch python3[489]: [458262] INFO: Closing and removing the socket...
Aug 15 03:38:19 arch python3[489]: [458262] INFO: Goodbye !
Aug 15 03:38:19 arch systemd[1]: optimus-manager.service: Succeeded.
Aug 15 03:38:19 arch systemd[1]: Stopped Optimus Manager Commands Daemon.
-- Reboot --
Aug 15 03:38:20 arch systemd[1]: Starting Optimus Manager Commands Daemon...
Aug 15 03:38:20 arch python3[437]: [20] INFO: # Daemon pre-start hook
Aug 15 03:38:20 arch python3[437]: [21] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
Aug 15 03:38:20 arch python3[437]: [22] INFO: Startup mode is: intel
Aug 15 03:38:20 arch python3[437]: [23] INFO: Writing state {'type': 'pending_pre_xorg_start', 'requested_mode': 'intel', 'current_mode': None}
Aug 15 03:38:20 arch python3[437]: [23] INFO: Daemon pre-start hook completed successfully.
Aug 15 03:38:20 arch python3[437]: [23] INFO: Calling Xorg pre-start hook.
Aug 15 03:38:20 arch python3[461]: [16] INFO: # Xorg pre-start hook
Aug 15 03:38:20 arch python3[461]: [16] INFO: Previous state was: {'type': 'pending_pre_xorg_start', 'requested_mode': 'intel', 'current_mode': None}
Aug 15 03:38:20 arch python3[461]: [16] INFO: Requested mode is: intel
Aug 15 03:38:20 arch python3[461]: [16] INFO: Checking for GDM display servers
Aug 15 03:38:21 arch python3[461]: [1493] INFO: Available modules: ['nouveau', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
Aug 15 03:38:21 arch python3[461]: [1494] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
Aug 15 03:38:21 arch python3[461]: [1560] INFO: Loaded extra Intel Xorg options (0 lines)
Aug 15 03:38:21 arch python3[461]: [1561] INFO: Loaded extra Intel Xorg options (0 lines)
Aug 15 03:38:21 arch python3[461]: [1562] INFO: Writing to /etc/X11/xorg.conf.d/10-optimus-manager.conf
Aug 15 03:38:21 arch python3[461]: [1563] INFO: Writing state {'type': 'pending_post_xorg_start', 'switch_id': '20200815T033820', 'requested_mode': 'intel'}
Aug 15 03:38:21 arch python3[461]: [1564] INFO: Xorg pre-start hook completed successfully.
Aug 15 03:38:21 arch systemd[1]: Started Optimus Manager Commands Daemon.
Aug 15 03:38:21 arch python3[491]: [6] INFO: # Commands daemon

Any help will be really much appreciated.

Offline

Board footer

Powered by FluxBB