I am having the exact same problem since I upgraded to Windows 11 24H2.

PLEASE DO NOT DO THIS: I thought I will uninstall frescologic driver and reinstall it to fix the issue. But after reinstalling the driver, I am unable to get the second monitor(frescologic USB to VGA/HDMI) working at all.

I tried DDU (Display Driver Uninstaller) but it still does not work..

Edit: Finally after a lot of hit and trial, I was able to get the second monitor working. I am not sure which steps were relevant but below is what I did:

  • from Device Manager -> Display Adapters, Right click the "fresco logic iddcx adapter" -> Uninstall Device -> Check the attempt to remove driver.
  • from Device Manager -> USB Video class device , Right click the "fresco logic FL2000 USB Display Adapter" -> Uninstall Device -> Check the attempt to remove driver.
  • By launching the installer, I uninstalled the newer frescologic driver I had already installed (FL2000-2.1.36287.0.exe)
  • Restart
  • Install the driver version which came in with the device "Windows install_2.1.34054.0" - Windows install_2.1.34054.0.exe
Top answer
1 of 2
1

I am having the exact same problem since I upgraded to Windows 11 24H2.

PLEASE DO NOT DO THIS: I thought I will uninstall frescologic driver and reinstall it to fix the issue. But after reinstalling the driver, I am unable to get the second monitor(frescologic USB to VGA/HDMI) working at all.

I tried DDU (Display Driver Uninstaller) but it still does not work..

Edit: Finally after a lot of hit and trial, I was able to get the second monitor working. I am not sure which steps were relevant but below is what I did:

  • from Device Manager -> Display Adapters, Right click the "fresco logic iddcx adapter" -> Uninstall Device -> Check the attempt to remove driver.
  • from Device Manager -> USB Video class device , Right click the "fresco logic FL2000 USB Display Adapter" -> Uninstall Device -> Check the attempt to remove driver.
  • By launching the installer, I uninstalled the newer frescologic driver I had already installed (FL2000-2.1.36287.0.exe)
  • Restart
  • Install the driver version which came in with the device "Windows install_2.1.34054.0" - Windows install_2.1.34054.0.exe
2 of 2
0

Hello KOSTAS RODIS and welcome to the Microsoft Community!

According to your feedback, you are experiencing an update to Windows 11 24h2 and the monitor has to be disconnected and reconnected for it to display!

You can uninstall the driver for your monitor by clicking on the windows key > search and open Device Manager > uninstall the driver for your monitor.

Then you can go to the official website of your motherboard and download the chipset driver of your motherboard again.

At the same time, update your computer's graphics card driver

Then restart your computer and connect your monitor to see if the problem persists.

If this does not solve your problem

You can also try to uninstall the update by clicking on windows key > settings > windows update > update history.

Uninstall the update and see if the problem persists after uninstalling it.

This will help you to rule out if the problem is caused by the update.

I hope you find the above information helpful.

Kirito|Microsoft Community Support Specialist

Discussions

fresco logic fl2000 - DisplayLink Forum
fresco logic fl2000 Mac Software More on displaylink.org
🌐 displaylink.org
April 4, 2018
How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu? - Unix & Linux Stack Exchange
I find this on git hub: https://github.com/fresco-fl2000/fl2000 and try to install it but installation fail. ... Telling the full story so all the keywords will be included in my response for future searchability: I've been looking everywhere for a driver or chipset info for the unbranded "Mini HD USB 3.0 HDMI Adapter" for years. I finally dug though enough duck duck go results to find a page that claims it uses the Fresco logic ... More on unix.stackexchange.com
🌐 unix.stackexchange.com
August 16, 2017
Does Fresco Logic FL2000 USB Display Adapter work in fedora? - Fedora Discussion
I want to know how to work More on discussion.fedoraproject.org
🌐 discussion.fedoraproject.org
0
December 7, 2024
FL2000 USB adapter driver
This driver is tested on Ubuntu 14 LTS as well as some Android platforms with kernel version 3.10.x. This driver source might not compile on newer kernels (eg. 4.0 or above) because of the fast-moving API changes in the mainstream kernel. You might need to adapt it for your own use. Source: https://github.com/FrescoLogic/FL2000 Because the last commit in the repository mentioned was made at the end of June 2020, it will be difficult or impossible to use these drivers with a current kernel. More on reddit.com
🌐 r/linuxquestions
2
2
January 9, 2023
🌐
DriversCloud
driverscloud.com › en › services › GetInformationDriver › 69501-55606 › frescologic-fl2000-20325050exe
Driver sheet - DriversCloud
FrescoLogic FL2000 USB Display Adapter · Lenovo 2000 Series USB Display Adapter · View all compatible hardware ... Download this driver · Each driver is strictly from the official website of the manufacturer · 04/06 · Intel · gfx_win_101.8826.exe · 03/06 · AMD ·
🌐
Benfei
benfei.com › pages › usb-video-driver-self-diagnosis-of-fl2000-monitor-not-working
USB Video Driver - Self-diagnosis of FL2000 monitor not working – Benfei
When you hit problem, please follow the following steps, and tell us which step is going wrong. 1. Make sure you are using FrescoLogic USB to VGA/HDMI latest driver (V2.0.xxxx.0). 2. When the FL2000 dongle is plugged in, invoke device manager. Click "Devices By Connections" under "View" menu.
Top answer
1 of 3
6

Telling the full story so all the keywords will be included in my response for future searchability:

I've been looking everywhere for a driver or chipset info for the unbranded "Mini HD USB 3.0 HDMI Adapter" for years. I finally dug though enough duck duck go results to find a page that claims it uses the Fresco logic USB display driver, which brought me here.

I was able to get the driver to work using Linux Mint 18.2 "Sonya" with linux-headers-4.13.0-45-generic, but the instructions on git hub were not perfect.

  1. Clone the repository git clone https://github.com/FrescoLogic/FL2000.git (If you don't have git installed you can install it with sudo apt install git )
  2. Navigate to src: cd FL2000/src/
  3. Run make (contrary to the instructions, you don't need to edit KERNEL_PATH as the bug was fixed)
  4. Insert the module sudo insmod fl2000.ko
  5. Change to sample cd ../sample/
  6. Run make (I got an error here, but was able to test the driver and see an image despite the error)
  7. Run sudo ./fltest 0

This crashed the first time I ran it but worked when I re-ran it a second time. Running it a 3rd time, it hangs my system.

Rebooting with the device plugged into the USB port seems to help. It will work at first launch. However, during shutdown my system is unable to disconnect from it's built in RAMDrive and will hang, ctrl-alt-del will move it a few steps further, but then it hangs again forcing me to do a hard shutdown.


I'm not sure if fixing the error when running make in the sample directory make: /opt/hi3798/arm-hisiv200-linux/bin/arm-hisiv200-linux-gnueabi-gcc: Command not found would make this any more stable.

I googled and came across this thread saying I "need to add head file <sys/ioctl.h>" -- I didn't know how to do that so I followed the recommendation in this thread mentioning I should install some gcc packages:

sudo apt-get install gcc-arm-none-eabi gcc-arm-linux-gnueabi

After installing, make progressed further, but I am now getting a make: /opt/hi3798/arm-hisiv200-linux/bin/arm-hisiv20/opt/hi3798/arm-hisiv200-linux/bin/arm-hisiv200-linux-gnueabi-gcc: Command not found error.

Installing ia32-libs hasn't helped.

2 of 3
6

Just in case someone is still looking, it seems there is a clean-sheet re-implementation of the driver, by klogg from opensource community.

Find elsewhere
🌐
GitHub
github.com › FrescoLogic › FL2000
GitHub - FrescoLogic/FL2000: Fresco Logic FL2000 Linux/Android Kernel driver · GitHub
This is an official driver release from Fresco Logic in an attempt to help the open-source community adopting the development and use of the FL2000DX device. This driver only covers the USB part of the display logic.
Starred by 300 users
Forked by 123 users
Languages   C
🌐
Microsoft
catalog.update.microsoft.com › Search.aspx
Microsoft Update Catalog
We cannot provide a description for this page right now
🌐
ELECABLE
elecable.us › pages › self-diagnosis-of-fl2000-monitor-not-working
Self-diagnosis of FL2000 monitor not working – ELECABLE
Under the "PCI Express Root Complex", find "Intel USB3.0 eXtensible Host Controller -1.0(Microsoft)". You should be able to find "FrescoLogic FL2000 USB Display Adapter". like this: 5. In the device manager view, find your Graphics driver node. You need to install full display driver such as Intel HD Graphics family, or Nvidia GeForce, or AMD Radeon drivers. If your graphics driver is not install, Windows would use "Basic Display" driver to operate your graphics hardware. Fresco Logic driver won't work with Microsoft BasicDisplay Driver.
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › hardware support
Fresco Logic FL2000 USB to HDMI adapter - Linux Mint Forums
March 4, 2018 - premier69 wrote: ⤴Sun Mar 04, 2018 8:44 am and yes I have done my research and come up with nothing. I did a single search and came up with a stack of stuff, including this as the first link: https://github.com/FrescoLogic/FL2000 And this as the second link: https://support.frescologic.c...
🌐
Cy384
cy384.com › projects › fl2000dx-driver.html
cy384 | fl2000dx display driver
For about $10 one can find something titled like "NEW USB 3.0 to VGA Video Graphic Card Display External Cable Adapter for Win 7/8" on eBay or Aliexpress. A bit of searching showed that the underlying chip is the Fresco Logic FL2000DX, which appears to allow much better resolution and performance than a (more expensive) DisplayLink.
🌐
Linux Mint Forums
forums.linuxmint.com › board index › main edition support › hardware support
Does Fresco Logic FL2000 USB Display Adapter work in Mint? - Linux Mint Forums
January 28, 2017 - Looks like they have an open source driver now? https://github.com/FrescoLogic/FL2000 Will post back after attempting to compile what they have.
🌐
Reddit
reddit.com › r/vfio › anyone here have fresco logic fl2000 usb3 display adapter?
r/VFIO on Reddit: Anyone here have Fresco Logic FL2000 USB3 Display Adapter?
March 27, 2019 -

It's an iffy thing, but I think it can be used successfully to jumpstart Looking Glass or other remote connections, because it doesn't appear like a normal display adapter (says USB Video Class Device) and offloads everything to your main card. Tried Overwatch, Hearthstone and Furmark so far, worked without a monitor connected to the real videocard, not even a dummy plug.

I have this one

🌐
Outbyte
outbyte.com › home › driver database › other devices › fresco logic › fresco logic fl2000 usb display adapter
Download Fresco Logic FL2000 USB Display Adapter drivers
1 week ago - Download Display drivers for Windows, that can help resolve Fresco Logic FL2000 USB Display Adapter PC issues. Check and update all PC drivers for Windows 11, 10, 8.1, 8, and 7 (32-bit/64-bit)