Enabling dual-monitor setup (NVidia only): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:faq]] | [[Category:graphics-faq]] | ||
We've made it possible for users to adjust their video settings in order to configure for dual-monitor setup. | We've made it possible for users to adjust their video settings in order to configure for dual-monitor setup. | ||
This works solely for NVidia video cards. In order to configure for dual-monitor setup, type the following at the command prompt: | This works solely for NVidia video cards. In order to configure for dual-monitor setup, type the following at the command prompt: |
Latest revision as of 16:10, 10 February 2015
We've made it possible for users to adjust their video settings in order to configure for dual-monitor setup. This works solely for NVidia video cards. In order to configure for dual-monitor setup, type the following at the command prompt:
gksudo /opt/netapps/bin/nvidiaconfig
In most cases, the script will ask you to reboot. The reboot can be postponed, but changing the video configuration won't work until then.
After reboot, run gksudo /opt/netapps/bin/nvidiaconfig again. Choose "twinview" in the configuration window to enable the secondary monitor. Click apply to try new settings and do not forget to press the "Save config file" button when done.
To figure out whether you have an NVidia card at all, enter the command:
lspci|grep -i vga|grep -i nvidia
if that shows any output, you have an NVidia card.