Score:0

Problem with second monitor 4k on ubuntu 22.04

kn flag

i connent by micro display port to graphic card 2 monitors, one 4k, second full hd but on windows all works very well, on ubuntu 20.04 monitors work slowly, its looks like 15 fps on display. I tried to install drivers to my graphic card (nvidia t400 mobile), by terminal and system ui, but now my second monitor dont work and i must to unistall this drivers. How to install drivers corretly?

Score:0
uy flag

To solve your problem to ensure proper functioning of your display on Ubuntu 20.04, you need to install correct drivers for your NVIDIA T400 mobile graphics card. Follow below steps to do so:

  1. Open the Terminal on your Ubuntu.

  2. Add the graphics drivers PPA by running the following command: sudo add-apt-repository ppa:graphics-drivers/ppa

  3. Update the package list by running the following command:sudo apt update

  4. Search for available drivers by running the following command: ubuntu-drivers devices

  5. Install the recommended driver version for your graphics card by running the following command: sudo apt install nvidia-driver-<version>

Note: Replace with the version number recommended by the previous step.

  1. Reboot your system to apply the changes by running the following command: sudo reboot

After rebooting, check if both monitors are working properly. If you still face issues, you may try disabling the NVIDIA graphics card and use the integrated graphics instead. To do so, follow these steps:

  1. Open the Terminal and create a file named xorg.conf by running the following command: sudo nano /etc/X11/xorg.conf

  2. Paste the following configuration in the file: Section "Device" Identifier "intel" Driver "modesetting" Option "AccelMethod" "None" EndSection

  3. Save the file by pressing Ctrl+O, and then exit by pressing Ctrl+X.

  4. Reboot your system by running the following command: sudo reboot

After rebooting, check if both monitors are working properly. If yes, then your NVIDIA graphics card was the culprit, and you may need to update or replace it to fix the issue permanently.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.