> I have a GeForce FX 5200(128mb) with TV-out.
> In winxp clone mode works ok, but here...
> I just can't figure it out.
> Oh..almoust forgot, a friend asked me about my 3D Acceleration,how can i
enable that?
You need to define second screen, monitor and device section.
In your device sections you need to specify the PCI Bus ID for each output,
use 'lspci' to check what these BusIDs should be, then load both screens in
your Server Layout section. As far as I understand it 3d acceleration is
handled by the dri module (looks liek yours is commented out), remember to
make permissions good for all users (0666 should be good):
(Left out section InputDevice, Files, ServerFlags, etc...)
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen1"
Screen "Screen2"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Module"
Load "dbe"
Load "type1"
Load "freetype"
Load "extmod"
Load "glx"
Load "dri"
EndSection
Section "Device"
Identifier "Video1"
Driver "nv"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "Video2"
Driver "nv"
BusID "PCI:1:4:0"
EndSection
Section "Monitor"
Identifier "PC"
HorizSync 31.5
VertRefresh 50-90
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 31.5 - 82.0
VertRefresh 50-100
EndSection
Section "Screen"
Identifier "Screen1"
Device "Video1"
Monitor "PC"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection
Section "Screen"
Identifier "Screen2"
Device "Video2"
Monitor "TV"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
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"
Option "TwinView" "True"
Option "ConnectedMonitor" "CRT, TV"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600;"
Option "TVStandard" "PAL-B"
ViewPort 0 0
EndSubsection
EndSection
Section "DRI"
Mode 0666
EndSection
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86