Displaying 10 results from an estimated 10 matches for "displaylink".
2017 Jul 28
1
What RH-like on a Dell XPS 15 (9590)?
...ll XPS 13 (9360) with Fedora 26 installed. Very happy with it.
UEFI boot from flash drive works out of the box.
For install I needed to change the drive settings in the BIOS from the
default of RAID (what ever that means on a laptop) to AHCI. No need to
turn off secure boot.
If you want to use a DisplayLink USB display adaptor like the D3100
(commonly sold with this laptop), you might want to checkout
https://github.com/displaylink-rpm. This will require either you to
turn off secure boot or to sign the displaylink modules after they are
installed. Signing is not that hard, but is a extra step that yo...
2024 Aug 16
2
Possible nouveau driver problem?
...on a Dell Inspiron laptop with a 3840 x 2160 display and an external 1920 x 1080 Acer
monitor connected via HDMI, see output below:
$ inxi --graphics
Graphics:
Device-1: Intel UHD Graphics 620 driver: i915 v: kernel
Device-2: NVIDIA GM108M [GeForce 940MX] driver: nouveau v: kernel
Device-3: DisplayLink Dell D3100 Docking Station driver: usbfs type: USB
Device-4: Realtek Integrated_Webcam_HD driver: uvcvideo type: USB
Display: x11 server: X.Org v: 1.20.11 driver: X: loaded: modesetting
dri: iris gpu: i915 resolution: 1: 1920x1080~60Hz 2: 3840x2160~60Hz
API: OpenGL v: 4.6 vendor: intel me...
2018 May 07
4
Tripp Lite SU5000RT3U
Hi,
I am trying to configure my Tripp Lite SU5000RT3U on Ubuntu 18.04 as I am
not able to completely get all the data from the UPS. After installing all
required packages from the Ubuntu repos (had to run sudo apt-get install
dkms, I had to install the displaylink drivers from displaylink.org by
doing sudo ./displaylink-driver-4.2.29.run, and I created a sim link by
doing the following: sudo ln -s
/usr/src/linux-headers-4.15.0-20-generic/include/generated/autoconf.h
/usr/src/linux-headers-4.15.0-20-generic/include/linux/) and butchering a
NUT configuration,...
2019 Nov 02
2
[Bug 112197] New: Black screen after resume
...rd works
fine with nouveau driver. But if system is suspended to RAM or goes in
hibernation, graphic card fails leaving screen blank. But I still able to login
into machine with ssh.
With OEM Nvidia driver everything work fine, but this is not an option for my,
as a have a USB docking station with DisplayLink not supporting OEM driver.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20191102/04b2a6d2/attachment.html>
2017 Jul 27
13
What RH-like on a Dell XPS 15 (9590)?
Hello there,
I've just got a Dell XPS 15 (9590) at work and need to set up a stable
GNU/Linux system on it. I thought of CentOS7, but.. obviously its
kernel can't run on this hardware.
What would you recommend? Waiting for CentOS8 is not an option unless
it's a question of few weeks. Are there respins of the CentOS7 DVDs w/
more top-recent kernels? I'm know of Fedora 26 or
2020 Nov 06
1
USB External video
Hi All - Has anyone tried using a USB 4K adapter ? Something like
Startech USB32HD4K?
Are these devices on option for linux ? Thanks
Jerry
2018 May 09
0
Tripp Lite SU5000RT3U
sorry, I thought I hit reply-all. CC'ing the list.
On May 8, 2018, at 10:00 AM, Michael <fax12345 at gmail.com> wrote:
>
> Hi Charles,
>
> I'll gladly help where I can. I did reach out to their product support, and I did not have install the displaylink driver as that is for a totally different product, so ignore all that.
>
> The 208 V makes sense. The unit spec designates it as a 208V input, and from looking at what we have in the server room, the battery is a 48VDC power source.
Sounds good.
>
> For outputs, this UPS has (12) 5-...
2019 Oct 07
0
[PATCH v3] gpu: Fix Kconfig indentation
...oC, you should select
diff --git a/drivers/gpu/drm/udl/Kconfig b/drivers/gpu/drm/udl/Kconfig
index b4d179b87f01..b13aa33990f3 100644
--- a/drivers/gpu/drm/udl/Kconfig
+++ b/drivers/gpu/drm/udl/Kconfig
@@ -8,4 +8,4 @@ config DRM_UDL
select DRM_KMS_HELPER
help
This is a KMS driver for the USB displaylink video adapters.
- Say M/Y to add support for these devices via drm/kms interfaces.
+ Say M/Y to add support for these devices via drm/kms interfaces.
diff --git a/drivers/gpu/vga/Kconfig b/drivers/gpu/vga/Kconfig
index c8c770b05ed9..1ad4c4ef0b5e 100644
--- a/drivers/gpu/vga/Kconfig
+++ b...
2019 Sep 23
0
[PATCH trivial] gpu: Fix Kconfig indentation
...oC, you should select
diff --git a/drivers/gpu/drm/udl/Kconfig b/drivers/gpu/drm/udl/Kconfig
index b4d179b87f01..b13aa33990f3 100644
--- a/drivers/gpu/drm/udl/Kconfig
+++ b/drivers/gpu/drm/udl/Kconfig
@@ -8,4 +8,4 @@ config DRM_UDL
select DRM_KMS_HELPER
help
This is a KMS driver for the USB displaylink video adapters.
- Say M/Y to add support for these devices via drm/kms interfaces.
+ Say M/Y to add support for these devices via drm/kms interfaces.
diff --git a/drivers/gpu/vga/Kconfig b/drivers/gpu/vga/Kconfig
index c8c770b05ed9..1ad4c4ef0b5e 100644
--- a/drivers/gpu/vga/Kconfig
+++ b...
2019 Oct 04
2
[PATCH TRIVIAL v2] gpu: Fix Kconfig indentation
...oC, you should select
diff --git a/drivers/gpu/drm/udl/Kconfig b/drivers/gpu/drm/udl/Kconfig
index b4d179b87f01..b13aa33990f3 100644
--- a/drivers/gpu/drm/udl/Kconfig
+++ b/drivers/gpu/drm/udl/Kconfig
@@ -8,4 +8,4 @@ config DRM_UDL
select DRM_KMS_HELPER
help
This is a KMS driver for the USB displaylink video adapters.
- Say M/Y to add support for these devices via drm/kms interfaces.
+ Say M/Y to add support for these devices via drm/kms interfaces.
diff --git a/drivers/gpu/vga/Kconfig b/drivers/gpu/vga/Kconfig
index c8c770b05ed9..1ad4c4ef0b5e 100644
--- a/drivers/gpu/vga/Kconfig
+++ b...