From: <Aiv...@un...> - 2004-02-27 07:01:10
|
>I got two consoles running. But something strange happens: >When gdm starts up the first X-Server everything's fine (mouse und >keyboard inputs are ok) >but as it starts up the second X-Server the first freezes (no mouse >movement and no keyboard action). > >The second X-Server is fully functional. If I do a >'cat /dev/input/event0' (the keyboard of X-Server 1) and hit keys I get >some output. The same with /dev/input/mouse0. It seems that the start >of the second X-server locks something. BTW if I'm useing the closed >source nvidia diver in X-Server 1 I get the same but with 100% CPU load. >Again no clue where to go from here...thanks for your help in advance. > Since 15-MAY-2003 kernel patch You need not to recompile XFree86. You might configure kernel to filter some unwished XFree86 PCI steering commands. Set up it with command: $ echo "1" > /proc/bus/pci/hackvideo Ordinarily XFree86 for i386 architecture use native built in XFree86 functions to steer PCI. Please add necessary lines in /etc/X11/XF86Config file, which tell XFree86 to use Linux /proc filesystem interface: Section "ServerFlags" Option "PciOsConfig" "1" EndSection After this XFree86 is ready for multiple independed heads without recopiling from source. Of course i recommend usage of "2" (idea by Kim "kill" Lilliestiena) XFree86 patch. Aivils Stoss |