From: Helge H. <hel...@ai...> - 2005-03-18 09:25:32
|
Jeremy Guarini wrote: >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. > > I believe that means the isolatedevice stuff aren't working properly. Are you using "isolatedevice" for _both_ your xservers, or only for one of them? One xserver without isolatedevice may stop all others, so each xserver must have the isolatedevice stuff set up properly. >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. > > The problem here is probably that the second xserver tries to program the video frequencies, but unfortunately it programs the wrong card. Xfree was originally written with a single card in mind, the ability to use several is not yet properly implemented. You can probably work around that by adjusting the monitor (new monitors tend to have an auto-adjust button even) or by running the two xservers with exactly the same resolution and frequencies. >I guess I might be going back to my older xorg server with the hacked >video option. > > Also an option, of course. Helge Hafting |