|
From: Aivils S. <Aiv...@un...> - 2003-09-25 07:00:27
|
>2. If I add to my @Xserver for xdm: > >:0 local usr/bin/nice -n -10 /usr/X11R6/bin/X0 :0 >-xf86config /etc/X11/XF86Config-4.ruby >-deferglyphs 16 vt7 >:1 local usr/bin/nice -n -10 /usr/X11R6/bin/X1 :1 >-xf86config /etc/X11/XF86Config.new -deferglyphs >16 vt9 You be sure to add -prefbusid command line option. Without this option xf86 runs identical unpatched xf86. Stock xf86 search and freezy any video adapter on system. :0 local usr/bin/nice -n -10 /usr/X11R6/bin/X0 :0 -xf86config /etc/X11/XF86Config-4.ruby -deferglyphs 16 -prefbusid 1:0:0 vt7 :1 local usr/bin/nice -n -10 /usr/X11R6/bin/X1 :1 -xf86config /etc/X11/XF86Config.new -deferglyphs 16 -prefbusid 0:11:0 vt9 Don't forget add Nvidia stuff "X -probeonly" in system init scripts, before xdm starting. Aivils |