Dual Screen

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Lantesh

Re: Dual Screen

Post by Lantesh »

Assuming you are actually running the nVidia driver you also will want to install the nvidia-settings package. Then run nvidia-settings as root and you will have far better choices in how to set up your dual monitors.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
AK Dave

Re: Dual Screen

Post by AK Dave »

Click on Envy.
Lantesh

Re: Dual Screen

Post by Lantesh »

itzhero wrote:how do I install those? Can I do it while x is running?
In a terminal type:

Code: Select all

sudo apt-get install nvidia-settings
After installation you can run it from the new entry that will be created in your start menu, but running it from here will not run it as root, and you need to run it as root if you want to save any changes you make to your xorg.conf file. This is the file that x windows stores it's settings in. You will notice after you've launched nvidia-settings that there will be a button you can press to save the settings to the file, but it won't work if you are not running the utility as root.

To launch nvidia-settings as root do it in a terminal window with this command.

Code: Select all

sudo nvidia-settings
Locked

Return to “Beginner Questions”