Vlad Olenin wrote:
> Hi, Duncan.
> 
> It's the server configuration, just dual monitor setup (TV screen is 'to
> the right of' CRT). I never tried to startup a separate X server for
> that (to start with, not sure how to do that...).
> 
> Which configuration are you running on? Dual or separate X server?

Section "ServerLayout"
    Identifier     "TV"
    Screen         0  "TV Screen" 0 0
    InputDevice    "Logitech Mouse" "CorePointer"
    InputDevice    "Microsoft Keyboard" "CoreKeyboard"
    Option         "AllowMouseOpenFail"  "true"
EndSection

Section "ServerLayout"
    Identifier     "PC"
    Screen         0  "PC Screen" 0 0
    InputDevice    "Logitech Mouse" "CorePointer"
    InputDevice    "Microsoft Keyboard" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier     "TVWS"
    Screen         0  "Default Screen" 0 0
    InputDevice    "Logitech Mouse" "CorePointer"
    InputDevice    "Microsoft Keyboard" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier     "PC-TV"
    Screen         0  "PC Screen" 0 0
    Screen         1  "TV Screen" RightOf "PC Screen"
    InputDevice    "Logitech Mouse" "CorePointer"
    InputDevice    "Microsoft Keyboard" "CoreKeyboard"
EndSection

The default is the first server layout, so running freevo -fs uses this one.

IIRC, the others can be started with startx -- -layout <name>

> What is confusing is, as I said, Xine or Kaffeine are working fine in
> full screen mode on TV screen... Having said that, well, it's 'Video'
> full screen mode I believe, which might be different from X window full
> screen - I'm not very fluent with X windows and video setup. Might it
> have smth to do with 'xv' glx(?) mode? I read up on related subject that
> 'xv' full screen might not be well supported or needs separate
> configuration....

Try a different server configuration for the TV and the PC Screen, using
a dual head set-up only complicates your testing.

Check the /var/log/Xorg.X.log for warnings and errors. You certainly
don't need GLX for a TV, freevo doesn't do 3D graphics. The useful
feature is the XvMC which save CPU on MPEG video.

Duncan

> On 5/18/07, *Duncan Webb* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>
> wrote:
> 
>     > Hi,
>     >
>     > I'm running freevo 1.7.1 (compiled from source on top of previous
>     > 1.7.0source installation) on dual monitor system (Monitor + TV ---
>     > nVidia MX440
>     > video card which has TV svideo output). Everything works fine, but
>     I've
>     > recently tried 'full screen' mode on TV screen (tried both '-fs'
>     flag to
>     > 'freevo' executable and 'START_FULLSCREEN_X' setting in
>     local_config.py
>     > file) and got an exception:
>     >
>     > =============
>     > X Error of failed request:  BadValue (integer parameter out of
>     range for
>     > operation)
>     >   Major opcode of failed request:  134 (XFree86-VidModeExtension)
>     >   Minor opcode of failed request:  10 (XF86VidModeSwitchToMode)
>     >   Value in failed request:  0x143
>     >   Serial number of failed request:  155
>     >   Current serial number in output stream:  157
>     > =============
>     >
>     > I also tried to switch to fullscreen after starting up in window
>     mode ('z'
>     > key), but got the same result. This happens only on 'TV' screen (full
>     > screen
>     > mode on the main monitor works OK).
>     >
>     > I would have thought that smth is wrong with my Xorg setup, but
>     the full
>     > screen mode on TV screen works OK with Xine and other applications
>     (eg, I
>     > can even even startup Freevo on TV screen in 'windows' mode and
>     play the
>     > movie from there using Xine, which would switch to fullscreen no
>     problem).
>     >
>     > I wonder if anyone has any idea as to what might be going on?... Is it
>     > python specific problem?......
> 
>     >From the output line:
>     >   Minor opcode of failed request:  10 (XF86VidModeSwitchToMode)
>     it does look like an xorg problem.
> 
>     I use freevo -fs with nvidia driver and a s-video cable to the TV, so I
>     know that it works fine.
> 
>     How have you set up xorg, different server configurations or dual
>     monitor
>     config?


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to