|
|
#1 | |
|
Registered User
Join Date: Jun 2004
Posts: 81
|
When I want to do tv-out with my 7800GT I have to change settings in xorg conf and restart X (going from my native resolution of 1600x1200 to 800x600) - basically using the clone setting. Is there a way to stay in X with my 1600x1200 modeline and separately turning on tv-out as a separate screen? Thanks for your help.
|
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Aug 2003
Posts: 1,026
|
Yes, you can setup a two-screen configuration with tv-out as the second screen.
Of course the TV will not show the same content as the main screen. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jun 2004
Posts: 81
|
Do you have any config examples? Thanks.
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jun 2004
Posts: 81
|
I'm trying to run 2 screens at once, but startx says "no screens." Here is my xorg.conf:
Code:
Section "Monitor"
Identifier "iiyama"
Option "UseEDID" "FALSE"
Option "UseEdidFreqs" "TRUE"
# Option "DynamicTwinView" "TRUE"
#Option "TwinView" "TRUE"
Option "Dpi" "90 x 84"
Identifier "iiyama HM204DT"
HorizSync 30.0 - 142.0
VertRefresh 50 - 200
Modeline "1600x1200_100" 390 1600 1632 3160 3192 1200 1221 1240 1261
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Device"
#VideoRam 4096
# Insert Clocks lines here if appropriate
Identifier "Device0"
Driver "nvidia"
Screen 0
# Option "TVStandard" "NTSC-M"
# Option "TVOutFormat" "COMPOSITE"
# Option "TVOverScan" "0.6"
# Option "SecondMonitorHorizSync" "30-50"
# Option "SecondMonitorVertRefresh" "60"
#Option "TwinView" "true"
#Option "ConnectedMonitor" "crt,tv"
#Option "TwinViewOrientation" "Clone"
#Option "RenderAccel" "true"
#Option "MetaModes" "800x600,800x600; 640x480,640x480"
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
Screen 1
Option "TVStandard" "NTSC-M"
Option "TVOutFormat" "COMPOSITE"
BusID "PCI:02:09:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "iiyama"
Option "LogoPath" "/etc/splash.png"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200"
# Option "MetaModes" "1600x1200_100"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 8800 GT and Ubuntu - Plymouth low resolution | legluondunet | NVIDIA Linux | 3 | 06-24-12 03:22 PM |
| Opinions on 1280x1024 resolution | skipparoo | NVIDIA GeForce 7, 8, And 9 Series | 103 | 06-22-12 11:38 PM |
| What resolution do you all run Unreal2003 retail version at with all details on max.? | imtim83 | Gaming Central | 9 | 10-04-02 10:17 AM |
| 30.82 and 40.41 resolution + monitor OSD. | Max3D | NVIDIA Windows Graphics Drivers | 2 | 09-05-02 02:15 AM |
| Resolution | MichaelZ | NVIDIA Linux | 7 | 08-07-02 06:18 PM |