🌐
OEM Drivers
oemdrivers.com › graphics-fresco-logic-fl2000
Fresco Logic FL2000 USB 3.0 Display Controller Driver (Windows 11, 10, 8, 7, Vista, XP) | Device Drivers
There is a bunch of adapters that use the Fresco Logic FL2000 chipset and people usually don’t know this until they plug the adapter into a computer and they are prompted with a unknown device called FL2000. Luckly, we have the drivers below with our latest version being 2.1.36287.0 for Windows 11/10/8/ and 7. Without these drivers the display may not display at all.
Discussions

Why is Fresco Logic FL2000 USB 3.0 display adapter not working?
I updated to Win10 pro from Win7 pro, and my USB display adapter stopped working. The event error message said that the FL2000 USB 3.0 usb video adapter did not sucessfully migrate. How can this be fixed? More on forums.windowscentral.com
🌐 forums.windowscentral.com
10
0
August 17, 2015
How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu? - Unix & Linux Stack Exchange
I need to connect additional monitors on my computer and I get Fresco Logic FL2000DX USB display adapters. This adapters works perfect on Windows but I need to use on my development machine based on More on unix.stackexchange.com
🌐 unix.stackexchange.com
August 16, 2017
Anyone here have Fresco Logic FL2000 USB3 Display Adapter?
Hey do you still have this? what was your experience with it, did you use the drivers that came with it? More on reddit.com
🌐 r/VFIO
4
1
March 27, 2019
Fresco Logic FL2000 USB3.0 to HDMI adapter problem
Hello there! I use a Fresco Logic FL2000 USB3.0 to HDMI adapter. It worked good on my previous monitor. Now i bought a new monitor, and there is a problem with it. When I attach the monitor to the computer via the adapter, the computer is able to… More on learn.microsoft.com
🌐 learn.microsoft.com
2
150
🌐
Internet Archive
archive.org › software
Fresco Logic FL2000 USB 3.0 & 2.0 to VGA Adapter : Fresco Logic : Free Download, Borrow, and Streaming : Internet Archive
Fresco Logic FL2000 USB 3.0 & 2.0 to VGA AdapterManufacturer Fresco Logic Model No. FL2000Also Known As Fresco Logic USB Display Driver Fresco Logic IDDCX...
🌐
Windows Central
forums.windowscentral.com › home › the tech & hardware hub › hardware support: ask a question
Why is Fresco Logic FL2000 USB 3.0 display adapter not working? | Windows Central Forum
August 17, 2015 - I suggest if you have not already done so, you download the same latest driver 1.1.315.0 driver from the support page of the frescologic web page (I tried to embed a web link for you but was prevented - I am a new member) Filename: FLUSBVGA-1.1.315.0 Good luck. ... Yes the problem is that I needed the most recent driver FL 2000 USB 3.0 display driver, version 1.1.315.00, but the device came with the earlier driver. You can get it on the Fresno Logic website.
🌐
DriversCloud
driverscloud.com › en › services › GetInformationDriver › 69501-55606 › frescologic-fl2000-20325050exe
Driver sheet - DriversCloud
August 13, 2017 - 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 · whql-amd-software-adrenalin-edition-26.6.1-win11-b.exe · whql-amd-software-adrenalin-edition-26.6.1-win11-a.exe · 03/06 · steelseries · SteelSeriesGG112.0.0Setup.exe ·
🌐
Microsoft
catalog.update.microsoft.com › Search.aspx
Microsoft Update Catalog
We cannot provide a description for this page right now
🌐
Treexy
treexy.com › products › driver-fusion › database › display-adapters › fresco-logic
Download Fresco Logic Display Adapter Drivers for Windows 11, 10, 8.1, 8, or 7 - 64-bit and 32-bit - Treexy
Drivers / Display adapters / Fresco Logic · E · Etron USB 3.0 Display Adapter · F · FL2000 USB Display Adapter · FrescoLogic FL2000 USB Display Adapter · I · IDDCX Adapter · Insignia USB Display Adapter · L · Lenovo 2000 Series USB Display Adapter ·
Find elsewhere
🌐
IODocs
iodocs.com › home › usb 3.0 vga driver win 10
▷ USB 3.0 VGA driver win 10 - IODocs
November 13, 2024 - 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.
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.

🌐
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

🌐
DriverGuide
driverguide.com › driver › download › Fresco-Logic-FL2000-USB-Display-Adapter
Fresco Logic FL2000 USB Display Adapter Driver for Windows 11, 10, 8, 7, XP
The FL2000 USB Display Adapter is a common computer motherboard manufactured by Fresco Logic. Update now to fix problems such as frequent crashing, computer shuts off unexpectedly, no audio or no video, or a blank screen on start up. Our archive contains Windows 7 drivers that support this device.
🌐
Driver Genius
driver-soft.com › html › 500641.html
Fresco Logic FL2000 USB Display Adapter Driver Download
March 17, 2016 - Fresco Logic FL2000 USB Display Adapter Driver · Supported operating system: Windows 7 32-bit Windows 7 64-bit Windows 8 32-bit Windows 8 64-bit Windows 8.1 32-bit Windows 8.1 64-bit Windows 10 32-bit Windows 10 64-bit
🌐
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 - The most recent thing I found was here: https://bitbucket.org/mgulin/fl2000_sho ... ?at=master and it can barely display a static image on the attached device, at a fixed resolution. The manufacturer even says it's not supported: https://support.frescologic.com/portal/ ...
🌐
Outbyte
outbyte.com › home › driver database › other devices › fresco logic › frescologic fl2000 usb display adapter
Download Fresco Logic FrescoLogic FL2000 USB Display Adapter drivers
February 5, 2026 - Download Display drivers for Windows, that can help resolve Fresco Logic FrescoLogic 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)
🌐
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.
🌐
Windows 10 Forums
windowsphoneinfo.com › windows 10 forums › windows 10 network and sharing
can't connect wifi after installing Fresco Logic Fl2000 USB 3.0 Video display adaptor
Discus and support can't connect wifi after installing Fresco Logic Fl2000 USB 3.0 Video display adaptor in Windows 10 Network and Sharing to solve the problem; After installing the Fresco Logic software version FL2000-2.1.34054.0 in windows 10. The display works properly, but my pc can't connect wifi "can't...
🌐
Outbyte
outbyte.com › home › driver database › other devices › fresco logic
Download Fresco Logic Other Devices drivers
1 week ago - Etron USB 3.0 Display Adapter4 · Fresco Logic FL2000 USB Display Adapter22 · Fresco Logic USB3.0 VGA Display1 · FrescoLogic FL2000 USB Display Adapter7 · Insignia USB Display Adapter7 · Lenovo 2000 Series USB Display Adapter29 · Thin2000 USB Display Adapter23 ·