Hi,

Does anyone know how I can resize the root window on my X display?

I need to do this because for some reason the PVR350 framebuffer output 
(which goes to my TV) is "too big" for the TV screen. Mostly the sides 
are getting cut off.

Here are some of my xorg.conf settings:

#-------------------------------------------------------------------
Section "Monitor"
         Identifier              "PAL Monitor"
         HorizSync               30-68
         VertRefresh             50-120
         Mode "720x576"
                 DotClock        41.476
                 HTimings        720 752 840 928
                 VTimings        576 580 584 600
                 Flags           "-HSync" "-VSync"
         EndMode
EndSection
Section "Device"
         Identifier              "Hauppauge PVR 350 iTVC15 Framebuffer"
                 Driver  "ivtvdev"
                 Option  "ivtv" "/dev/fb0"
                 Option  "VideoOverlay" "on"
                 Option  "XVideo" "1"
                 BusID   "PCI:1:1:0"
                 Screen  0
EndSection
Section "Screen"
         Identifier              "TV"
         Device                  "Hauppauge PVR 350 iTVC15 Framebuffer"
         Monitor                 "PAL Monitor"
         DefaultDepth    24
         DefaultFbbpp    32
         Subsection              "Display"
                 Depth           24
                 FbBpp           32
                 Modes           "720x576"
         EndSubsection
EndSection
#-------------------------------------------------------------------

Many thanks,
Thomas

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

Reply via email to