Wesley Stout has proposed merging lp:~wesleystout/openlp/documentation into lp:openlp.
Requested reviews: Tim Bentley (trb143) Raoul Snyman (raoul-snyman) added Nvidia section to dual monitors for linux, cleaned up the glossary some, and fixed the file paths -- https://code.launchpad.net/~wesleystout/openlp/documentation/+merge/38758 Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'documentation/manual/source/dualmonitors.rst' --- documentation/manual/source/dualmonitors.rst 2010-10-15 15:25:39 +0000 +++ documentation/manual/source/dualmonitors.rst 2010-10-18 19:12:46 +0000 @@ -118,6 +118,62 @@ resolution, and position. OpenLP works best projecting to the monitor on the right. +Linux Systems Using nVida Drivers +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +This guide is for users of the proprietary Nvidia driver on Linux Distributions. +It is assumed that you have properly setup your drivers according to your +distribution's documentation, and you have a working xorg.conf file in place. + +If you wish to make the changes permanent in setting up your system for dual +monitors it will be necessary to modify your xorg.conf file. It is always a good +idea to make a backup of any critical file before making changes:: + + u...@linux:~ $ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old + +or for those using systems that use the root user instead of sudo, change to +root and enter:: + + r...@linux: # cp /etc/X11/xorg.conf /etc/X11/xorg.conf.old + +The exact location of the xorg.conf file can vary so check your distribution's +documentation. + +If you want to make your changes permanent run nVidia settings from the terminal:: + + u...@linux:~ $ sudo nvidia-settings + +or:: + + r...@linux: # nividia-settings + +If you do not want to write the changes to your xorg.conf file simply run the +nVidia Settings program from your desktops menu, usually in an administration +or system menu, or from the terminal as a normal user run:: + + u...@linux:~ $ nvidia-settings + +Once you have opened nVidia Settings, click on **X Server Display Confiuration** +Then select the monitor you are wanting to use as your second monitor and click +configure. + +.. image:: pics/nvlinux1.png + +After clicking configure, select twinview. Then click ok. + +.. image:: pics/twinview.png + +Then click **apply** and if you are happy with the way things look click to keep +your new settings. Don't worry if all goes wrong the settings will return back +to the previous settings in 15 seconds without any action. nVidia Settings +should take care of selecting your optimum resolution etc, but that can be +changed as needed. When you are happy with everything click on **Save to X Configuration File** + +.. image:: pics/xorgwrite.png + +Then click **Save** and you should be set. You may want to restart X or your +machine just to make sure all the settings carry over the next time you log in. + === added file 'documentation/manual/source/pics/nvlinux1.png' Binary files documentation/manual/source/pics/nvlinux1.png 1970-01-01 00:00:00 +0000 and documentation/manual/source/pics/nvlinux1.png 2010-10-18 19:12:46 +0000 differ === added file 'documentation/manual/source/pics/twinview.png' Binary files documentation/manual/source/pics/twinview.png 1970-01-01 00:00:00 +0000 and documentation/manual/source/pics/twinview.png 2010-10-18 19:12:46 +0000 differ === added file 'documentation/manual/source/pics/xorgwrite.png' Binary files documentation/manual/source/pics/xorgwrite.png 1970-01-01 00:00:00 +0000 and documentation/manual/source/pics/xorgwrite.png 2010-10-18 19:12:46 +0000 differ
_______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : openlp-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp