[Bug 2216] Multiseat support for Xorg
bugzilla-daemon@freedesktop.org
bugzilla-daemon@freedesktop.org
Mon Jan 24 13:46:30 PST 2005
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://bugs.freedesktop.org/show_bug.cgi?id=2216
ajax@nwnk.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel@freedesktop.org
------- Additional Comments From ajax@nwnk.net 2005-01-24 13:46 -------
wow, that's so much less ugly. however that looks like just the noswitchvt
patch, is the sharevts one not needed? also, i looked in the ubuntu changelog
but couldn't find an attribution for those patches.
there's one piece of the community solution that i'm still not sure about:
--- xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c Wed May 16 04:56:06 2001
+++ xc.1st/programs/Xserver/hw/xfree86/common/xf86pciBus.c Mon Aug 20 10:10:26 2001
@@ -534,9 +534,11 @@
#ifdef DEBUG
ErrorF("pciIoAccessDisable: 0x%05lx\n", *(PCITAG *)arg);
#endif
+#if 0
((pciArg*)arg)->ctrl &= ~SETBITS;
((pciArg*)arg)->func(((pciArg*)arg)->tag, PCI_CMD_STAT_REG,
((pciArg*)arg)->ctrl);
+#endif
}
#undef SETBITS
---
this is _extremely_ dirty, basically this turns pciIoAccessDisable into a nop.
apparently this is to work around lockups when one server shuts down. how
gross. need to look at the gentoo patches to figure out if they have a better
solution.
the sharevts and novtswitch patches in ubuntu look good to go, between those and
evdev i think we're mostly sorted for multiseat. but i do want to figure out
that PCI hack.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list