Results 1 to 50 of 88

Thread: [TUTORIAL] Installing official NVIDIA driver in Optimus laptop

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Join Date
    2017-Nov
    Posts
    6
    Every step went perfect till this point:
    Code:
    xrandr --verbose|grep PRIME
    I always get:
    Code:
    PRIME Synchronization: 0
    And also updating grub

    Code:
    update-grub
    /usr/sbin/grub-mkconfig: 10: /etc/default/grub: nvidia-drm.modeset=1: not found
    I use KDE desktop. So I assumed my display manager is SDDM

    So I have this file with the following content

    Code:
    cat /usr/share/sddm/scripts/Xsetup
    #!/bin/sh
    # Xsetup - run as root before the login dialog appears
    
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    What could be wrong?
    Last edited by hassoun; 2017-11-14 at 15:46.

Similar Threads

  1. Replies: 1
    Last Post: 2017-09-23, 08:46
  2. Replies: 0
    Last Post: 2017-01-15, 10:39
  3. Replies: 6
    Last Post: 2017-01-04, 19:39
  4. Screen issues on a NVIDIA Optimus Laptop
    By Neotec00 in forum TroubleShooting Archive
    Replies: 2
    Last Post: 2016-10-14, 09:42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •