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=20
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=E9dric
|