HP Laptop with intel and nvidia, 3 monitors

Chat about Linux in general
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Locked
vikosabricos

HP Laptop with intel and nvidia, 3 monitors

Post by vikosabricos »

Hi. I have the same issue as here on Ubuntu with intel and nvidia.
I use nvidia-384 proprietary driver.
my xorg.conf:

Code: Select all


Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "None"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
#    Option "IgnoreDisplayDevices" "CRT"
EndSection
I commented row with "Option "IgnoreDisplayDevices" "CRT"", but it is not solved the problem.
Can somebody helps?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Moem
Level 22
Level 22
Posts: 16224
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: HP Laptop with intel and nvidia, 3 monitors

Post by Moem »

You'd be better off using the Ubuntu forum. That's where you get ubuntu support. This is the Mint forum.
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
Locked

Return to “Chat about Linux”