Hi all! It was a long time ago I was active here now.. I've just moved and 
finally got together to set up Freevo "seriously".. For real use that is! ;)

After a lot of trial-and-error and googling I finally found out how to get a 
separate $DISPLAY for TV-out on my GeForce4-card, without using 
xinerama/twinview.. I was annoyed that I could move windows from my desktop 
to the TV-screen, and that I couldn't select what xineramascreen to go 
fullscreen on in a lot of apps...

This is a stripped down XF86Config with only the relevant stuff (without 
module-loading, keyboard and mouse-setup etc):

Section "Device"
  Identifier "GfxCard-CRT"
  Driver "nvidia"
  Screen 0
  Option "NoLogo" "1"
EndSection

Section "Device"
  Identifier "GfxCard-TV"
  Driver "nvidia"
  Screen 1
  Option "NoLogo" "1"
EndSection

Section "Monitor"
  Identifier "Monitor-CRT"
  HorizSync  30-85
  VertRefresh 50-120
EndSection

Section "Monitor"
  Identifier "Monitor-TV"
  HorizSync 30-50
  VertRefresh 60
EndSection

Section "Screen"
  Identifier "Screen-CRT"
  Monitor "Monitor-CRT"
  Device "GfxCard-CRT"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes  "1400x1050" "1280x1024" "1024x768"
  EndSubSection
EndSection

Section "Screen"
  Identifier "Screen-TV"
  Monitor "Monitor-TV"
  Device "GfxCard-TV"
  DefaultDepth 24
  SubSection "Display"
    Depth 24
    Modes "800x600"
  EndSubSection
EndSection

Section "ServerLayout"
  Identifier "Layout"
  InputDevice "Keyboard" "CoreKeyboard"
  InputDevice "Mouse" "CorePointer"
  Option "Clone" "off"
  Option "Xinerama" "off"
  Screen "Screen-CRT"
  Screen "Screen-TV"
EndSection



My .xinitrc looks like this:
----------------
export DISPLAY=0:0.1
xsetroot -solid black
/path/to/freevo &

export DISPLAY=0:0.0
startkde
-----------------

and I can just do stuff like:
# DISPLAY=0:0.1 xmame.x11 neodrift

;-)

Regards,
Per Wigren



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to