I have been trying to get this working for a while but without much luck, 
and I was advised that this list would be the place to go for an answer. 

What I would like to know is whether it is possible to get the xvideo 
overlay extension working in both screens of a xinerama setup? And if so, 
could you give me some advise on how to get it functioning? 

Here is my hardware: Voodoo 3 3000 AGP and ATI Xpert 98 PCI (reports as Rage 
XL chipset) If this needs to be updated/replaced, I would have no problem, 
but could you let me know what hardware is most likely to work? 

I am using XFree 4.2.0 with a January 18, 2002 build date. My linux kernel 
is 2.4.18. 

I am able to get either head to overlay individually, however only the 
primary (screen1) will work when xinerama is set up. I am including my 
current XF86Config file below, in case someone can see something that I have 
done incorrectly. 

Thank you in advance for any help. 

Ian Truelsen
Masters program in Philosophy
University of Manitoba, Winnipeg, Canada
BA (Wilfrid Laurier University)
Email: [EMAIL PROTECTED] 

Current favourite quote:
"No great civilisation likes forests."
K.F. O'Connor
Lincoln College, Christchurch, New Zealand 

Section "Files"
    RgbPath    "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "ServerFlags"
        Option "Xinerama" "yes"
EndSection

# Module loading section

Section "Module"
        Load  "dbe"             # Double-buffering
        Load  "type1"
        Load  "GLcore"          # OpenGL support
        # Load  "dri"           # Direct rendering infrastructure
        Load  "glx"             # OpenGL X protocol interface
        Load  "extmod"          # Misc. required extensions
        Load  "v4l"             # Video4Linux
        # Load  "pex5"          # PHIGS for X 3D environment (obsolete)
        # Load  "record"        # X event recorder
        # Load  "xie"           # X Image Extension (obsolete)
        # You only need the following two modules if you do not use xfs.
        # Load  "freetype"       # TrueType font handler
        # Load  "type1"         # Adobe Type 1 font handler
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option      "XkbLayout" "us"
        Option "XkbModel"    "microsoftpro"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        # Modified by mouseconfig
        Driver          "mouse"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "IMPS/2"
        Option          "Emulate3Buttons"       "no"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Monitor"
        Identifier "Visual Sensa"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30 - 95
        VertRefresh 50 - 160
        Option "dpms"
EndSection

Section "Monitor"
        Identifier "Samsung 760V"
        VendorName "Unknown"
        ModelName  "Unknown"
        HorizSync 30.0-81.0
        VertRefresh 56.0-85.0
        Option "dpms"
EndSection

Section "Device"
        Identifier "Voodoo"
        Driver "tdfx"
        BoardName "Unknown"
        BusID  "PCI:1:0:0"
EndSection

Section "Device"
        Identifier "ATI"
        Driver "ati"
        BoardName "Unknown"
        BusID  "PCI:0:9:0"
EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device "Voodoo"
        Monitor "Samsung 760V"
        DefaultDepth 16
        Subsection "Display"
                Depth 16
                Modes "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 2"
        Device "ATI"
        Monitor "Visual Sensa"
        DefaultDepth 16
        Subsection "Display"
                Depth 16
                Modes "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier  "Simple Layout"
        Screen "Screen 1"
        Screen "Screen 2" RightOf "Screen 1"
        InputDevice "Mouse0" "CorePointer"
        InputDevice "Keyboard0" "CoreKeyboard"
EndSection

# Section "DRI"
#       Mode 0666
# EndSection

Reply via email to