ok, I got the 2.6.11-4-mm sources applied the ruby-2.6.11-2.patch.bz2
patchset
patched xorg 6.8.2 with the isolateDevice patch
change a few lines in my xorg.conf server file
and things almost work :-(
i can get the first screen up, then when I startup the second screen
the first freezes up.
If I run the new patched xorg server with my 2.6.9 ruby kernel I can get
both screens running at the same time, but the first screen gets shifted
over to the right about two inches.
I guess I might be going back to my older xorg server with the hacked
video option.
any ideas?
-Jeremy
On Thu, 2005-03-17 at 18:53 +0100, Cédric Rivard wrote:
> Jeremy Guarini wrote :
> > so with the Xorg-6.7.0-isolate_device.patch I do not need the hackvideo
> > option any more?
>
> Yes, that's it but you have to use the correct parameters in
> XF86Config-4(5x):
>
> SERVERLAYOUT SECTION
> Option "IsolateDevice" "bus-id"
> Restrict device resets to the specified bus-id. See the BusID option
> (described in DEVICE SECTION, above) for the format of the bus-id
> parameter. This option overrides SingleCard, if specified. At present,
> only PCI devices can be isolated in this manner.
>
> Option "SingleCard" "boolean"
> As IsolateDevice, except that the bus ID of the first device in the
> layout is used.
>
> Or the command line option of XFree86(1x):
>
> -isolateDevice bus-id
> Restrict device resets to the device at bus-id. The bus-id string has
> the form bustype:bus:device:function (e.g., 'PCI:1:0:0'). At
> present, only isolation of PCI devices is supported; i.e., this option
> is ignored if bustype is anything other than 'PCI'.
>
> Note that AGP is also addressed as a PCI:bus:device:function.
>
> Cédric
|