Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2006 15:14:53 -0300 (ART)
From:      "E. J. Cerejo" <edu07643@yahoo.com.br>
To:        David Raison <david@ion.lu>, FreeBSD Questions <questions@freebsd.org>
Subject:   Re: S-Video to TV
Message-ID:  <20060122181453.35712.qmail@web61011.mail.yahoo.com>
In-Reply-To: <43D3BE7D.7040809@ion.lu>

next in thread | previous in thread | raw e-mail | index | archive | help
Because I live in the US and here we have a different TV Standard which is  NTCS, should I change this PAL-B to NTCS   ("TVStandard"    "PAL-B") also?

Also I'm a bit confused about Section "ServerLayout", can I have more than one?  Or can I create a new xorg.conf just for my TV and have startx starting with it?

Right now my xorg.conf looks like this:


Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    ModulePath   "/usr/X11R6/lib/modules"
    FontPath     "/usr/X11R6/lib/X11/fonts/webfonts/"
    FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
    FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
#    FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath     "/usr/X11R6/lib/X11/fonts/URW/"
    FontPath     "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
    FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
    
EndSection

Section "Module"
    Load  "extmod"
    Load  "glx"
    Load  "dri"
    Load  "dbe"
    Load  "record"
    Load  "xtrap"
    Load  "type1"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/sysmouse"
    Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    #DisplaySize      320   240    # mm
    Identifier   "Monitor0"
    VendorName   "SAM"
    ModelName    "SyncMaster"
 ### Uncomment if you don't want to default to DDC:
    HorizSync    30.0 - 70.0
#    HorizSync    13111.0 - 0.0
    VertRefresh  50.0 - 160.0
#    Option        "DPMS"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "PanelOff"               # [<bool>]
        #Option     "DDCMode"                # [<bool>]
        #Option     "MonitorLayout"          # [<str>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "MergedFB"               # [<bool>]
        #Option     "CRT2HSync"              # [<str>]
        #Option     "CRT2VRefresh"           # [<str>]
        #Option     "CRT2Position"           # [<str>]
        #Option     "MetaModes"              # [<str>]
        #Option     "MergedDPI"              # [<str>]
        #Option     "NoMergedXinerama"       # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"     # [<bool>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "DynamicClocks"          # [<bool>]
    Identifier  "Card0"
    Driver      "nv"
    VendorName  "nVidia Corporation"
    BoardName   "Chaintech"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    DefaultDepth 24
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes     "1152x864"
    EndSubSection
EndSection


Thanks.




David Raison <david@ion.lu> escreveu: -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

sorry, forgot to CC

- -------- Original Message --------
Subject:     Re: S-Video to TV
Date:     Sun, 22 Jan 2006 17:58:36 +0100
From:     David Raison 
To:     E. J. Cerejo 
References:     <20060122162253.54797.qmail@web61014.mail.yahoo.com>



Kind of like this:

in your xorg.conf:
- --------------
# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"
        Identifier "TV"
        Device  "Geforce"
        Monitor "TV"
        Option  "TVStandard"    "PAL-B"
        Option  "ConnectedMonitor"      "TV"
        DefaultDepth    24
        SubSection "Display"
                Viewport 0 0
                Depth   24
                Modes   "800x600"
        EndSubSection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

## The first layout is used by default, to select a different one, use
## 'startx -- -layout name'

Section "ServerLayout"
    Identifier  "TV"
    Screen      "TV"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
EndSection

- ------------

simply add the TV ServerLayout and startx with the --layout parameter
replace the device with your driver of course


E. J. Cerejo wrote:

> Is it possible, using FreeBSD stable, to see my Desktop in my TV
> using a S-Video cable? How would one go about it?
>
> Thank you.
>
>
> EJC www.only7bucks.com --------------------------------- Yahoo!
> doce lar. Faça do Yahoo! sua homepage.
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
> unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"
>
> !DSPAM:43d3b1a2716841329013994!
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD0759/sLffsMilEkRAogtAJ0ZtwIi9xf/l4Gwv6nCeJwhg/DPigCfQRk0
VGj5A3WjDKQiGlltQCJ8uWw=
=6HNR
-----END PGP SIGNATURE-----

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"




EJC
www.only7bucks.com
		
---------------------------------
 Yahoo! doce lar. Faça do Yahoo! sua homepage.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060122181453.35712.qmail>