i've seen this question asked before both in the forums and on this list, but 
after going through all the answers i found, it still isn't working, and so i 
post:

i have a celery box here running an ati radeon (/proc/pci says its an: ATI 
Technologies Inc Radeon VE QY).  the thing is dual-headed, (one svga, one 
lcd) and a (former) coworker had it working in windows xp, so i know what i 
want is possible.  all i want is the typical dual-monitor setup.  drag mouse 
from one screen onto the next (xinearama is what i want right?)

but here's the problem:  from the start of this whole thing (ie. when i 
started the gentoo install) the both displays have been active as a clone of 
each other.  ie, what you see on one screen is exactly the same as on the 
other).  i figured that this would go away once i installed x with xinerama, 
but instead, i just get two identical x windows.  move the mouse in one, and 
the mose moves in both.  any enlightenment would be helpful.  here's a copy 
of my x config:

(~) # cat /etc/X11/XF86Config

Section "ServerLayout"
        Identifier      "XFree86 Configured"
        Screen          "Screen0"
        Screen          "Screen1" RightOf "Screen0"
        InputDevice     "Mouse0" "CorePointer"
        InputDevice     "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        Option          "Xinerama" "true"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "speedo"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver          "keyboard"
EndSection

Section "InputDevice"
        Identifier      "Mouse0"
        Driver          "mouse"
        Option          "Protocol" "auto"
        Option          "Device" "/dev/mouse"
EndSection


Section "Monitor"

        Identifier      "Monitor0"
        VendorName      "DEL"
        ModelName       "DELL E772c"

        HorizSync       30-170
        VertRefresh     50-160

#       Option          "DPMS"

EndSection


Section "Monitor"

        Identifier   "Monitor1"
        VendorName   "LG"
        ModelName    "Studioworks 775N"

        HorizSync       30-70
        VertRefresh     50-160

EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "ati"
        VendorName      "ATI Technologies Inc"
        BoardName       "Radeon RV100 QY [Radeon 7000/VE]"
        BusID           "PCI:1:5:0"
        Option          "AGPMode"               "4"
        Option          "AGPFastWrite"          "true"
EndSection

Section "Device"
        Identifier      "Card1"
        Driver          "ati"
        VendorName      "ATI Technologies Inc"
        BoardName       "Radeon RV100 QY [Radeon 7000/VE]"
        BusID           "PCI:1:5:0"
        Option          "AGPMode"               "4"
        Option          "AGPFastWrite"          "true"
EndSection


# this is the onboard video card.  the X config detected it, so i left it in
# here, but it's not being used for anything and isn't included in any
# layouts.

Section "Device"
        Identifier  "Card2"
        Driver      "i810"
        VendorName  "Intel Corp."
        BoardName   "82845G/GL [Brookdale-G] Chipset Integrated Graphics 
Device"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device          "Card0"
        Monitor         "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
                Viewport        0 0
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Card1"
        Monitor         "Monitor1"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
                Viewport        0 0
        EndSubSection
EndSection




-- 
too long have the workers of the world waited for some moses to lead them out 
of bondage.  i would not lead you out if i could; for if you could be led 
out, you could be led back again. i would have you make up your minds there 
is nothing that you cannot do for yourselves.
        - eugene debs
          founder of the american railway union


--
[EMAIL PROTECTED] mailing list

Reply via email to