From: Ricardo A. G. <rgo...@co...> - 2004-11-18 06:47:25
|
I patched the Fedora 3 official kernel with ruby-2.6.9-20041021.diff.bz2 and patched Xorg with Xorg-6.7.0-isolate_device.patch but I can't get X work. I'm using 2 nvidia cards (AGP is Geforce4 MX 4000 and PCI Geforce2 MX/MX 400). This config run ok with Fedora 2 and nvidia's 6111. I've installed NVidia 6629 and 6111 with same results: * using isolatebusid option: first X start, second not. when I press any key en first console, screen black and back * without isolatebusid option, with or without 'hackvideo=1': first X start, when second try to start, machine hang Ricardo.- |
From: James v. Z. <ja...@dv...> - 2004-11-18 08:18:37
|
nvidia 6629 driver +ruby tests OK against FC2. I haven't got a successful kernel compile under FC3 as yet, so not much help from me... I found sometimes if you are using AGP as primary video, try the PCI instead if crashing on attempted start of second X, but I don't recall that being a help as far as software changes go, more so just getting it to work at all. J On Thu, 2004-11-18 at 16:47, Ricardo Ariel Gorosito wrote: > I patched the Fedora 3 official kernel with ruby-2.6.9-20041021.diff.bz2 > and patched Xorg with Xorg-6.7.0-isolate_device.patch but I can't get X > work. > I'm using 2 nvidia cards (AGP is Geforce4 MX 4000 and PCI Geforce2 MX/MX > 400). This config run ok with Fedora 2 and nvidia's 6111. > I've installed NVidia 6629 and 6111 with same results: > * using isolatebusid option: > first X start, second not. when I press any key en first console, screen > black and back > * without isolatebusid option, with or without 'hackvideo=1': > first X start, when second try to start, machine hang > > Ricardo.- > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > |
From: Aivils <ai...@un...> - 2004-11-22 10:08:05
|
On Thursday 18 November 2004 08:47, Ricardo Ariel Gorosito wrote: > I patched the Fedora 3 official kernel with ruby-2.6.9-20041021.diff.bz2 > and patched Xorg with Xorg-6.7.0-isolate_device.patch but I can't get X > work. > I'm using 2 nvidia cards (AGP is Geforce4 MX 4000 and PCI Geforce2 MX/MX > 400). This config run ok with Fedora 2 and nvidia's 6111. > I've installed NVidia 6629 and 6111 with same results: > * using isolatebusid option: > first X start, second not. when I press any key en first console, screen > black and back > * without isolatebusid option, with or without 'hackvideo=1': > first X start, when second try to start, machine hang I never test Xorg. I am under Mandrake 10.0 If X will use right keyboard, after command startx -- vt7 startx -- vt17 then all rest manipulations are magic. Most helpful in my case is starting X -probeonly , where X use conifguration without any "isolatebusid", be sure please, if You use option in the Server Layout , then "isolatebusid" is allways turned on. X -probeonly can use all videoadaters and properly initializes nvidia kernel module. You can check out probeonly log file. Aivils |
From: Ricardo A. G. <rgo...@co...> - 2004-11-23 01:36:45
|
My new tests with FC3's kernel + ruby & NVIDIA driver 6111 (without isolatebusid, with 'hackvideo'=1): startx -- vt7 : Ok (mouse & keyboard) startx -- vt17 : Ok (mouse & keyboard) gdm : First display hang (kerboard only, mouse ok) and second display ok. If I try to kill X0 (first server), PC hang I have BusID options (not isolatedbusid) in xorg.conf Ricardo.- Aivils wrote: >On Thursday 18 November 2004 08:47, Ricardo Ariel Gorosito wrote: > > >>I patched the Fedora 3 official kernel with ruby-2.6.9-20041021.diff.bz2 >>and patched Xorg with Xorg-6.7.0-isolate_device.patch but I can't get X >>work. >>I'm using 2 nvidia cards (AGP is Geforce4 MX 4000 and PCI Geforce2 MX/MX >>400). This config run ok with Fedora 2 and nvidia's 6111. >>I've installed NVidia 6629 and 6111 with same results: >>* using isolatebusid option: >>first X start, second not. when I press any key en first console, screen >>black and back >>* without isolatebusid option, with or without 'hackvideo=1': >>first X start, when second try to start, machine hang >> >> > >I never test Xorg. I am under Mandrake 10.0 >If X will use right keyboard, after command >startx -- vt7 >startx -- vt17 >then all rest manipulations are magic. >Most helpful in my case is starting X -probeonly , where X use >conifguration without any "isolatebusid", be sure please, if You use >option in the Server Layout , then "isolatebusid" is allways turned on. >X -probeonly can use all videoadaters and properly >initializes nvidia kernel module. You can check out probeonly log >file. > >Aivils > > > |
From: Ricardo A. G. <rgo...@co...> - 2004-11-23 02:36:10
|
first, a correction: startx -- vt7 : Don't work (problem with keyboard) why? my bug. I'm using tty1-8 and first free tty is '9' startx -- vt9 run Ok. (gdm updated to use vt9 and not vt7 run ok too) This problem is solved, now I have a bug (that come from FC2+nvidia 6111, my first ruby experience): sometimes X0 (first server) hang (display/keyboard/mouse) and process X0 use 100% of cpu (second server run ok). I is 100% reproducible with xmatrix (/usr/X11R6/lib/xscreensaver/xmatrix), and never happens in X1. I feel it is not 'ruby related' bug. I will test it in FC3's kernel (without patches) and send comments. Ricardo.- Ricardo Ariel Gorosito wrote: > My new tests with FC3's kernel + ruby & NVIDIA driver 6111 (without > isolatebusid, with 'hackvideo'=1): > startx -- vt7 : Ok (mouse & keyboard) > startx -- vt17 : Ok (mouse & keyboard) > gdm : First display hang (kerboard only, mouse ok) and second display > ok. If I try to kill X0 (first server), PC hang > I have BusID options (not isolatedbusid) in xorg.conf > > Ricardo.- > > Aivils wrote: > >> On Thursday 18 November 2004 08:47, Ricardo Ariel Gorosito wrote: >> >> >>> I patched the Fedora 3 official kernel with >>> ruby-2.6.9-20041021.diff.bz2 and patched Xorg with >>> Xorg-6.7.0-isolate_device.patch but I can't get X work. >>> I'm using 2 nvidia cards (AGP is Geforce4 MX 4000 and PCI Geforce2 >>> MX/MX 400). This config run ok with Fedora 2 and nvidia's 6111. >>> I've installed NVidia 6629 and 6111 with same results: >>> * using isolatebusid option: >>> first X start, second not. when I press any key en first console, >>> screen black and back >>> * without isolatebusid option, with or without 'hackvideo=1': >>> first X start, when second try to start, machine hang >>> >> >> >> I never test Xorg. I am under Mandrake 10.0 >> If X will use right keyboard, after command >> startx -- vt7 >> startx -- vt17 >> then all rest manipulations are magic. >> Most helpful in my case is starting X -probeonly , where X use >> conifguration without any "isolatebusid", be sure please, if You use >> option in the Server Layout , then "isolatebusid" is allways turned on. >> X -probeonly can use all videoadaters and properly >> initializes nvidia kernel module. You can check out probeonly log >> file. >> >> Aivils > |
From: Aivils <ai...@un...> - 2004-11-23 11:14:37
|
Hi All! Now we have motherboard prepared for two users :o) http://www6.tomshardware.com/motherboard/20041119/index.html Here interesting is PS/2 port spliter. Looks like mobo designers improve i8042 emulation! Special mobo Jetway's 915P-TWIN can handle two PS/2 devices on each PS/2 port, of course with special drivers. Article notify about WinXP licence for _each_ end-user. Mentioned is impossibility playing 3D games against each other %-| Mine doubt about Linux input drivers capability handle two PS/2 devices on one PS/2 port - so, no advantage for linux-ruby systems. Aivils |