[mythtv-users] How can I get my monitorless backend to start up

Steve V olivuts at yahoo.com
Sat Apr 18 00:53:23 UTC 2009




>I run a monitorless combined front/backend. Actually there is a tv attached via a home made vga to rgbhv converter cable but as far as the video card is concerned, >nothing is attached. Attached below is my xorg.conf which runs my custom modeline but you could easily modify it to use your supported modes quite easily.

>-------------------- xorg.conf -----------------------

># nvidia-xconfig: X configuration file generated by nvidia-xconfig
># nvidia-xconfig:  version 1.0  (buildmeister at builder63)  Wed Oct  1 15:09:35 PDT 2008

>Section "Monitor"
   Identifier    "Monitor0"
   Displaysize    824    468
   Horizsync    30.0    -    83.0
   Vertrefresh    56.0    -    75.0
   Option        "dpms"    "0"
   modeline  "my540p" 37.26 824 944 1048 1104 468 514 528 563 +hsync +vsync
   Mode "my1080i"
   Dotclock    74.52
   Htimings    1640    1888    2096    2208
   Vtimings    952    1044    1060    1126
   Flags        "-HSync"    "-VSync"    "Interlace"
   EndMode
>EndSection

>Section "Screen"
   Identifier    "Screen0"
   Device        "Card0"
   Monitor        "Monitor0"
   Defaultcolordepth    24
   DefaultDepth    24
   SubSection "Display"
       Depth    24
       Modes        "my1080i"    "my540p"
   EndSubSection
>EndSection

>Section "Module"
   Load           "dbe"
   Load           "extmod"
   Load           "freetype"
   Load    "glx"
   Disable    "dri2"
>EndSection

>Section "InputDevice"
   Identifier     "Mouse0"
   Driver         "mouse"
   Option         "Protocol" "auto"
   Option         "Device" "/dev/psaux"
   Option         "Emulate3Buttons" "no"
   Option         "ZAxisMapping" "4 5"
>EndSection

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

>Section "ServerLayout"
   Identifier     "Layout0"
   Screen      0  "Screen0"
   InputDevice    "Keyboard0" "CoreKeyboard"
   InputDevice    "Mouse0" "CorePointer"
>EndSection

>Section "Device"
   Identifier    "Card0"
   Option        "UseEvents"    "true"
   Option        "DPI"    "100x100"
   Option        "AddARGBVisuals"    "1"
   Option        "NoLogo"    "1"
   Option        "ConnectedMonitor"    "CRT"
   Option        "UseEDID"    "FALSE"
   Option        "XvmcUsesTextures"    "TRUE"
   Option        "ExactModeTimingsDVI"    "TRUE"
   Option        "ConnectToAcpid"    "FALSE"
   Vendorname    "All"
   Boardname    "All"
   Option      "NvAGP" "0"
   Driver    "nvidia"
>EndSection

>Section "ServerFlags"
   Option "blank time" "0"
   Option "standby time" "0"
   Option "suspend time" "0"
   Option "off time" "0"
>EndSection

>Section "Extensions"
       Option  "Composite"     "Disable"
>EndSection

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

Thanks William, looks like I need to study up on Xorg.conf settings, my settings are currently as below. 


Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection


      Get the world's best email - http://nz.mail.yahoo.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mythtv.org/pipermail/mythtv-users/attachments/20090417/88b0de63/attachment.htm>


More information about the mythtv-users mailing list