Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Usb Dock can't find all display [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
meelo
n00b
n00b


Joined: 13 Mar 2024
Posts: 16

PostPosted: Wed Apr 03, 2024 9:08 am    Post subject: Usb Dock can't find all display [solved] Reply with quote

Hello, i have a dock with a DP and 2 HDMI port linked by a USB-C. When using xrandr, i only found 2 HDMI entry:


https://bpa.st/A7UA


Last edited by meelo on Tue Apr 16, 2024 4:22 pm; edited 1 time in total
Back to top
View user's profile Send private message
kgdrenefort
Apprentice
Apprentice


Joined: 19 Sep 2023
Posts: 195
Location: Somewhere in the 77

PostPosted: Wed Apr 03, 2024 9:44 am    Post subject: Reply with quote

Hello,

I think your topic miss some relevant informations, such as:

- What is your GPU and driver in use ?
- Did you tried these screens, on pure HDMI/DP without USB-C ? Naive question from my side but I'm not aware of this kind of setup.
- All screens manufacturiers and their respective models ?
- Are you using Wayland or X.org ?
- What is your DE and WM as well ?
- How do you log into your DE/WM ? SDDM ? LightDM ? Are you using a xinitrc with startx and what command do you use in that case ?
- What is your profile ?
- What is your kernel in use ?
- Is your Gentoo up-to-date ?
- While booting in this setup, is dmesg giving something interesting ?
- Did you checked logs for X.org or Wayland ?

I might miss some ideas too.

Regards,
GASPARD DE RENEFORT Kévin
_________________
«Gentoo does not have problems, only learning opportunities.» - NeddySeagoon
«If your Gentoo installation isn't valuable to you, feel free to continue to ignore the instructions.» - figueroa
Back to top
View user's profile Send private message
meelo
n00b
n00b


Joined: 13 Mar 2024
Posts: 16

PostPosted: Wed Apr 03, 2024 12:07 pm    Post subject: Reply with quote

- My GPU driver is "intel nvidia fbdev"

- My HDMI screen is detected when connected to the laptop, but not from the dock

- 1. screen (HDMI): Lenovo G70
2. screen (DP): LG 27BK55YP-B

- I'm using X

- I use xinitrc and startx with DWM.

,xinitrc :
Code:
#!/bin/sh
feh --bg-fill /home/meelo/Images/348205.jpg
. ~/.scripts/xsetloop.sh &
exec dbus-launch --sh-syntax --exit-with-session dwm


- profile : default/linux/amd64/23.0/desktop (stable)

- Kernel : linux-6.6.21-gentoo

- Gentoo is up-to-date i think (i did a emerge --sync recently)

- dmesg : https://bpa.st/PEEQ

- X logs : https://bpa.st/2DZA
Back to top
View user's profile Send private message
kgdrenefort
Apprentice
Apprentice


Joined: 19 Sep 2023
Posts: 195
Location: Somewhere in the 77

PostPosted: Wed Apr 03, 2024 12:35 pm    Post subject: Reply with quote

It lacks what GPUs you have.

We see:

Code:
"intel nvidia fbdev"


As used drivers.

Maybe, I can be naive, you are not using proper driver ?

If you have multiple GPUs, are you having like Bumblebee or something to switch from a driver to another ?

Maybe it uses the wrong card, not able to use 3 screens ? 

Do you have another Linux or OS to try that out ?

Regards,
GASPARD DE RENEFORT Kévin
_________________
«Gentoo does not have problems, only learning opportunities.» - NeddySeagoon
«If your Gentoo installation isn't valuable to you, feel free to continue to ignore the instructions.» - figueroa
Back to top
View user's profile Send private message
meelo
n00b
n00b


Joined: 13 Mar 2024
Posts: 16

PostPosted: Wed Apr 03, 2024 12:49 pm    Post subject: Reply with quote

You might be right about using the wrong driver. I don't know how to see which GPU i'm using, and don't have another OS to try it.

But from past experience i know that the HDMI laptop input work, but i don't have any info from the dock
Back to top
View user's profile Send private message
kgdrenefort
Apprentice
Apprentice


Joined: 19 Sep 2023
Posts: 195
Location: Somewhere in the 77

PostPosted: Wed Apr 03, 2024 12:51 pm    Post subject: Reply with quote

meelo wrote:
You might be right about using the wrong driver. I don't know how to see which GPU i'm using, and don't have another OS to try it.

But from past experience i know that the HDMI laptop input work, but i don't have any info from the dock


Could you please give us the exact list of GPU (manufacturer and model) you are using in your computer, please ?

If you don't know, type:

Code:
# lspic | grep VGA


Regards,
GASPARD DE RENEFORT Kévin
_________________
«Gentoo does not have problems, only learning opportunities.» - NeddySeagoon
«If your Gentoo installation isn't valuable to you, feel free to continue to ignore the instructions.» - figueroa
Back to top
View user's profile Send private message
meelo
n00b
n00b


Joined: 13 Mar 2024
Posts: 16

PostPosted: Wed Apr 03, 2024 1:03 pm    Post subject: Reply with quote

I have this one the eDP-1 i think :

Code:
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)


And this one i think :

Code:
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)
Back to top
View user's profile Send private message
kgdrenefort
Apprentice
Apprentice


Joined: 19 Sep 2023
Posts: 195
Location: Somewhere in the 77

PostPosted: Wed Apr 03, 2024 1:15 pm    Post subject: Reply with quote

meelo wrote:
I have this one the eDP-1 i think :

Code:
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)


And this one i think :

Code:
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)


So it's a two GPU computer (laptop, since it's a 1050Mobile, correct ?).

I'm not even sure the 1050 could do that, actually, start to be a bit old isn't it ?

Also, maybe this page would help you: https://wiki.gentoo.org/wiki/NVIDIA/Bumblebee

Regards,
GASPARD DE RENEFORT Kévin
_________________
«Gentoo does not have problems, only learning opportunities.» - NeddySeagoon
«If your Gentoo installation isn't valuable to you, feel free to continue to ignore the instructions.» - figueroa
Back to top
View user's profile Send private message
meelo
n00b
n00b


Joined: 13 Mar 2024
Posts: 16

PostPosted: Wed Apr 03, 2024 2:30 pm    Post subject: Reply with quote

I think you are right about the old composant, thanks for responding
Back to top
View user's profile Send private message
meelo
n00b
n00b


Joined: 13 Mar 2024
Posts: 16

PostPosted: Tue Apr 09, 2024 4:10 pm    Post subject: Reply with quote

i have installed bumblebee with dependency but when i enter :

Code:
sudo optirun glxgears
[ 1235.442575] [ERROR]Accel/display bridge primus is not installed.


and when trying with primus :

Code:
primusrun glxgeras
/usr/bin/primusrun: line 47: exec: glxgeras: not found



but it still get on

Code:
 cat /proc/acpi/bbswitch
0000:01:00.0 ON
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21655

PostPosted: Tue Apr 09, 2024 4:45 pm    Post subject: Reply with quote

It looks like primusrun does not feature spelling correction for the requested program. You will need to spell glxgears correctly if you want to run it under primusrun.
Back to top
View user's profile Send private message
meelo
n00b
n00b


Joined: 13 Mar 2024
Posts: 16

PostPosted: Wed Apr 10, 2024 6:31 am    Post subject: Reply with quote

My bad i typed it wrong for the paste, the error is :

Code:
 primusrun glxgears
primus: fatal: Bumblebee daemon reported: error: [XORG] (EE) No devices detected.
Back to top
View user's profile Send private message
meelo
n00b
n00b


Joined: 13 Mar 2024
Posts: 16

PostPosted: Tue Apr 16, 2024 4:21 pm    Post subject: Reply with quote

Okay, i have found that my computer is not compatible with DP
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum