[Ubuntu 20.04] What to do if the external monitor is not recognized

environment: Clean install Ubuntu 20.04 on ASUS laptop (minimal installation) The display was not recognized when trying to connect to HDMI from the type-c dock

install lightdm

Install the display manager Light DM.

Do the following in your terminal:

$ sudo apt install lightdm

Register LightDM with your default display manager.

Restart your PC.

nvidia installation

Execute the following command in the terminal.

$ sudo apt-get purge 'nvidia*'
$ sudo add-apt-repository ppa:graphics-drivers
$ sudo apt-get update 

When you restart your PC, HDMI will recognize and use your external monitor.

reference

Recommended Posts

[Ubuntu 20.04] What to do if the external monitor is not recognized
What to do if the background image is not applied after deployment
What to do if the prefix c is not bound in JSP
[Swift] What to do if the app icon is set but not reflected
What to do if audio is not available on discordrb
What to do if FacesMessage is set but not displayed
What to do if the breakpoint is shaded and does not stop during debugging
What to do if you install Ubuntu
[Rails] What to do if data is not registered in DB
What to do if Cloud9 is full in the Rails tutorial
What to do if the Eclipse Maven dependency Jar is wrong
What to do if the server tomcat dies
[Note] What to do if bundle install in Chapter 3 of the rails tutorial is not possible
What to do if the app is not created with the latest Rails version installed when rails new
What to do if the debug gem installation fails
What to do if the Rails server can't start
What to do if the changes are not reflected in the jar manifest file
What to do if Operation not permitted is displayed when you execute a command in the terminal
What to do if the update does not take effect after deploying Rails AWS
What to do if the JSONHint annotation does not work with lombok and JSONIC
What to do if the adb command cannot be executed
What to do if you can't use the rails command
[Joke] What to do when the invalid sample rate is reached when using Mixxx on Ubuntu 20.04
What to do if you installed Ruby with rbenv but the version does not change
What to do if validation doesn't work with the update action
What to do when the changes in the Servlet are not reflected
What to do if the Rails page doesn't appear in Rails tutorial 1.3.2
[Logback] What to do if unnecessary files do not disappear during rotation
What to do if you forget the root password in CentOS7
What to do if you cannot roll back the migration (UnknownMigrationVersionError)
[Maven] What to do if you are asked to incorporate a jar that is not in the remote repository into the war
What to do about the "cannot be read or is not a valid ZIP file" error
What to do when javax.el.ELException: Not a Valid Method Expression: appears when the JSF screen is displayed
[IOS] What to do when the image is filled with one color
What to do if changes are not reflected after automatic deployment to EC2
What to do if you can't install the plugin from the Eclipse marketplace
What to do if deployment fails on Heroku (Ruby app not detected)
What to do if you don't like the code generated by swagger-codegen-cli
What to do if tomcat process remains when tomcat is stopped in eclipse
[Rails / Docker] What to do if access is denied by the browser (localhost: 3000) after adding a gem
[Gradle] [checkstyle] What to do if the active setting of Checkstyle is removed by "Refresh Gradle project" from Eclipse
What to do if you push incorrect information
What to do if mvn archetype: generate fails
What to do when debugging "Source not found"
What to do if you get a SQLite3 :: BusyException: database is locked error
What to do if you get Could not locate Gemfile or .bundle / directory
What to do if you can't activate the select box created by bootstrap-select
What to do if you get the error message unrecognized selector send to instance "***"
What to do when rails db: seed does not reflect in the database
[Grails] Error occurred running What to do when the Grails CLI does not start
What to do if you get To install the missing version, run `gem install bundler: 2.1.4`
Androd: What to do about "The Realm is already in a write transaction in"
What to do when is invalid because it does not start with a'-'
What to do if the rails server doesn't run out on AWS cloud9
[Rails] What to do when the Refile image is not displayed when writing the processing at the time of Routing Error
What to do if you get an "A server is already running." Error when you try to start the rails server
What to do when The SSL certificate has expired
What to do when JSF tags do not become HTML
What to do if ClassNotFoundException occurs when starting Tomcat
What to do if you can't get the text of an element in Selenium
What to do if rails server can't be stopped