Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
XF86Config for TV out from nvidia FX5200. what am I doing?!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
pubecon
Guru
Guru


Joined: 03 Mar 2003
Posts: 342
Location: Glasgow, Scotland

PostPosted: Mon Sep 29, 2003 6:27 pm    Post subject: XF86Config for TV out from nvidia FX5200. what am I doing?! Reply with quote

having jumped all over the forum looking for useful posts I haven't turned up anything which seems to solidly explain how this works.

some refer to nvtv (which doesn't detect my card) and others just haven't been answered. so here's another one for the pile. I'm hoping it's something obvious...


Code:
Section "Monitor"
   Identifier  "Relisys 997 Monitor"
   HorizSync   30-95
   VertRefresh 50-150
EndSection

Section "Monitor"
   Identifier "TV"
   HorizSync 30-50
   VertRefresh 60
   Option "TVStandard" "PAL-B"
   Option "ConnectedMonitor" "TV"
   Option "TVOutFormat" "SVIDEO"
   Option "DPMS" "false"
EndSection

Section "Device"
   Identifier  "NVIDIA GeForce"
    Driver   "nvidia"
   Option "CursorShadow" "true"
   Option "CursorShadowAlpha" "60"
   Option "CursorShadowXOffset" "2"
   Option "CursorShadowYOffset" "2"
   BusID "PCI:1:0:0"
   Screen 0
EndSection

Section "Device"
   Identifier "TV"
   Driver "nvidia"
   Option "TwinView"
   Option "SecondMonitorHorizSync" "30-50"
   Option "SecondMonitorVertRefresh" "60"
   Option "MetaModes" "1280x960, NULL; 1152x864, NULL; 1024x768, NULL; 800x600, 800x600; 720x576, 720x576; 640x480, 640x480"
   Option "ConnectedMonitor" "CRT, TV"
   Option "TwinViewOrientation" "Clone"
   Option "NoDPMS"
   BusID "PCI:1:0:0"
   Screen 1
EndSection



Section "Screen"
   Identifier  "Screen0"
   Device      "NVIDIA GeForce"
   Monitor     "Relisys 997 Monitor"
   Option   "NvAgp" "2"
   DefaultDepth 16
   Subsection "Display"
      Depth       8
      Modes       "640x480" "800x600" "1024x768" "1280x1024"
      ViewPort    0 0
   EndSubsection

   Subsection "Display"
      Depth       16
      Modes "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
   EndSubsection
   Subsection "Display"
      Depth       24
      Modes       "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
   EndSubsection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device   "TV"
   Monitor   "TV"
   DefaultDepth 24
   Subsection "Display"
      Depth       24
      Modes       "1024x768"
      ViewPort    0 0
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier  "Simple Layout"
   Screen         0    "Screen0"
   Screen         1    "Screen1" RightOf "Screen0"
   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"
EndSection



(anyone fancy trawling through someone elses XF86Config?)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum