Ubuntu 20.04.1 External monitor not detected anymore - usb

It would be great if someone can help me. I was using the two external monitors plugged into ThinkPad-T14s-Gen-1 that has installed only Ubuntu 20.04, the laptop has AMD Ryzen 7 pro 4750u with AMD integrated graphics. One monitor was plugged into HDMI and other one into USB C socket, the laptop has two USB C sockets, one can be used both for charging and display, other one only for data. Everything was working fine but, both of monitors were detected but after some updates, after I did some updates(apt get update and upgrade) from 20.04 to 20.04.1 and 20.04.02, one day it suddenly is not detecting the one monitor plugged into USB C socket, its not even working after unplugging and plugging it back in(before it would work if I unplug and plug it back) The cable USB is good, its new and I have bought another one USB to check but they both dont work so its not about cables, it must be software issue. However I suspect the reason why the monitor stopped responding is because once I had accidentally clicked suspend option when I wanted to shutdown the pc. When I logged back in one monitor was not detected anymore. I am sharing my output of xrandr on terminal, btw I am absolute beginner to Linux. I have unplugged the monitor from HDMI, since its working but I plugged in the other one into USB C but its not detecting, its only detecting the laptop display(eDP):
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384 eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 309mm x 173mm 1920x1080 60.00*+ 1680x1050 60.00
1280x1024 60.00
1440x900 60.00
1280x800 60.00
1280x720 60.00
1024x768 60.00
800x600 60.00
640x480 60.00
HDMI-A-0 disconnected (normal left inverted right x axis y axis) DisplayPort-0 disconnected (normal left inverted right x axis y axis) DisplayPort-1 disconnected (normal left inverted right x axis y axis)

Related

How to view stream of device input in binary form

I have this steering wheel device (Thrustmaster Ferrari 458 Spider) that's only intended platform to be played on, is Xbox One, though I am attempting to make drivers for it on PC (windows 10), it has slight functionality apart from the fact that the steering wheel axis is set to the left trigger axis. I want to create drivers for this to remap the axes, and first step I guess is to read the stream and register an XInput device for it

IntelliJ IDEA doesn't adjust window when switching between external monitor and Retina display

I have my 15-inch 2017 MacBook Pro connected to an LG 27-inch 4K monitor. When they are connected, I have IntelliJ IDEA showing on the monitor on Desktop 11 (out of the 15 total I have) while Safari and my other stuff shows on the MacBook on Desktop 1. When they are not connected, then I just have IntelliJ showing on the MacBook Retina Display.
I used to have it so that IntelliJ had the size of the various editors and side windows were different depending on whether IntelliJ was being shown on the monitor or the MacBook. Obviously, when showing on the monitor, you have more real estate to work with so you can expand the size of the editors and such so that you can see more text. Now, it used to be that when I would connect/disconnect the MacBook from the monitor, macOS would automatically adjust the size of these windows/editors to the layout that was proportionate to the display it was being shown on. It no longer does this. This is a minor inconvenience that makes me have to readjust the window/editor sizes every time I switch displays.
Originally, I had this layout for when IntelliJ displayed on the LG:
and this layout for when it was on the MacBook Retina display:
Whenever I would connect/disconnect my MacBook to the LG, macOS would automatically scale IntelliJ so that I didn't have to do anything to make it fit whatever screen it was going to be shown on.
But now, it doesn't do that anymore.
Connecting the MacBook to the LG makes it go from this:
to this:
Disconnecting the LG from the MacBook makes it go from this:
to this:
What did I do that made macOS no longer automatically scale IntelliJ when switching between displays? What can I do to make it do this behavior again?

frame drops in Nvidia jetson Tk1 with IDS camera at 50 fps

I am using Tk1 with IDS camera (Model Number: UI5241LE-M) with CAT 6 ethernet cable to capture frames at 50 fps with 1280x1024. And it is giving a lot of frame drops. I am not exactly getting why it is not able to capture frames at 50 fps ? Any idea about it ? I was expecting that tk1 will work without any issue.
Thanks

Is it possible to add a specific screen resolution option (i.e. 1720 x 1440) to windows 8.1

I have two widescreen curved monitors (optimal resolution 3440 x 1440) with the option to split each screen into two independent displays with their own media source.
I would like to use this functionality for one of my screens but because the appropriate screen resolution (i.e. 1720 x 1440) is not available the result is that Windows is being stretched.
Is it possible to add screen resolutions to the default Windows list (i.e. via regedit) or is there an application which enables me to adjust it integrally?
My graphic card is IntelĀ® HD Graphics 4600.
I used this tool with my AMD 7970 and it worked great.
http://www.monitortests.com/forum/Thread-Custom-Resolution-Utility-CRU
Add it as a detailed resolution, restart machine, pick it from Screen Resolution options and off you go.

Unity3d external camera frame rate

I am working on a live augmented reality application. So far I have worked on many AR-Applications for mobile devices.
Now I have to get the video signal from a Panasonic P2. The camera is an European version. I catch the signal with a AJA io HD Box, witch is connected by firewire to a MacPro. So far everything works great - just not in Unity.
When I start the preview in Unity the framebuffer of the AJA ControlPanel jumps to a frame-rate of 59.94 fps. I guess because of a preference on unity. Because of the European version of the camera I can not switch to 59,94fps or 29,47fps.
I checked all settings in Unity, but couldn't find anything...
Is there any possibility to change the frame-rate unity captures from an external camera?
If you're polling the camera from Unity's Update() function then you will be under the influence of Vsync, which limits frame processing to 60 FPS.
You can switch off Vsync by going to Edit > Project Settings > Quality and then setting the option Vsync Count to "don't sync".