You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
(235) |
Apr
(30) |
May
(32) |
Jun
(86) |
Jul
(81) |
Aug
(108) |
Sep
(27) |
Oct
(22) |
Nov
(34) |
Dec
(10) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(78) |
Feb
(10) |
Mar
(81) |
Apr
(27) |
May
(13) |
Jun
(105) |
Jul
(78) |
Aug
(52) |
Sep
(59) |
Oct
(90) |
Nov
(127) |
Dec
(49) |
2002 |
Jan
(102) |
Feb
(72) |
Mar
(54) |
Apr
(98) |
May
(25) |
Jun
(23) |
Jul
(123) |
Aug
(14) |
Sep
(52) |
Oct
(65) |
Nov
(48) |
Dec
(48) |
2003 |
Jan
(22) |
Feb
(25) |
Mar
(29) |
Apr
(12) |
May
(16) |
Jun
(11) |
Jul
(20) |
Aug
(20) |
Sep
(43) |
Oct
(84) |
Nov
(98) |
Dec
(56) |
2004 |
Jan
(28) |
Feb
(39) |
Mar
(41) |
Apr
(28) |
May
(88) |
Jun
(17) |
Jul
(43) |
Aug
(57) |
Sep
(54) |
Oct
(42) |
Nov
(32) |
Dec
(58) |
2005 |
Jan
(80) |
Feb
(31) |
Mar
(65) |
Apr
(41) |
May
(20) |
Jun
(34) |
Jul
(62) |
Aug
(73) |
Sep
(81) |
Oct
(48) |
Nov
(57) |
Dec
(57) |
2006 |
Jan
(63) |
Feb
(24) |
Mar
(18) |
Apr
(9) |
May
(22) |
Jun
(29) |
Jul
(47) |
Aug
(11) |
Sep
|
Oct
|
Nov
|
Dec
|
2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Wayne W. <wh...@ma...> - 2003-01-27 17:29:54
|
On Mon, 27 Jan 2003, Andreas Schuldei wrote: > duh, i posted one on this list a while ago. Message-ID: > <20021111175427.GA1404@lukas> Thanks for the pointer. When I posted my original query, the archives at sf for linuxconsole-dev were temporarily down, I think. Your message is <http://sourceforge.net/mailarchive/message.php?msg_id=2435159>, and you wrote on 2002-11-11: > This patch (written by Zephaniah E. Hull <warp@de...>) adds an event > interface to X. this is just for mice at the moment, but he works on > keyboards right now. Do you know if there is a newer version that works for keyboards? Also, the patch in the above URL is rather munged, is there anywhere to get an unmunged copy? Thanks, Wayne |
From: Andreas S. <an...@sc...> - 2003-01-27 09:34:00
|
* Vojtech Pavlik (vo...@su...) [030127 10:20]: > Again, you may find some patches on the 'net, but there is no final one. > > Maybe somebode else on this list knows? duh, i posted one on this list a while ago. Message-ID: <20021111175427.GA1404@lukas> |
From: Vojtech P. <vo...@su...> - 2003-01-27 09:18:26
|
On Sun, Jan 26, 2003 at 09:50:11PM -0800, Wayne Whitney wrote: > On Sat, 25 Jan 2003, Vojtech Pavlik wrote: > > > On Fri, Jan 24, 2003 at 01:33:01PM -0800, Wayne Whitney wrote: > > > > > P.S. My application for this is to run a second X server, divorced > > > from the VT system and using its own video card, keyboard and mouse, > > > to achieve multidesktop without explicit kernel or X support. I > > > understand that the 2.5 ruby multidesktop support is not quite there > > > yet. > > > > Indeed, this cannot be easily done in 2.5 - the only reasonable way > > would be to modify drivers/char/keyboard.c: connect() function to only > > accept the PS/2 keyboard as a system keyboard by checking for the > > dev->phys field. > > Ah, thank you, that makes that easy to do. > > However, looking at the XFree86 source code, I see that it assumes > frequently that the console device provides keyboard input and can be used > to control the VTs via ioctl()s. Would it be difficult to create a > secondary device which provides only the keystrokes from the secondary > keyboard and ignores the VT ioctl()s? Then I could modify XFree86 to to > be able to use this alternate device as its console device fairly easily, > I think. I think there are already patches for this floating on the 'net. > On a related note, is there a Input driver for XFree86 that groks the > linux /dev/input/eventX protocol? Again, you may find some patches on the 'net, but there is no final one. Maybe somebode else on this list knows? -- Vojtech Pavlik SuSE Labs |
From: <Aiv...@un...> - 2003-01-27 07:55:18
|
>> P.S. My application for this is to run a second X server, divorced from >> the VT system and using its own video card, keyboard and mouse, to achieve >> multidesktop without explicit kernel or X support. I understand that the >> 2.5 ruby multidesktop support is not quite there yet. > >Indeed, this cannot be easily done in 2.5 - the only reasonable way >would be to modify drivers/char/keyboard.c: connect() function to only >accept the PS/2 keyboard as a system keyboard by checking for the >dev->phys field. But I use similar feature 8 months under "ruby". James Simmons promised insert back into ruby-2.5.XX multiheading OKT-2002. IMHO dummy console for additional console emulation works nice. Ofcourse secondary XFree use VT, but VT bounded with right keyboard. Current XFree grab VGA any way, use VT or not. You lost Ctrl-Alt-Fx , text mode virtual terminals, if You start multiple X servers. HERE IS LACK OF USER INTEREST. Aivils |
From: Wayne W. <wh...@ma...> - 2003-01-27 05:50:29
|
On Sat, 25 Jan 2003, Vojtech Pavlik wrote: > On Fri, Jan 24, 2003 at 01:33:01PM -0800, Wayne Whitney wrote: > > > P.S. My application for this is to run a second X server, divorced > > from the VT system and using its own video card, keyboard and mouse, > > to achieve multidesktop without explicit kernel or X support. I > > understand that the 2.5 ruby multidesktop support is not quite there > > yet. > > Indeed, this cannot be easily done in 2.5 - the only reasonable way > would be to modify drivers/char/keyboard.c: connect() function to only > accept the PS/2 keyboard as a system keyboard by checking for the > dev->phys field. Ah, thank you, that makes that easy to do. However, looking at the XFree86 source code, I see that it assumes frequently that the console device provides keyboard input and can be used to control the VTs via ioctl()s. Would it be difficult to create a secondary device which provides only the keystrokes from the secondary keyboard and ignores the VT ioctl()s? Then I could modify XFree86 to to be able to use this alternate device as its console device fairly easily, I think. On a related note, is there a Input driver for XFree86 that groks the linux /dev/input/eventX protocol? Thanks, Wayne |
From: Vojtech P. <vo...@su...> - 2003-01-25 09:43:35
|
On Fri, Jan 24, 2003 at 01:33:01PM -0800, Wayne Whitney wrote: > Hello, > > Sorry if this is an FAQ, but I couldn't find any archives for > linuxconsole-dev or linux-input. I have an x86 machine with two > keyboards, one PS/2 and one USB. Under linux 2.5.59, both keyboards work, > and the console receives keystrokes from either one. However, I would > like to bind the keyboards to separate devices, with only the PS/2 > keystrokes going to the console. Then I could access the USB keyboard via > /dev/input/eventX. How can I do this? Even better would be > /dev/input/keyboardX, but I've not heard of that. keyboardX isn't needed, since eventX gives you all the info. jsX and mouseX are there for backwards compatibility only, and there is no historical /dev device for keyboards. > If I disable CONFIG_USB_HIDINPUT in my kernel configuration, then the USB > keystrokes don't make it to the input layer, so the console doesn't get > them. Of course, then they also don't show up in /dev/input/eventX. > They do seem to show up in /dev/usb/hiddevX, but this device I'm not > familiar with. For example, if I point XFree86 to my USB mouse on > /dev/usb/hiddevX, it won't start up. > > Any pointers would be greatly appreciated. I did look at the ruby CVS, > but it seems to be against 2.5.51, and I'm also not clear on what to do > with the CVS files. The BitKeeper repository is not accessible to me. > > Thanks, > Wayne > > P.S. My application for this is to run a second X server, divorced from > the VT system and using its own video card, keyboard and mouse, to achieve > multidesktop without explicit kernel or X support. I understand that the > 2.5 ruby multidesktop support is not quite there yet. Indeed, this cannot be easily done in 2.5 - the only reasonable way would be to modify drivers/char/keyboard.c: connect() function to only accept the PS/2 keyboard as a system keyboard by checking for the dev->phys field. -- Vojtech Pavlik SuSE Labs |
From: Wayne W. <wh...@ma...> - 2003-01-24 21:33:13
|
Hello, Sorry if this is an FAQ, but I couldn't find any archives for linuxconsole-dev or linux-input. I have an x86 machine with two keyboards, one PS/2 and one USB. Under linux 2.5.59, both keyboards work, and the console receives keystrokes from either one. However, I would like to bind the keyboards to separate devices, with only the PS/2 keystrokes going to the console. Then I could access the USB keyboard via /dev/input/eventX. How can I do this? Even better would be /dev/input/keyboardX, but I've not heard of that. If I disable CONFIG_USB_HIDINPUT in my kernel configuration, then the USB keystrokes don't make it to the input layer, so the console doesn't get them. Of course, then they also don't show up in /dev/input/eventX. They do seem to show up in /dev/usb/hiddevX, but this device I'm not familiar with. For example, if I point XFree86 to my USB mouse on /dev/usb/hiddevX, it won't start up. Any pointers would be greatly appreciated. I did look at the ruby CVS, but it seems to be against 2.5.51, and I'm also not clear on what to do with the CVS files. The BitKeeper repository is not accessible to me. Thanks, Wayne P.S. My application for this is to run a second X server, divorced from the VT system and using its own video card, keyboard and mouse, to achieve multidesktop without explicit kernel or X support. I understand that the 2.5 ruby multidesktop support is not quite there yet. |
From: Svetoslav S. <ga...@st...> - 2003-01-15 12:02:18
|
Hi Aivilis, could you add this to your mirrors list: http://rfhs8012.fh-regensburg.de/~sls35340/aivils/ [Germany] http://varna.demon.co.uk/~svetlio/aivils/ [ UK ](may be a bit slower single ADSL) and what do you think about adding to your site my patch for XF-4.3 and binaries (probably marked as ALPHA quality as AFAIK only i have tested them, but it works stable for me) about the FAQ: Q: How can i run bruby and standard 2.4 kernel without having to change all the time the X and display manager configuration A: (something i found in my Mandrake's rc.sysinit) it should probably work with Red Hat as well, others may be? --------------------------------------------------------------------------- # (pixel) a kind of profile for XF86Config # if no XFree=XXX given on kernel command-line, restore XF86Config.standard for i in XF86Config XF86Config-4; do if [ -L "/etc/X11/$i" ]; then XFree=`sed -n 's/.*XFree=\(\w*\).*/\1/p' /proc/cmdline` [ -n "$XFree" ] || XFree=standard [ -r "/etc/X11/$i.$XFree" ] && ln -sf "$i.$XFree" "/etc/X11/$i" fi done --------------------------------------------------------------------------- move your XFConfig-4(the one for standard 2.4 kernel) to XF86Config-4.standard move your XFConfig-4(the one for standard bruby kernel) to XF86Config-4.bruby make a sym link from one of them to XFConfig-4 so booting with XFree=bruby argument will link XF86Config-4.bruby to XFConfig-4, booting with no XFree argument or XFree=standard -- will link XF86Config-4.standard to XFConfig-4 :) X server is done :) i modified the above to change my display manager configuration upon dumbcon= (it seems to work for me, but i don't relly know how to use sed :( ) the lines below should restore the apropriate config for xdm,gdm,kdm the files should end with: .0 -- start only the first X server .1 -- start 2 Xservers .2 -- start 3 Xservers .... ( if you are useing kdm make shure that ($KDE-PREFIX)/share/config/kdm/Xservers is a sym link to /etc/X11/xdm/Xservers ) ---------------------------------------------------------------------- # #the same like XF86Config but for gdm.conf & Xservers # for i in xdm/Xservers gdm/gdm.conf; do if [ -L "/etc/X11/$i" ]; then DumbCon=`sed -n 's/.*dumbcon=\([0-9]*\).*/\1/p' /proc/cmdline` [ -n "$DumbCon" ] || DumbCon=0 [ -r "/etc/X11/$i.$DumbCon" ] && ln -sf "/etc/X11/$i.$DumbCon" "/etc/X11/$i" fi done ---------------------------------------------------------------------- comments are very wellcome :) regards, svetljo |
From: <a04...@ho...> - 2003-01-14 04:11:59
|
NTkwOHlRU2o1LTI3NVhHeFMwNzgyZUtUeTEtOTU3S0hURzEzNjNPcGZaOC0z NDhNc0R3NDg4MkJsNTMNCg0KDQpNZSBhZ2Fpbi4uLg0KDQpZb3UgbWVhbmll Li4uIHRob3VnaHQgeW91IHdvdWxkIGhhdmUgd3JpdHRlbiwgYnV0IG1heWJl IHdhcyBtZSwgeW91IGtub3cgSSdtIHRoZSBvbmUgd2l0aCB0aGUgZm9yZ2V0 ZnVsIG1lbW9yeSA6KSkgQW55d2F5IGNhdGNoIHlvdSBvbiBvdXIgdXN1YWwg cGxhY2UgaHR0cDovL3d3dy5zaW5nbGVycy5jb20vaW5kZXhfdmlwLmh0bWwg DQoNCkh1Z3MNCg0KR2lz |
From: <a04...@ho...> - 2003-01-14 01:40:22
|
MDM5M1lEb3MwLTEwM1ltcWw0MTU5ckdFVTktNzIwUlJSZDYxMDFsdllmMy03 ODRKWGw0Ng0KDQoNCkZvcmdvdCBhZ2FpbiA/DQoNCllvdSBtZWFuaWUuLi4g dGhvdWdodCB5b3Ugd291bGQgaGF2ZSB3cml0dGVuLCBidXQgbWF5YmUgd2Fz IG1lLCB5b3Uga25vdyBJJ20gdGhlIG9uZSB3aXRoIHRoZSBmb3JnZXRmdWwg bWVtb3J5IDopKSBBbnl3YXkgY2F0Y2ggeW91IG9uIG91ciB1c3VhbCBwbGFj ZSBodHRwOi8vd3d3LnNpbmdsZXJzLmNvbS9pbmRleF92aXAuaHRtbCANCg0K SHVncw0KDQpHaXM= |
From: Svetoslav S. <ga...@st...> - 2003-01-07 14:23:24
|
> >this patch has always troubled me. > > Me to, but I use 6 months. isn't it possible to get smth like this working ( i know it's incomplete:( ) diff -Naur XFree86-4.2.99.3/xc/programs/Xserver/hw/xfree86/common/xf86Init.c XFree86-4.2.99.3patched/xc/programs/Xserver/hw/xfree86/common/xf86Init.c --- XFree86-4.2.99.3/xc/programs/Xserver/hw/xfree86/common/xf86Init.c 2002-12-03 19:17:40.000000000 +0100 +++ XFree86-4.2.99.3patched/xc/programs/Xserver/hw/xfree86/common/xf86Init.c 2003-01-07 15:06:54.000000000 +0100 @@ -104,6 +104,8 @@ #endif static Bool formatsDone = FALSE; +Bool xf86concurrentX = FALSE; /* allow concurrent runing XFree instances */ + InputDriverRec xf86KEYBOARD = { 1, "keyboard", @@ -1277,6 +1279,11 @@ xf86ProbeOnly = TRUE; return 1; } + if (!strcmp(argv[i],"-concurrentX")) + { + xf86concurrentX = TRUE; + return 1; + } if (!strcmp(argv[i],"-flipPixels")) { xf86FlipPixels = TRUE; diff -Naur XFree86-4.2.99.3/xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c XFree86-4.2.99.3patched/xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c --- XFree86-4.2.99.3/xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c 2002-12-12 05:12:01.000000000 +0100 +++ XFree86-4.2.99.3patched/xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c 2003-01-07 14:36:45.000000000 +0100 @@ -576,8 +576,10 @@ #ifdef DEBUG ErrorF("pciIoAccessDisable: 0x%05lx\n", *(PCITAG *)arg); #endif +#if ( xf86concurrentX == FALSE ) pArg->ctrl &= ~SETBITS; (*pArg->func)(pArg->tag, PCI_CMD_STAT_REG, pArg->ctrl); +#endif } #undef SETBITS @@ -598,8 +600,10 @@ #ifdef DEBUG ErrorF("pciIo_MemAccessDisable: 0x%05lx\n", *(PCITAG *)arg); #endif +#if ( xf86concurrentX == FALSE ) pArg->ctrl &= ~SETBITS; (*pArg->func)(pArg->tag, PCI_CMD_STAT_REG, pArg->ctrl); +#endif } #undef SETBITS @@ -620,8 +624,10 @@ #ifdef DEBUG ErrorF("pciMemAccessDisable: 0x%05lx\n", *(PCITAG *)arg); #endif +#if ( xf86concurrentX == FALSE ) pArg->ctrl &= ~SETBITS; (*pArg->func)(pArg->tag, PCI_CMD_STAT_REG, pArg->ctrl); +#endif } #undef SETBITS #undef pArg diff -Naur XFree86-4.2.99.3/xc/programs/Xserver/hw/xfree86/common/xf86Privstr.h XFree86-4.2.99.3patched/xc/programs/Xserver/hw/xfree86/common/xf86Privstr.h --- XFree86-4.2.99.3/xc/programs/Xserver/hw/xfree86/common/xf86Privstr.h 2002-09-18 18:31:57.000000000 +0200 +++ XFree86-4.2.99.3patched/xc/programs/Xserver/hw/xfree86/common/xf86Privstr.h 2003-01-07 14:46:18.000000000 +0100 @@ -115,6 +115,8 @@ /* Other things */ Bool allowMouseOpenFail; + Bool concurrentX; /* allow concurrent running X + * instances */ Bool vidModeEnabled; /* VidMode extension enabled */ Bool vidModeAllowNonLocal; /* allow non-local VidMode * connections */ > >it seems to disable some kind of pci > >resource locking, but as is i'm sure the xfree people wouldn't accept > >it. > > IMHO XFree developed for runnig multiple locale X servers over > single videocard. Att-F1 switch to X1, Alt-F2 switch to X2 and so on. > In this case absolutely necessary disable first X before run second X. > > But we have a different situation. Two or more X needs to run > simultaneous. Unknow NetBSD hacker create this patch and we use it. > > >if we wrap it in a configuration option, can we get it accepted > >upstream? > > I try very match config variants. All failed for me. I need patch. > > >is the patch only required when using a dual head card and two > >x servers are poking the same card? > > IMHO XFree ready for poking the same card. > > >does anyone know why you'd want this kind of locking going on anyway? > is > >it to avoid two x servers trying to drive the same head? > > Don't know. > > Why I do not ask for patch XFree folks? > IMHO if alone psihodelic-shizo-programmer create a working linux kernel, > he > should not distrub others. > Latest 2-3 months 2.4.XX ruby version runs for me stable. In abstract > I > should > ask need this stuff any other or not? > Unfortunately 2.5.XX status is unknow. > > Aivils Stoss > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > |
From: Aleksandr K. <cz...@ik...> - 2003-01-07 14:10:45
|
> >does anyone know why you'd want this kind of locking going on anyway? is > >it to avoid two x servers trying to drive the same head? > Don't know. I'd guess it has to do with braid-deadness of older VGA-compatible PCI/AGP hardware. There might be no other way to init the chips (change mode, even change single palette entry) than to go trough the VGA-compatible I/O ports. This range is legacy address decoded by the PCI devices. Since these legacy I/O ranges cannot be relocated (like normal MMIO I/O in PCI), only one PCI device (in system) may have it's legacy VGA address decoders enabled at single instance. This means that for most older hardware, one needs to specifically disable the I/O decoders on _all_ other VGA compatible PCI devices for the duration of programming the one that is really required. If more than one PCI device will attempt at decoding the same legacy I/O range (0x3d0-smt), serious brain damage would occur (could prompt a #SERR on PCI). Only the recent graphics chips may be programmed purely through MMIO I/O and even then they might require some short setup before going into that mode. (at least) because of this reason, xf86 has no choice but disable all I/O decoders on all VGA-compatible devices, and it goes a bit further by disabling all VGA-compatible PCI devices that it will not drive just to be on the safe side. Unless there is some system-provided common arbitration for these legacy ranges, this is the only way (from xf86's point of view). The right place for linux would be the kernel, although this might upset some xf86 folk since their code also does a lot of other stuff as well (like run the BIOS code init from previously disabled PCI display hardware to get it up and running, DDC probing if otherwise not possible). In my opinion a more generic resource management for this would be nice in the kernel but atm xf86 assumes (rightly so) that it will be the only application doing graphics stuff. This is difficult to solve (although in my opinion possible). Feel free to correct me if you feel that the technical data is inaccurate, I've currently trying to understand the lower levels of PCI and AGP eventually and don't claim to be an expert on it. Aleksandr Koltsoff |
From: <Aiv...@un...> - 2003-01-07 11:12:04
|
>>for this to work you'll have to patch XFree, >>Aivilis has patch and binary for XFree86-4.2, >>you can find it updated ( for 4.2.99.3 ) on my site: >>http://varna.demon.co.uk/~svetlio/X/XFree-4.2.99.3/ >> >> >> >this patch has always troubled me. Me to, but I use 6 months. >it seems to disable some kind of pci >resource locking, but as is i'm sure the xfree people wouldn't accept >it. IMHO XFree developed for runnig multiple locale X servers over single videocard. Att-F1 switch to X1, Alt-F2 switch to X2 and so on. In this case absolutely necessary disable first X before run second X. But we have a different situation. Two or more X needs to run simultaneous. Unknow NetBSD hacker create this patch and we use it. >if we wrap it in a configuration option, can we get it accepted >upstream? I try very match config variants. All failed for me. I need patch. >is the patch only required when using a dual head card and two >x servers are poking the same card? IMHO XFree ready for poking the same card. >does anyone know why you'd want this kind of locking going on anyway? is >it to avoid two x servers trying to drive the same head? Don't know. Why I do not ask for patch XFree folks? IMHO if alone psihodelic-shizo-programmer create a working linux kernel, he should not distrub others. Latest 2-3 months 2.4.XX ruby version runs for me stable. In abstract I should ask need this stuff any other or not? Unfortunately 2.5.XX status is unknow. Aivils Stoss |
From: Svetoslav S. <ga...@st...> - 2003-01-06 10:41:04
|
Quoting Aiv...@un...: > >Hello, > > > >Are there any instructions anywhere on setting up multi-desktop, > >preferrably with current software (XFree86 4.2.99.x, kernel 2.5.x)? > From > >scanning the list archives, it seems that multi-desktop has worked in > the > >past but may not currently be working. If so, when was it most > recently > >working? Any information would be appreciated, and I can help, if only > as > >a tester. > > > >Cheers, Wayne > > There exists two ways. > > Mine donot like framebuffer devices. I create kernel patch without fb > device > support, but multiple XFree work well. Latest is > http://people.debian.org/~andreas/aivils/index.html > http://people.debian.org/~andreas/aivils/bruby-2.4.20-20021226.diff.bz2 > My free web host startx.times.lv down today. could you convert your web site to relative url's? i was tring to put a mirror on my site,and then i realised that on both mirrors, the downloads were pointing to startx.times.lv and it seemd impossible to download anything when your host is down [svetlio@mailgate aivils]$ diff -u download.html.debian_org download.html --- download.html.debian_org Sun Jan 5 16:13:20 2003 +++ download.html Mon Jan 6 00:06:00 2003 @@ -5,16 +5,24 @@ <body bgcolor='9A9D88' leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'> <br> -<img src='http://startx.times.lv/penguin-hop.gif' width='50' height='50'> +<img src='penguin-hop.gif' width='50' height='50'> <br> Latest kernel pacth 26-DEC-2002<br> -<A HREF="http://startx.times.lv/bruby-2.4.20-20021226.diff.bz2">bruby-2.4.20-20021226.diff.bz2 (length 241549)</A><BR> +<A HREF="bruby-2.4.20-20021226.diff.bz2">bruby-2.4.20-20021226.diff.bz2 (length 241549)</A><BR> kernel pacth 26-NOV-2002<br> -<A HREF="http://startx.times.lv/bruby-2.4.19-20021126.diff.bz2">bruby-2.4.19-20021126.diff.bz2 (length 241123)</A><BR> +<A HREF="bruby-2.4.19-20021126.diff.bz2">bruby-2.4.19-20021126.diff.bz2 (length 241123)</A><BR> Download XFree86 4.2.0 patch<br> -<A HREF="http://startx.times.lv/X420-patch">X420-patch (length 1030)</A><BR> +<A HREF="X420-patch">X420-patch (length 1030)</A><BR> +Download XFree86 4.2.99.3 patch<br> +<A HREF="XF4.3-pre.patch">XF4.3-pre.patch (length 935) localy stored</A><BR> Download precompiled X 4.2.0 server binary file, Build host Red Hat 7.2, kernel 2.4.9-13 , gcc 2.96<br> -<A HREF="http://startx.times.lv/XFree86-patched.bz2">XFree86-patched.bz2 (length 735408)</A><BR> +<A HREF="XFree86-patched.bz2">XFree86-patched.bz2 (length 735408)</A><BR> +Download precompiled X 4.2.99.3 server binary file, Build host Mandrake Cooker, kernel 2.4.20-bruby211202 , gcc 3.2.1 , glibc 2.3.1<br> +<A HREF="../X/XFree-4.2.99.3/XFree86-4.2.99.3.bz2">XFree86-4.2.99.3.bz2 (length 693780) localy stored</A><BR> +<BR> +<BR> +Older kernel patches<BR> +<A HREF="old/">(localy stored kernel patches)</A><BR> </BODY> </HTML> > linuxconsole.sf.net lead maintainer donot like XFree and multiple > framebuffer terminals > are not complete. Because framebuffer console code is messy , rather > 2.5.xx > ruby is broken, > but may work. > > As tetster You can test both versions, because code and troubles mostly > is > identic. > > Aivils Stoss > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > |
From: <Aiv...@un...> - 2003-01-06 08:47:29
|
>Hello, > >Are there any instructions anywhere on setting up multi-desktop, >preferrably with current software (XFree86 4.2.99.x, kernel 2.5.x)? From >scanning the list archives, it seems that multi-desktop has worked in the >past but may not currently be working. If so, when was it most recently >working? Any information would be appreciated, and I can help, if only as >a tester. > >Cheers, Wayne There exists two ways. Mine donot like framebuffer devices. I create kernel patch without fb device support, but multiple XFree work well. Latest is http://people.debian.org/~andreas/aivils/index.html http://people.debian.org/~andreas/aivils/bruby-2.4.20-20021226.diff.bz2 My free web host startx.times.lv down today. linuxconsole.sf.net lead maintainer donot like XFree and multiple framebuffer terminals are not complete. Because framebuffer console code is messy , rather 2.5.xx ruby is broken, but may work. As tetster You can test both versions, because code and troubles mostly is identic. Aivils Stoss |
From: Brad M. <bmi...@xm...> - 2003-01-06 00:34:28
|
Svetoslav, >for this to work you'll have to patch XFree, >Aivilis has patch and binary for XFree86-4.2, >you can find it updated ( for 4.2.99.3 ) on my site: >http://varna.demon.co.uk/~svetlio/X/XFree-4.2.99.3/ > > > this patch has always troubled me. it seems to disable some kind of pci resource locking, but as is i'm sure the xfree people wouldn't accept it. if we wrap it in a configuration option, can we get it accepted upstream? is the patch only required when using a dual head card and two x servers are poking the same card? does anyone know why you'd want this kind of locking going on anyway? is it to avoid two x servers trying to drive the same head? brad |
From: Svetoslav S. <ga...@st...> - 2003-01-05 19:05:16
|
Quoting Wayne Whitney <wh...@ma...>: > Hello, > > Are there any instructions anywhere on setting up multi-desktop, > preferrably with current software (XFree86 4.2.99.x, kernel 2.5.x)? > From > scanning the list archives, it seems that multi-desktop has worked in > the > past but may not currently be working. If so, when was it most > recently > working? Any information would be appreciated, and I can help, if only > as > a tester. > > Cheers, Wayne i 'm really not shure about the status with 2.5.x, big part went in, but i think not everything from ruby, you can try pulling over cvs or bitkeeper cvs -d:pserver:ano...@cv...:/cvsroot/linuxconsole login[enter ] cvs -z3 -d:pserver:ano...@cv...:/cvsroot/linuxconsole co ruby or http://linuxconsole.bkbits.net/ and a pretty working 2.4 version is available thanks to Aivilis : http://startx.times.lv or some of he's mirrors http://people.debian.org/~andreas/aivils http://www.schuldei.org/aivils/ but with the 2.4 kernel you can have only multiple X user ( multiple framebuffer is not ported) the best info source i think is the Aivilis site, and of course the linux-console mailing lists, and http://linuxconsole.sourceforge.net/ for this to work you'll have to patch XFree, Aivilis has patch and binary for XFree86-4.2, you can find it updated ( for 4.2.99.3 ) on my site: http://varna.demon.co.uk/~svetlio/X/XFree-4.2.99.3/ you can also check another hack to get it working with several XFree's http://cambuca.ldhs.cetuc.puc-rio.br/multiuser/ svetljo |
From: Wayne W. <wh...@ma...> - 2003-01-05 15:45:29
|
Hello, Are there any instructions anywhere on setting up multi-desktop, preferrably with current software (XFree86 4.2.99.x, kernel 2.5.x)? From scanning the list archives, it seems that multi-desktop has worked in the past but may not currently be working. If so, when was it most recently working? Any information would be appreciated, and I can help, if only as a tester. Cheers, Wayne |
From: <a04...@ho...> - 2003-01-04 15:05:08
|
ODkzNmVHcGswLTE2MW1zdlA1NzY2RFZVbTAtMzM2WGwyOQ0KDQoNCg0KVHJh ZGVyDQoNCjIwMDIgd2FzIG5vdCBmdW4gZm9yIG1vc3QgbWFya2V0IHBsYXll cnMsIGJ1dCBtYW55IG1lbWJlcnMgb2Ygb3VyIGNoYXQgcm9vbQ0KYW5kIG5l d3NsZXR0ZXIgaGFkIHRoZSBiZXN0IHllYXJzIG9mIHRoZWlyIGNhcmVlcnMu Li4uDQoNCk91ciBEYWlseSBTdG9jayBQaWNrcyB3b3VsZCB0b3AgZXZlcnkg bGlzdCBpZiBpdCB3YXMgdHJhY2tlZCBieSB0aGUNCnJlcG9ydGluZyBzZXJ2 aWNlcy4uLi5haGVhZCBvdmVyIDYwMCBwb2ludHMgc2luY2UgTWF5IDFzdCAt IG1lYW5pbmcgb3ZlciAkNjAsMDAwIHByb2ZpdCBpZiB5b3UgaGFkIHRyYWRl ZCBqdXN0IDEwMCBzaGFyZXMgb24gZWFjaCB0cmFkaW5nIG9wcG9ydHVuaXR5 Lg0KDQpXZSBhcmUgcmUtZG91Ymxpbmcgb3VyIGNvbW1pdG1lbnQgdG8gZ2V0 IG91ciBuZXdzbGV0dGVyIG1lbWJlcnMgdG8gYXQgbGVhc3QNCjggb3V0IG9m IDEwIHdpbm5pbmcgdHJhZGUgYXZlcmFnZS4NCg0KT3VyIGdvYWwgaXMgdG8g Y3JlYXRlIHRoZSBiaWdnZXN0LCBtb3N0IHN1Y2Nlc3NmdWwgdHJhZGluZyBj b21tdW5pdHkgb24gdGhlDQppbnRlcm5ldC4gT25lIGluIHdoaWNoIG1vcmUg cGVvcGxlIG1ha2UgbW9yZSBtb25leSB0aGFuIGFueSBvdGhlciB0cmFkaW5n DQpzaXRlLg0KDQpJZiB5b3UgaGF2ZSBhbnkgaWRlYXMgaG93IHdlIGNhbiBk byB0aGlzIGJldHRlciwgZmFzdGVyLCBhbmQgZWFzaWVyIGZvcg0KeW91IC0t IG91ciBjbGllbnRzLCBwbGVhc2UgbGV0IHVzIGtub3cuDQoNCldlIGhvcGUg eW91IHdpbGwgYWNjZXB0IG91ciBtb3N0IHNpbmNlcmUgZ3JhdGl0dWRlIGZv ciBhbGxvd2luZyB1cyB0bw0KcGFydGljaXBhdGUgaW4geW91ciBtYXJrZXQg ZWR1Y2F0aW9uIGFuZCB0cmFpbmluZy4gSWYgdGhlcmUgaXMgYW55dGhpbmcg d2UNCmNhbiBkbyB0byBoZWxwIHlvdSByZWFjaCB5b3VyIHRyYWRpbmcgYW5k IGludmVzdGluZyBnb2FscyBpbiAyMDAzLCB3ZSBpbnZpdGUNCnlvdSB0byBh c2sgdXMgc28gd2UgY2FuIHRyeSB0byBkZWxpdmVyIGl0IHNvb25lciwgcmF0 aGVyIHRoYW4gbGF0ZXIuDQoNCkZvciB0aG9zZSBvZiB5b3Ugd2hvIGhhdmUg bm90IHlldCB0YWtlbiB0aGUgRlJFRSAyIHdlZWsgdHJpYWwgc2lnbiB1cCBu b3cgYXQNCmh0dHA6Ly93d3cuaG90LmVlL3Rkd3cNCldlIHdpc2ggeW91IGFs bCB0aGUgaGFwcGluZXNzIGFuZCBzdWNjZXNzIHlvdSBkZXNlcnZlIGluIHlv dXIgbGlmZSBhbmQgaW4geW91ciANCnRyYWRpbmcuDQoNCldhcm1lc3QgcmVn YXJkcywNCg0KVGhlIFRyYWRpbmcgVGVhbQ== |
From: James S. <jsi...@in...> - 2002-12-28 18:34:47
|
> with this change i get warnings during compilation, and errors on final linking of vmlinuz, if i revert it everything seems ok,but i coudn't find time to boot the kernel > ########################## /home/root/src/2.4/linux-2.4.20bruby-21dec/arch/i386/lib/lib.a /home/root/src/2.4/linux-2.4.20bruby-21dec/lib/lib.a /home/root/src/2.4/linux-2.4.20bruby-21dec/arch/i386/lib/lib.a \ > --end-group \ > -o vmlinux > drivers/char/char.o: In function `vcs_make_devfs': > drivers/char/char.o(.text+0x12e57): undefined reference to `devfs_find_and_unregister' > drivers/char/char.o(.text+0x12e88): undefined reference to `devfs_find_and_unregister' This is a 2.5.X change. devfs_find_and_register isn't present in 2.4.X. I assume the other problems are most likely the same issue. |
From: Aivils S. <Aiv...@un...> - 2002-12-28 07:56:25
|
>i still seem to have 2 instead of one usb keyboard, My "BTC Multimetdia USB" keyboard has two USB interfaces. "Microsoft natural" has two. First is normal keyboard. Second is for additional multimedia buttons. You can recieve multimedia button events from /dev/input/eventN or keycodes from /dev/ttyNN - /dev/ttyNN+8 range. Before allow DUMB console for this keyboard interface. Unfortunately I cannot suggest a program. >and the usb mouse was registered as mouse2 not mouse1, >(before remooving usbmouse it was mouse1, so i suppose now i don't have >mouse under the second X) I am not sure about mouses. Reboot may change device order. Aivils Stoss |
From: Svetoslav S. <ga...@st...> - 2002-12-27 16:38:11
|
Quoting Aivils Stoss <Aiv...@un...>: > > >> > >> Seems some going wrong with USB-HID driver. > >> "cat /proc/bus/console/01/keyboard" equivalent P: Phys= in > >> /proc/bus/input/devices > >> also (struct input_dev *dev)->phys in code > > > >the hid module was not loaded, i was useing usbkbd and usbmouse i > suppose > > > > According Votech Pavlik's recommendations usbkbd and usbmouse should not > be > used at all ! > Please use instead USB-HID. Read this mailing list. > USB-HID recognize all Your input devices. > > >[root@svetljo input]# > > > >seems wierd to me, now it appears that i have 2 usb keyboards, > >but i have only one, may be this explains why i still have > >/proc/bus/console/01/keyboard empty , > >will the system hang if i unplug & plug the usb keyboard while the 2nd > X > server > >is running, can this help ? > > In abstract You can replug USB devices any times. > Practicaly You should try it. i just removed the modules usbkbd & usbmouse, (over ssh so i should check wether everything is OK , when i get home) but it's still strange to me [root@svetljo rc.d]# cat /proc/bus/input/devices I: Bus=0003 Vendor=05fe Product=0011 Version=0000 N: Name="Cypress Sem. PS2/USB Browser Combo Mouse" P: Phys=usb2:2.4/input0 D: Drivers=mouse2 event3 B: EV=6 B: KEY=1f0000 0 0 0 0 0 0 0 0 B: REL=103 I: Bus=0003 Vendor=046d Product=c303 Version=0700 N: Name="Logitech USB Keyboard" P: Phys=usb2:2.2.1/input0 D: Drivers=kbd event2 B: EV=120002 B: KEY=10000 7f ffe00000 7ff ffbeffdf ffffffff ffffffff fffffffe B: LED=7 I: Bus=0003 Vendor=046d Product=c303 Version=0700 N: Name="Logitech USB Keyboard" P: Phys=usb2:2.2.1/input1 D: Drivers=kbd event4 B: EV=100002 B: KEY=1078 1800d100 1e0000 0 0 0 I: Bus=0011 Vendor=0002 Product=0002 Version=0100 N: Name="PS2++ Logitech Mouse" P: Phys=isa0060/serio1/input0 D: Drivers=mouse0 event1 B: EV=6 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0011 Vendor=0001 Product=0002 Version=ab02 N: Name="AT Set 2 keyboard" P: Phys=isa0060/serio0/input0 D: Drivers=kbd event0 B: EV=120002 B: KEY=41f9 fff9df20 efdfffdf ffefffff ffffffff fffffffe B: LED=7 i still seem to have 2 instead of one usb keyboard, and the usb mouse was registered as mouse2 not mouse1, (before remooving usbmouse it was mouse1, so i suppose now i don't have mouse under the second X) but /proc/bus/console/keyboard now shows the usb keyboard. by the way shouldn't they complain that the device is used, and the module can not be remooved( i mean usbkbd & usbmouse) > Remember, usbkbd is boot protocol driver. > i'll have it in mind :) svetljo |
From: Aivils S. <Aiv...@un...> - 2002-12-27 11:08:11
|
>> >> Seems some going wrong with USB-HID driver. >> "cat /proc/bus/console/01/keyboard" equivalent P: Phys= in >> /proc/bus/input/devices >> also (struct input_dev *dev)->phys in code > >the hid module was not loaded, i was useing usbkbd and usbmouse i suppose > According Votech Pavlik's recommendations usbkbd and usbmouse should not be used at all ! Please use instead USB-HID. Read this mailing list. USB-HID recognize all Your input devices. >[root@svetljo input]# > >seems wierd to me, now it appears that i have 2 usb keyboards, >but i have only one, may be this explains why i still have >/proc/bus/console/01/keyboard empty , >will the system hang if i unplug & plug the usb keyboard while the 2nd X server >is running, can this help ? In abstract You can replug USB devices any times. Practicaly You should try it. Remember, usbkbd is boot protocol driver. Aivils Stoss |
From: Svetoslav S. <ga...@st...> - 2002-12-27 10:42:37
|
Hi Aiviles, > >is it intended to be so, somehow my second console doesn't report > it's > keyboard, > >i mean /proc/bus/console/01/keyboard is empty > > > >[root@svetljo src]# cat /proc/bus/console/00/keyboard > >isa0060/serio0/input0 > >[root@svetljo src]# cat /proc/bus/console/01/keyboard > > > > > > Seems some going wrong with USB-HID driver. > "cat /proc/bus/console/01/keyboard" equivalent P: Phys= in > /proc/bus/input/devices > also (struct input_dev *dev)->phys in code > >[root@svetljo src]# cat /proc/bus/input/devices > >I: Bus=0003 Vendor=05fe Product=0011 Version=0000 > >N: Name="Cypress Sem. PS2/USB Browser Combo Mouse" > >P: Phys= > > Here must exist string of physical description of device. > > >D: Drivers=mouse1 event3 > >B: EV=6 > >B: KEY=1f0000 0 0 0 0 0 0 0 0 > >B: REL=103 > > > >I: Bus=0003 Vendor=046d Product=c303 Version=0700 > >N: Name="Logitech USB Keyboard" > >P: Phys= > >D: Drivers=kbd event2 > >B: EV=120002 > >B: KEY=7f ffe7207a c14057ff ffbeffdf ffffffff ffffffff fffffffe > >B: LED=1f the hid module was not loaded, i was useing usbkbd and usbmouse i suppose [root@svetljo input]# cat devices I: Bus=0003 Vendor=046d Product=c303 Version=0700 N: Name="Logitech USB Keyboard" P: Phys=usb2:2.2.1/input1 D: Drivers=kbd event4 B: EV=100002 B: KEY=1078 1800d100 1e0000 0 0 0 I: Bus=0003 Vendor=05fe Product=0011 Version=0000 N: Name="Cypress Sem. PS2/USB Browser Combo Mouse" P: Phys= D: Drivers=mouse1 event3 B: EV=6 B: KEY=1f0000 0 0 0 0 0 0 0 0 B: REL=103 I: Bus=0003 Vendor=046d Product=c303 Version=0700 N: Name="Logitech USB Keyboard" P: Phys= D: Drivers=kbd event2 B: EV=120002 B: KEY=7f ffe7207a c14057ff ffbeffdf ffffffff ffffffff fffffffe B: LED=1f I: Bus=0011 Vendor=0002 Product=0002 Version=0100 N: Name="PS2++ Logitech Mouse" P: Phys=isa0060/serio1/input0 D: Drivers=mouse0 event1 B: EV=6 B: KEY=70000 0 0 0 0 0 0 0 0 B: REL=3 I: Bus=0011 Vendor=0001 Product=0002 Version=ab02 N: Name="AT Set 2 keyboard" P: Phys=isa0060/serio0/input0 D: Drivers=kbd event0 B: EV=120002 B: KEY=41f9 fff9df20 efdfffdf ffefffff ffffffff fffffffe B: LED=7 [root@svetljo input]# seems wierd to me, now it appears that i have 2 usb keyboards, but i have only one, may be this explains why i still have /proc/bus/console/01/keyboard empty , will the system hang if i unplug & plug the usb keyboard while the 2nd X server is running, can this help ? svetljo |
From: Aivils S. <Aiv...@un...> - 2002-12-27 10:13:15
|
Hi, Svetljo >is it intended to be so, somehow my second console doesn't report it's keyboard, >i mean /proc/bus/console/01/keyboard is empty > >[root@svetljo src]# cat /proc/bus/console/00/keyboard >isa0060/serio0/input0 >[root@svetljo src]# cat /proc/bus/console/01/keyboard > > Seems some going wrong with USB-HID driver. "cat /proc/bus/console/01/keyboard" equivalent P: Phys= in /proc/bus/input/devices also (struct input_dev *dev)->phys in code >[root@svetljo src]# ls -l /proc/bus/console/0* >/proc/bus/console/00: >total 0 >-rw-r--r-- 1 root root 0 Dec 27 10:31 keyboard > >/proc/bus/console/01: >total 0 >-rw-r--r-- 1 root root 0 Dec 27 10:31 keyboard >[root@svetljo src]# cat /proc/bus/input/devices >I: Bus=0003 Vendor=05fe Product=0011 Version=0000 >N: Name="Cypress Sem. PS2/USB Browser Combo Mouse" >P: Phys= Here must exist string of physical description of device. >D: Drivers=mouse1 event3 >B: EV=6 >B: KEY=1f0000 0 0 0 0 0 0 0 0 >B: REL=103 > >I: Bus=0003 Vendor=046d Product=c303 Version=0700 >N: Name="Logitech USB Keyboard" >P: Phys= >D: Drivers=kbd event2 >B: EV=120002 >B: KEY=7f ffe7207a c14057ff ffbeffdf ffffffff ffffffff fffffffe >B: LED=1f Your vc_screen.c patch is indentical my. Aivils Stoss |