|
|
#13 | ||
|
Registered User
Join Date: Jan 2007
Posts: 13
|
Quote:
Quote:
Is it possible with Twinview to run each screen in a different resolution, but see the whole screen on both displays? If not, perhaps it is possible with separate screens? I think it would work now (even if it did not before) with the proper resolutions specified. If it is not possible in twinview and dual head, is there an easy way to switch resolution for 'watching TV' without changing to another xorg.conf? I don't want to work on a 800x600 screen. Below is the current Xorg, giving me a 1280x1024 resolution on the CRT, and a partial picture in 800x600 on the TV. Code:
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen[0]" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Monitor"
Identifier "Monitor[0]"
HorizSync 30.0 - 100.0
VertRefresh 50.0 - 160.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device[0]"
busID "PCI:1:0:0"
Driver "nvidia"
Option "ConnectedMonitor" "CRT,TV"
Option "TwinView" "true"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "CRT: 1280x1024,TV: 800x600"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-B"
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Device[0]"
Monitor "Monitor[0]"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
|
||
|
|
|
|
|
#14 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
You cannot display the same content on both displays if they are not using the same mode.
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 320.17 can't detect video modes on Lenovo laptop | tadawson | NVIDIA Linux | 13 | 07-14-12 01:40 AM |
| Shadow on some graphics (OpenProj and 302.11 Nvidia driver - Kubuntu 12.04) | yamane | NVIDIA Linux | 0 | 05-21-12 05:08 PM |
| Redhat 7.3 with GeForce 2 MX | invman | NVIDIA Linux | 21 | 10-22-02 03:20 PM |