Hey, all,

I've just gotten my 350 TV out working (quite the
challenge for someone not as familiar with all this)
and it looks great. Everything works fine, but for
some reason, all of the menus and desktop don't fit
onto the TV screen. TV playback is the correct size,
but the MythTV interface and the regular desktop are
missing the top and bottom menu bars and parts of the
side (I can reach them with the mouse, just not see
them). Any ideas?

Cheers,
Michael

Here is my xorg.conf
Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "TV" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "Corepointer"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier "Mouse0"
        Driver     "mouse"
        Option     "Protocol" "IMPS/2"
        Option     "Device" "/dev/input/mice"
        Option     "ZAxisMapping" "4 5"
        Option     "Emulate3Buttons" "no"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "savage"
EndSection

Section "Device"
        Identifier  "Hauppauge PVR 350 iTVC15
Framebuffer"
        Driver      "ivtv"
        Option      "fbdev" "/dev/fb0"
        Option      "ivtv" "/dev/fb0"
        Option "VideoOverlay" "on"
        Option "XVideo" "1"
        BusID "PCI:0:10:0"
        Screen 0
EndSection

Section "Monitor"
        Identifier  "NTSC Monitor"
        HorizSync  30-68
        VertRefresh 50-120
        DisplaySize 183 122
        Mode "720x480"
          DotClock 34.564
          HTimings 720 752 840 928
          VTimings 480 484 488 504
          Flags    "-HSync" "-VSync"
        EndMode
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1600x1024" "1440x900"
"1400x1050" "1280x1024" "1280x960" "1280x800"
"1152x864" "1152x768" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier  "TV"
        Device      "Hauppauge PVR 350 iTVC15
Framebuffer"
        Monitor     "NTSC Monitor"
        DefaultDepth 24
        DefaultFbbpp 32
        Subsection "Display"
                Depth 24
                FbBpp 32
                Modes "720x480"
        EndSubsection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to