LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   2 video modes, can i switch without reboot? (https://www.linuxquestions.org/questions/linux-hardware-18/2-video-modes-can-i-switch-without-reboot-187256/)

true_atlantis 05-29-2004 04:43 AM

2 video modes, can i switch without reboot?
 
my video card has 2 outputs, a monitor output, and an svideo out... is there a way to switch between the two without rebooting?

bruno buys 05-29-2004 09:45 AM

If it's an nvidia, you can try the nvtv software.

true_atlantis 05-29-2004 03:22 PM

yes, it is a nvidia, what does the nvtv do?

true_atlantis 05-29-2004 06:19 PM

i found this

Quote:

My GeForce 4 Ti 4200 works with twinview using the following configuration and the NVidia closed driver :

Section "Device"
Identifier "NVIDIA GeForce 4"
Driver "nvidia"
VendorName "NVIDIA GeForce 4"
BoardName "NVIDIA GeForce 4"

Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "ConnectedMonitor" "null,TV" <- Yes, "null,TV", this is the trick !
Option "TVStandard" "NTSC-M"
Option "TwinViewOrientation" "Clone"
Option "MetaModes" "1600x1200,null;1280x1024,null;1152x870,null;800x600,800x600;640x480,640x480"
EndSection

With this setup, the TV is not activated by default (@ 1600x1200) but by hitting CTRL ALT + or -, I can switch to 640x480 or 800x600 and activate the TV only when needed in clone mode.
but where do i change that in the /etc/X11/XF86Config file??

bruno buys 05-30-2004 02:00 PM

Take a look at this:
http://sourceforge.net/projects/nv-tv-out/


All times are GMT -5. The time now is 09:34 PM.