[mythtv-users] Mythtv/gentoo hangs when playing live or recorded video

Ben Dash ben_dash at yahoo.com
Fri Nov 11 23:00:01 EST 2005


Here's my xorg.conf from my Gentoo xBox, just in case
it's of any use, I'm using a Versapoint RF keyboard
and a 2.6 kernel, it all works great except for the
nagging problem with the remote control and the very
very slight underscan effect of the TV display.  I
have 3 other frontends, 1 with a Rage128, 1 with a
Radeon 7000, and 1 with an Intel 82815.  All are
working fine with xorg running 2.6 kernels and Gentoo:

---start---
mythtv at xbox ~ $ cat /etc/X11/xorg.conf
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath    "/usr/share/fonts/local/"
    FontPath    "/usr/share/fonts/misc/"
    FontPath    "/usr/share/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/fonts/Type1/"
    FontPath    "/usr/share/fonts/TTF/"
    FontPath    "/usr/share/fonts/CID/"
    FontPath    "/usr/share/fonts/Speedo/"
    FontPath    "/usr/share/fonts/75dpi/"
    FontPath    "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
    Load        "dbe"
    SubSection  "extmod"
        Option  "omit xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
EndSection

Section "ServerFlags"
#    Option     "NoTrapSignals"
#    Option     "DontVTSwitch"
#    Option     "DontZap"
#    Option     "DontZoom"
#    Option     "DisableVidModeExtension"
#    Option     "AllowNonLocalXvidtune"
#    Option     "DisableModInDev"
#    Option     "AllowNonLocalModInDev"
    Option      "blank time"    "10"    # 10 minutes
    Option      "standby time"  "20"
    Option      "suspend time"  "30"
    Option      "off time"      "60"
# Option   "EstimateSizesAggresively" "0"
    Option "PciProbe1" "false"
    Option "PciProbe2" "false"
    Option "PciForceConfig1" "false"
    Option "PciForceConfig2" "false"
#    Option "PciForceNone" "true"
    Option "PciOsConfig" "true"
    Option "AllowMouseOpenFail" "true"
EndSection


Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured mouse"
        Driver          "mouse"
        #Option          "CorePointer"
        Option          "Device"               
"/dev/input/mice"
        #Option         "Protocol"             
"ImPS/2"
        Option          "Protocol"             
"IMPS/2"
        Option          "Emulate3Buttons"       "off"
        Option          "Buttons"               "4"
        #Option         "ZAxisMapping"          "6 7"
EndSection

Section "InputDevice"
        Identifier  "LIRC-Mouse"
        Driver      "mouse"
        Option      "Device" "/dev/lircm"
        Option      "Protocol" "ImPS/2"
        Option      "SendCoreEvents"
        Option      "Buttons" "5"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Device"
        Identifier      "Framebuffer"
        Driver          "fbdev"
        Option          "fbdev" "/dev/fb/0"
        Option          "UseFBDev"
EndSection

Section "Device"
        Identifier      "Nv"
        Driver          "nvxbox"
        Option          "UseFBDev" "1"
        Option          "HWCursor" "0"
#       BusID           "PCI:0:01:0"
EndSection


Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       30-55
        VertRefresh     45-65
        Option          "DPMS"
        DisplaySize     217 152
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Nv"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "640x480"
        EndSubSection
        SubSection "Display"
                Depth           32
                Modes           "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
"CorePointer"
        InputDevice     "LIRC-Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection


---end---

Good luck, I hope that that helps.

Ben


		
__________________________________ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs


More information about the mythtv-users mailing list