Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
At home I use a GeForce FX5200 128 MB DDR with the following options in my XFREE86:
Code:
Section "Device"
Identifier "NVIDIA GeForce FX-5200"
Driver "nvidia"
# Option "NoLogo" "1" # Nao aparece o logo da nvidia
# Option "TwinView" "1" # ativa a opcao de saida de video
# Option "SecondMonitorHorizSync" "31-50"
# Option "SecondMonitorVertRefresh" "60"
# Option "TwinViewOrientation" "Clone" # no outro monitor, o que sairia, no caso clone vai sair a mesma coisa que estiver no monitor primario# Option "MetaModes" "1024x768,1024x768,800x600,800x600" # as resoluções dos monitores, primario e secundario
# Option "ConnectedMonitor" "CRT, TV" # CRT pra monitor normal, tv para televisao ( acho q eh isso mesmo )
# Option "TVStandard" "PAL-M" # pal-m
# Option "TVOutFormat" "SVIDEO" # super video
EndSection
I don't really know if this could help, because these are the configurations for TV-OUT, but I guess you could change and edit some of the lines above to get a similar result. In the NVIDIA package documentation is included too, you should give a look...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.