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: Michael R. <mic...@tu...> - 2004-08-10 10:38:26
|
On Tuesday 10 August 2004 10:51, Helge Hafting wrote: > Michael Renner wrote: [...] > Feel free to ask, and provide details. Are you trying to build a > multi-console > machine right now, or are you planning one? What exactly are the > problems? Moin, I have to operate some 'surf station' at science conferences, so I thought it's a chance to test the backstreet ruby patch with several X servers. I have: patched and compiled a 2.4.25 by my own A debian based Pentium 4 with 1 GB RAM X packages 4.3.0-0pre1v3 from http://www.schuldei.org/debian/bruby 1 nVidia AGP card 1 nVidia PCI card 1 Matrox Millennium 2 PS2 keyboards 1 USB keyboard 3 USB mices The kernel is started with the parameter 'dumbcon=2' by grub I followed the instructions from the XFree-Local-multi-user-HOWTO.txt (so far). Now the problem: As long as there are only the PCI cards are build in everything is fine! I can use both consoles. Therefore, I have these entries in my /etc/inittab: # For we use "1-16", "17" and "18" #X2:23:respawn: su - guest -c "startx -- /usr/X11R6/bin/X2 :2 -layout X2 -xf86config XF86Config-4 vt7" X0:23:respawn: su - averell -c "sleep 5 ;startx -- /usr/X11R6/bin/X0 :0 -layout X0 -xf86config XF86Config-4 vt17" X1:23:respawn: su - joe -c "sleep 10; startx -- /usr/X11R6/bin/X1 :1 -layout X1 -xf86config XF86Config-4 vt18" But when the AGP card is build in, no matter if I try to start the 'X2' or not: the machine freeze in the second 'X0' is starting. The last lines in the logfile are (II) Module fb: vendor="The XFree86 Project" compiled for 4.3.0.1, module version = 1.0.0 ABI class: XFree86 ANSI C Emulation, version 0.2 (II) Loading sub module "xaa" (II) LoadModule: "xaa" (II) Loading /usr/X11R6/lib/modules/libxaa.a Here is the output of a 'lspci' cactus:~# lspci 00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 11) 00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 11) 00:1d.0 USB Controller: Intel Corp.: Unknown device 24c2 (rev 01) 00:1d.1 USB Controller: Intel Corp.: Unknown device 24c4 (rev 01) 00:1d.2 USB Controller: Intel Corp.: Unknown device 24c7 (rev 01) 00:1d.7 USB Controller: Intel Corp.: Unknown device 24cd (rev 01) 00:1e.0 PCI bridge: Intel Corp. 82820 820 (Camino 2) Chipset PCI (rev 81) 00:1f.0 ISA bridge: Intel Corp.: Unknown device 24c0 (rev 01) 00:1f.1 IDE interface: Intel Corp.: Unknown device 24cb (rev 01) 00:1f.3 SMBus: Intel Corp.: Unknown device 24c3 (rev 01) 01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 032b (rev a1) 02:03.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10) 02:0a.0 Ethernet controller: Intel Corp. 82557 [Ethernet Pro 100] (rev 0c) 02:0b.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2064W [Millennium] (rev 01) 02:0c.0 VGA compatible controller: nVidia Corporation NV11 (GeForce2 MX) (rev a1) My XF86Config-4 is attached. In the documentation the gpm with a special parameter is mentioned. But I don't use gpm. In an other docu the command echo "1"> /proc/bus/pci/hackvideo is mentioned, but as far as I understud the HowTo it's not longer needed with the patched X server? I even think about to write an article about this method, so every help is welcome! CU -- +---------------------------------------------------------+ |Michael Renner | | |MPI fuer biologische Kybernetik |Phone: +49-7071-601-638| |Spemannstr.38, D-72076 Tuebingen |FAX: +49-7071-601-616| |mic...@tu... | | +----------------------------------------------------ESC:wq |
From: Helge H. <hel...@hi...> - 2004-08-10 08:48:01
|
Michael Renner wrote: >Moin, > >I just subscribed to this list. I want to use one or more PC with some X >consoles at a conference. >Because I have some problems with the AGP card I wonder if user questions are >welcome to this developer list? It seems that there is no other mailing list >consernig 'linuxconsole' than linuxconsole-dev? > > Feel free to ask, and provide details. Are you trying to build a multi-console machine right now, or are you planning one? What exactly are the problems? Helge Hafting |
From: Aivils <ai...@un...> - 2004-08-10 07:54:38
|
On Tuesday 10 August 2004 10:07, Michael Renner wrote: > Moin, > > I just subscribed to this list. I want to use one or more PC with some X > consoles at a conference. > Because I have some problems with the AGP card I wonder if user questions are > welcome to this developer list? It seems that there is no other mailing list > consernig 'linuxconsole' than linuxconsole-dev? Seems here is very few joiners :( Strange problems pop up time to time. Mulptiple X servers depends from video adapters and mainboard too. Impossible cover all cases. Aivils |
From: Michael R. <mic...@tu...> - 2004-08-10 07:07:58
|
Moin, I just subscribed to this list. I want to use one or more PC with some X consoles at a conference. Because I have some problems with the AGP card I wonder if user questions are welcome to this developer list? It seems that there is no other mailing list consernig 'linuxconsole' than linuxconsole-dev? CU -- +---------------------------------------------------------+ |Michael Renner | | |MPI fuer biologische Kybernetik |Phone: +49-7071-601-638| |Spemannstr.38, D-72076 Tuebingen |FAX: +49-7071-601-616| |mic...@tu... | | +----------------------------------------------------ESC:wq |
From: hugo v. <hug...@ca...> - 2004-08-04 22:00:23
|
Hi: I use Debian and my setup works just fine, but that is no help I am sure. I use the 4.26 patch to a vanilla kernel: no Debian kernel!!! Then I use the X .debs of Andreas from which you might have to force some X application installations. Hugo The following signature is automatically added by the web email service I use, which is beyond my control: ======================================= Good People. Great Causes. Get Connected on Care2 Connect: http://www.care2.com/go/z/C2Connect |
From: Svetoslav S. <sv...@gm...> - 2004-08-04 11:46:17
|
> On Wed, 4 Aug 2004 12:42:07 +0200 (MEST) > "Svetoslav Slavtchev" <sv...@gm...> wrote: > > > > Dear Friends: > > > > > > Greetings! > > Hi, > > > > > My days are spent configuring and reconfiguring and I have so far > > > reconfigured my kernel for some 300 times and installed, yet without > > > success. > > > > > > I have lately configured as appeared below my signature and it is > > > working fine. But I could not see my USB scrollmouse (which works > > > perfect without tweaking and in Windows) when I execute the > > > > > > ]# cat /proc/bus/input/devices > > > I: Bus=0011 Vendor=0002 Product=0005 Version=0000 > > > N: Name="ImPS/2 Generic Wheel Mouse" > > > P: Phys=isa0060/serio1/input0 > > > H: Handlers=mouse0 event0 > > > B: EV=7 > > > B: KEY=70000 0 0 0 0 0 0 0 0 > > > B: REL=103 > > > > > > I: Bus=0011 Vendor=0001 Product=0002 Version=ab02 > > > N: Name="AT Set 2 keyboard" > > > P: Phys=isa0060/serio0/input0 > > > H: Handlers=kbd event1 > > > B: EV=120003 > > > B: KEY=4 2000000 8061f9 fbc9d621 efdfffdf ffefffff ffffffff fffffffe > > > B: LED=7 > > > > > > I: Bus=0003 Vendor=0a81 Product=0101 Version=0110 > > > N: Name="CHESEN USB Keyboard" > > > P: Phys=usb-00:1f.4-2/input0 > > > H: Handlers=kbd event2 > > > B: EV=120003 > > > B: KEY=7f ffe7207a c14057ff ffbeffdf ffffffff ffffffff fffffffe > > > B: LED=1f > > > > > > What could be the problem. > > > > is /proc/bus/usb mounted ? > > what does `cat /proc/bus/usb/devices` contain ? > > #cat /proc/bus/usb/devices > T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 > B: Alloc=118/900 us (13%), #Int= 1, #Iso= 0 > D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0000 ProdID=0000 Rev= 0.00 > S: Product=USB UHCI-alt Root Hub > S: SerialNumber=ef80 > C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA > I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub > E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms > T: Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0 > D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 > P: Vendor=0a81 ProdID=0101 Rev= 1.10 > S: Manufacturer=CHESEN > S: Product=USB Keyboard > C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=100mA > I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbkbd > E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms > I: If#= 1 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=(none) > > > > > which modules do you have loaded ? > > # lsmod > Module Size Used by Not tainted > iptable_filter 2444 0 (autoclean) (unused) > ip_tables 16448 1 [iptable_filter] > ppp_synctty 8320 0 (unused) > ppp_async 9856 1 > usbkbd 4796 0 (unused) > uhci 30492 0 (unused) > microcode 7808 0 (autoclean) you don't have the driver for usb mouse loaded, there are actually two drivers - hid.o (which also handles keyboards and is recomended) - the older usbmouse.o have you disabled hotplug in the kernel ? IMHO if it's enabled in the kernel it should load the the driver automatically > > > > > are there any related messages in `dmesg` when > > you plug/unplug it ? > usb.c: new USB bus registered, assigned bus number 2 > hub.c: USB hub found > hub.c: 2 ports detected > hub.c: new USB device 00:1f.2-2, assigned address 2 > usb.c: USB device 2 (vend/prod 0x4fc/0x5) is not claimed by any active > driver.hub.c: new USB device 00:1f.4-2, assigned address 2 > usb.c: USB device 2 (vend/prod 0xa81/0x101) is not claimed by any active > driver.usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 9 ret > -6usb.c: registered new driver usbkbd > input: CHESEN USB Keyboard on usb2:2.0 > usbkbd.c: :USB HID Boot Protocol keyboard driver > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 59 ret -6 > usb-uhci.c: $Revision: 1.275 $ time 14:23:11 Aug 3 2004 > usb-uhci.c: High bandwidth mode enabled > usb-uhci.c: v1.275:USB Universal Host Controller Interface driver > usb.c: registered new driver usbdevfs > usb.c: registered new driver hub > mice: PS/2 mouse device common for all mice > input: ImPS/2 Generic Wheel Mouse on isa0060/serio1 > serio: i8042 AUX port at 0x60,0x64 irq 12 > keyboard.c [AT Set 2 keyboard] vc:1-16 > input: AT Set 2 keyboard on isa0060/serio0 > serio: i8042 KBD port at 0x60,0x64 irq 1 > PCI: Found IRQ 11 for device 00:1f.2 > PCI: Setting latency timer of device 00:1f.2 to 64 > uhci.c: USB UHCI at I/O 0xef40, IRQ 11 > usb.c: new USB bus registered, assigned bus number 1 > hub.c: USB hub found > hub.c: 2 ports detected > PCI: Found IRQ 10 for device 00:1f.4 > PCI: Setting latency timer of device 00:1f.4 to 64 > uhci.c: USB UHCI at I/O 0xef80, IRQ 10 > usb.c: new USB bus registered, assigned bus number 2 > hub.c: USB hub found > hub.c: 2 ports detected > hub.c: new USB device 00:1f.2-2, assigned address 2 > usb.c: USB device 2 (vend/prod 0x4fc/0x5) is not claimed by any active > driver.hub.c: new USB device 00:1f.4-2, assigned address 2 > usb.c: USB device 2 (vend/prod 0xa81/0x101) is not claimed by any active > driver.usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 9 ret > -6usb.c: registered new driver usbkbd > input: CHESEN USB Keyboard on usb2:2.0 > usbkbd.c: :USB HID Boot Protocol keyboard driver > usbdevfs: USBDEVFS_CONTROL failed dev 2 rqt 128 rq 6 len 59 ret -6 > usb-uhci.c: $Revision: 1.275 $ time 14:23:11 Aug 3 2004 > usb-uhci.c: High bandwidth mode enabled > usb-uhci.c: v1.275:USB Universal Host Controller Interface driver > uhci.c: ef40: host controller halted. very bad > usb.c: USB disconnect on device 00:1f.2-2 address 2 this looks like a very serious usb problem > --- demesg-unpluged 2004-08-04 16:46:03.000000000 +0545 > +++ dmesg-pluged 2004-08-04 16:47:14.000000000 +0545 > @@ -189,3 +189,5 @@ > hub.c: new USB device 00:1f.2-2, assigned address 3 > usb.c: USB device 3 (vend/prod 0x4fc/0x5) is not claimed by any active > driver. usb.c: USB disconnect on device 00:1f.2-2 address 3 > +hub.c: new USB device 00:1f.2-2, assigned address 4 > +usb.c: USB device 4 (vend/prod 0x4fc/0x5) is not claimed by any active > driver. same adress as the scary warning, might be try older/newer kernel (but this after trying to load the driver for usb mice) > > > Kindly help. I am desperately in need of a > > > MultiHead system. > > > > > > And since the FC2 has adopted the X.org instead of XFree86, will it > > > affect to the backstreet ruby? > > > > it depends on wether you are using the modified Xserver, > > or the "echo 1 > /proc/.../video-hack" > > in the first case you'll have to patch/recompile xorg > > (i've a patch) > > in the second no changes are needed > > > > > However, I have currently installed a persistent radio internet link > > > and could download files of considerable size in considerable time > > > (it took 36 hours to download a 645MB file from yoper.com) > > > > if you are still on debian, > > please try installing one of Andreas kernels or eventually > > using his config file > > I tried with the config also and the problem with Debian is : I > installed on hda10 with hda9 as swap for debian without installing grub > or lilo in the same hda10 partition with the hope that I could use the > grub installed in hda7 in which FC1 is installed. But I could not make > the Debian booted in spite of the fact that I configured the grub.conf. > > And what I didn't like about Debian is it has got very archaic > applications like kde 2.X and so on. there is also the "unstable" branch which is most of the time stable, but has very recent apps > I was given 7 CDs of Debian, but > only one CD is enough for the install. I don't know exactly (maybe I am > an idiot) what other 5 for? well, almost all applications that run on linux are packaged in debian, so ... > > > > you might also consider switching to mandrake, > > where i could help you a lot and all the binaries > > are available > > (i strongly sugest MDK 10.0 with a 2.6 kernel, > > as my 2.4 kernels are out of date, where as > > the 2.6 kernels seems to be pretty solid and fast) > > Downloading 3CDs of MDK 10.0 may take another 7 days at least. you could probably install just from the first CD, but then you'll miss some packages maybe, althought probably a standard kde desktop should be included in the first CD (maybe gnome too) > And there > is no local vendor in my country. Is there anyway, anyone could borrow > or donate MDK10.0's 3 CDs ( I think). i'm not on of those :( > > Thank you so much for your response. I would have gone for MDK, in case > I have got CDs. :( not a problem :-) maybe someone else could help either with CD's or in other way best, svetljo PS. please reply to lin...@li... so all people that could help, get your mails -- NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler! GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl |
From: Dr. S. B. <dr...@ep...> - 2004-07-30 04:13:54
|
seems somebody is spamming the precious linuxconsole list. List-owner, please take action! Webocratically yours, Dr. Sichendra Bista, Chief Architect and Founding Secretary-General eParliament.org: The Pioneering OPERATIONAL Model of Webocracy Address for correspondence: C/o GIIS, GPO Box 10422, Kathmandu, Nepal Tel: +977 (1) 478 1160/478 2321 Web: http://www.eParliament.org Fax: +977 (1) 478 2321 Email: Net...@eP... -------------------------------------------------------------------- Peace | Justice | Human Rights | Democracy | Development -------------------------------------------------------------------- On Thu, 29 Jul 2004 20:25:48 -0700 lin...@li... wrote: > Send Linuxconsole-dev mailing list submissions to > lin...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > or, via email, send a message with subject or body 'help' to > lin...@li... > > You can reach the person managing the list at > lin...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Linuxconsole-dev digest..." > > > Today's Topics: > > 1. WE SHIIP TO UR COUNTRY FOR MIRCOS0FT, AD0BE, N0RTON & 60 MORE > POPULAR TITLES FROM $20 slipped thus (Mendy Eve) > > --__--__-- > > Message: 1 > From: "Mendy Eve" <ktl...@re...> > Reply-To: "Mendy Eve" <ktl...@re...> > To: lin...@li... > Date: Wed, 28 Jul 2004 22:43:11 -0600 > Subject: WE SHIIP TO UR COUNTRY FOR MIRCOS0FT, AD0BE, N0RTON & 60 MORE > POPULAR TITLES FROM $20 slipped thus > > ----6485251333620 > Content-Type: text/plain; charset=us-ascii > Content-Transfer-Encoding: 8bit > > part medicine joy silent > waiting spirit innocent south > nineteen ways > > ----6485251333620 > Content-Type: text/html; charset=us-ascii > Content-Transfer-Encoding: 8bit > > <html> > <head> > <meta http-equiv="Content-Type" content="text; charset=us-ascii"> > </head> > <body> > <table border=0 cellspacing=0 cellpadding=10 width=600> > <tr><td bgcolor=F5F5F5> > <font color=000000 size=2 face=arial> > <font color=0000FF size=5 face=arial><b><center>Cheap softtwares for > you, all are Original Genuine!</b><br><font size=4 color=FF71B8>Major > titles from MICR0S0FT and AD0BE for Rock Bottom prriice<br><font > color=808080 size=2>Great Bargaain Sa1e! Variety discoount softtwares > at wholesale chaeap > pricing!</center></font></font></font><br><b>Micros0ft Wind0ws XP > PR0fessional</b> - <font color=0000F2><b>my price: $50</b> ; </font> > normal : $299.00 ; <font color=008C00><b>you saave > $249.00</b></font><br><b>Ad0be Ph0toshop CS V 8.O PC</b> - <font > color=0000F2><b>my price: $80</b> ; </font> normal : $609.99 ; <font > color=008C00><b>you save $529.99</b></font><br><b>Micros0ft 0ffice XP > PR0fessional</b> - <font color=0000F2><b>my price: $100</b> ; </font> > normal : $ 499.95; <font color=008C00><b>you saave > $399.95</b></font><br><b>Ad0be Acrobaat V 6.O Professional PC</b> - > <font color=0000F2><b>my price: $100</b> ; </font> normal : $449.95 ; > <font color=008C00><b>you saave $349.95</b></font><br><b>Micros0ft > 0ffice 2OO3 Professional</b> - <font color=0000F2><b>my price: $80</b> > ; </font> normal : $499.95 ; <font color=008C00><b>you saave > $419.95</b></font><lesson either teach grew sun ><br><b>N0rton > Antivirus 2OO4 Professional</b> - <font color=0000F2><b>my price: > $15</b> ; </font> normal : $69.95 ; <font color=008C00><b>you saave > $54.95</b></font><br><b>CorelDraw Graphics Suite V 12 PC</b> - <font > color=0000F2><b>my price: $100</b> ; </font> normal : $349.95 ; <font > color=008C00><b>you saave $249.95</b></font><br><b>Ad0be Pagemaker V > 7.O PC </b> - <font color=0000F2><b>my price: $80</b> ; </font> normal > : $599.95 ; <font color=008C00><b>you saave $519.95</b></font><br><br> > We do have full range softwares -- <b>Macr0media, Mc-Afeee, Ad0bee, > Core1Draw, Micros0ft, NERO, Pinnacle Systems, PowerQuest, RedHat, > Riverdeep, Roxio, Symaantec, 321 Studio</b><br> 52 More P0PULAR titles > for you >> <b><a href=http://www.call.org.de.huturo.com > target=_blank><font color=D20000 size=5 face=arial><u>Cliickk here for > 52 more titles</u></font></a><br><br><font color=FCA836 size=3>We > <question occurring pain strange summary shut mention >shiip to all > countries including africa, finland & etc.. as where u > located</b></font><br><br><font color=000000 size=2> > <b>Wonder why our priices are unbelievably L0W?</b><br> > We are currently clearing our goods at incredibily cheeap sa1e-priice > in connection with the shutdown of our shop and the closure of the > stockhouse. Don't missss your lucky chance to get the best priicce on > discoouunt software!<br><br> We are the authorized agent and an > established reseller offering OEM Licensing software.<br><br> We > possesses all the necessary certificates issued to verify the > authenticity of genuine OEM products and granting the right for us to > resell OEM software products.<br><br><center><a > href=http://www.felt.org.de.huturo.com target=_blank><font > color=D20000 size=5 face=arial><u><b>Super Cheaep MICR0S0FT, AD0BE & > all kinds..<br><br>Cliickk here to enjoy our Superb > Discounnt!</u></b></font></a><br><br><a > href=http://www.are.org.de.huturo.com/a.html target=_blank><font > color=8F8F8F size=1>take me down</font></a></center></fell already > ></font> > </td></tr></table> > </body> > </html> > > ----6485251333620-- > > > > --__--__-- > > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > > > End of Linuxconsole-dev Digest > > -- Thanking you for your time and coooperation. May you and your family be successful in your mission, prosperous, healthy, happy, free from sufferings and in peace, always! Webocratically yours, Dr. Sichendra Bista, Chief Architect and Founding Secretary-General eParliament.org: The Pioneering OPERATIONAL Model of Webocracy Address for correspondence: C/o GIIS, GPO Box 10422, Kathmandu, Nepal Tel: +977 (1) 478 1160/478 2321 Web: http://www.eParliament.org Fax: +977 (1) 478 2321 Email: Net...@eP... -------------------------------------------------------------------- Peace | Justice | Human Rights | Democracy | Development -------------------------------------------------------------------- |
From: Mendy E. <ktl...@re...> - 2004-07-29 03:45:09
|
part medicine joy silent waiting spirit innocent south nineteen ways |
From: Ricardo A. G. <rgo...@co...> - 2004-07-27 00:59:03
|
Thanks for your help. It worked. Ricardo |
From: Svetoslav S. <sv...@gm...> - 2004-07-26 23:58:04
|
> I'm runing kernel 2.6.7 w/ruby (today CVS) with two nvidia cards. When I > try to start second X, Xserver die with "Cannot open virtual console 17 > (No such device)" > > More Info: > OS: Linux Fedora Core 2 > Keyb: PS/2 + USB > Mouse: PS/2 + USB > Video: NVidia GF2 + NVidia GF4 > XServer: Xorg from distro w/o patch (just hackvideo=1) > > dmesg: > ... > Console: Colour VGA+ 80x25 vc:1-16 > ... > keyboard.c: [AT Translated Set 2 keyboard] vc:1-16 > input: AT Translated Set 2 keyboard on isa0060/serio0 > ... > input: USB HID v1.00 Mouse [Wheel Mouse] on usb-0000:00:10.1-1 > usb 2-2: new low speed USB device using address 3 > drivers/usb/input/hid-core.c: ctrl urb status -32 received > input: USB HID v1.10 Keyboard [0566:3002] on usb-0000:00:10.1-2 > drivers/usb/input/hid-core.c: ctrl urb status -32 received > drivers/usb/input/hid-core.c: ctrl urb status -32 received > drivers/usb/input/hid-core.c: ctrl urb status -32 received > input,hiddev96: USB HID v1.10 Device [0566:3002] on usb-0000:00:10.1-2 > ... > > (nothing about vc17) add to your's bootloader append line "dumbcon=2" (or pass it at boot) then everything should be fine best, svetljo -- NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler! GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl |
From: Ricardo A. G. <rgo...@co...> - 2004-07-26 23:46:45
|
I'm runing kernel 2.6.7 w/ruby (today CVS) with two nvidia cards. When I try to start second X, Xserver die with "Cannot open virtual console 17 (No such device)" More Info: OS: Linux Fedora Core 2 Keyb: PS/2 + USB Mouse: PS/2 + USB Video: NVidia GF2 + NVidia GF4 XServer: Xorg from distro w/o patch (just hackvideo=1) dmesg: ... Console: Colour VGA+ 80x25 vc:1-16 ... keyboard.c: [AT Translated Set 2 keyboard] vc:1-16 input: AT Translated Set 2 keyboard on isa0060/serio0 ... input: USB HID v1.00 Mouse [Wheel Mouse] on usb-0000:00:10.1-1 usb 2-2: new low speed USB device using address 3 drivers/usb/input/hid-core.c: ctrl urb status -32 received input: USB HID v1.10 Keyboard [0566:3002] on usb-0000:00:10.1-2 drivers/usb/input/hid-core.c: ctrl urb status -32 received drivers/usb/input/hid-core.c: ctrl urb status -32 received drivers/usb/input/hid-core.c: ctrl urb status -32 received input,hiddev96: USB HID v1.10 Device [0566:3002] on usb-0000:00:10.1-2 ... (nothing about vc17) after unplug & plug USB kbd my /var/log/messages is Jul 26 20:41:24 localhost kernel: usb 2-2: USB disconnect, address 3 Jul 26 20:41:24 localhost udev[6423]: removing device node '/udev/input/event3' Jul 26 20:41:24 localhost udev[6433]: removing device node '/udev/input/event4' Jul 26 20:41:24 localhost udev[6436]: removing device node '/udev/hiddev0' Jul 26 20:41:32 localhost kernel: usb 2-2: new low speed USB device using address 4 Jul 26 20:41:33 localhost kernel: drivers/usb/input/hid-core.c: ctrl urb status -32 received Jul 26 20:41:33 localhost kernel: input: USB HID v1.10 Keyboard [0566:3002] on usb-0000:00:10.1-2 Jul 26 20:41:33 localhost kernel: drivers/usb/input/hid-core.c: ctrl urb status -32 received Jul 26 20:41:33 localhost last message repeated 2 times Jul 26 20:41:33 localhost kernel: input,hiddev96: USB HID v1.10 Device [0566:3002] on usb-0000:00:10.1-2 Jul 26 20:41:34 localhost udev[6578]: configured rule in '/etc/udev/rules.d//50-udev.rules' at line 25 applied, 'event3' becomes 'input/%k' Jul 26 20:41:34 localhost udev[6578]: creating device node '/udev/input/event3' Jul 26 20:41:34 localhost udev[6580]: configured rule in '/etc/udev/rules.d//50-udev.rules' at line 25 applied, 'event4' becomes 'input/%k' Jul 26 20:41:34 localhost udev[6580]: creating device node '/udev/input/event4' Jul 26 20:41:35 localhost udev[6590]: creating device node '/udev/hiddev0' Thanks in advance, Ricardo.- |
From: <ai...@ba...> - 2004-07-26 11:50:56
|
Quoting Kjetil Kjernsmo <kj...@kj...>: > Hi! >=20 > I'm trying to set aside some time to grok the patch you sent me... >=20 > For one thing, I have now produced a set of logs and output from variou= s=20 > parts of the proc fs with the current running kernel, without your=20 > patch. They are now at > http://dev.kjernsmo.net/tmp/ruby-only-logs1/ > This stuff was produced just after the keyboard started generating=20 > events.=20 Unfortunately that is hardware bug. So nobody can locate the bug remotely. You must do it by yourself. > To quote the patch: >=20 > On 9. july 2004, 10:32, Aivils wrote: >=20 > > IMHO You should do gross hack by yourself > > > > --- hid-core.c 2004-06-17 10:37:47.000000000 +0300 > > +++ hid-core_.c 2004-07-09 11:12:43.045096352 +0300 > > @@ -1491,7 +1491,7 @@ static struct hid_blacklist { > > { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_2PORTKVM, > > HID_QUIRK_NOGET }, { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVM, > > HID_QUIRK_NOGET }, { USB_VENDOR_ID_ATEN, > > USB_DEVICE_ID_ATEN_4PORTKVMC, HID_QUIRK_NOGET }, - { > > USB_VENDOR_ID_TANGTOP, USB_DEVICE_ID_TANGTOP_USBPS2, HID_QUIRK_NOGET > > }, + { USB_VENDOR_ID_TANGTOP, USB_DEVICE_ID_TANGTOP_USBPS2, > > HID_QUIRK_NOGET | HID_QUIRK_STOP_TANGTOP}, > > > > { USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_WCP32PU, > > HID_QUIRK_2WHEEL_MOUSE_HACK_BACK }, { USB_VENDOR_ID_CYPRESS, > > USB_DEVICE_ID_CYPRESS_MOUSE, HID_QUIRK_2WHEEL_MOUSE_HACK_EXTRA }, > > > > > > > > > > > > > > --- hid-input.c 2004-05-10 05:32:28.000000000 +0300 > > +++ hid-input_.c 2004-07-09 11:23:21.278070192 +0300 > > @@ -432,6 +432,13 @@ void hidinput_hid_event(struct hid_devic > > > > input_regs(input, regs); > > > > + /* debug wrong TANGTOP event */ > > + printk("HID_EVENT: type %d code %d \n", usage->type, > > usage->code); + /* stop wrong event */ >=20 >=20 > So, this is going to print some kind of code that I can use? >=20 > > + if ((hid->quirks & HID_QUIRK_STOP_TANGTOP) && > > + usage->type =3D=3D UNDESIRED_TYPE && usage->code =3D=3D > > UNDESIRED_CODE) + return; > > + >=20 > And this will "stop" the TANGTOP if I specify the type and code?=20 >=20 > But what will it mean to "stop"? Will it mean that the keyboard and=20 > mouse freezes rather than spewing out events? Or will it reset itself,=20 > or....? =20 TANGTOP device driver is marked by "HID_QUIRK_STOP_TANGTOP". If device produce spontaneus keypress events , then my patch is not=20 usable. But TANGTOP may produce recongnizable "wrong" events, which You stop. > > if (((hid->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_EXTRA) && > > (usage->code =3D=3D BTN_EXTRA)) > > > > || ((hid->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_BACK) > > || && (usage->code =3D=3D BTN_BACK))) { > > > > if (value) > > > > > > > > --- hid.h 2004-05-10 05:31:57.000000000 +0300 > > +++ hid_.h 2004-07-09 11:11:41.563442984 +0300 > > @@ -211,6 +211,7 @@ struct hid_item { > > #define HID_QUIRK_2WHEEL_MOUSE_HACK_BACK 0x080 > > #define HID_QUIRK_2WHEEL_MOUSE_HACK_EXTRA 0x100 > > #define HID_QUIRK_2WHEEL_MOUSE_HACK_ON 0x200 > > +#define HID_QUIRK_STOP_TANGTOP 0x400 > > > > /* > > * This is the global environment of the parser. This information is > > > > > > >=20 >=20 >=20 > > This set of paches means You locate wrong event and leater stop it > > with # define UNDESIRED_TYPE > > # define UNDESIRED_CODE >=20 > Right.... :-)=20 >=20 > So, I should apply this patch, recompile the kernel. Then reproduce the= =20 > spewing of events, locate the error message beginning with HID_EVENT: > (in /var/log/messages?), and find the type and code, set the=20 > UNDESIRED_TYPE and UNDESIRED_CODE with them, recompile once more. >=20 > Have I got that right?=20 Right! > What would happen then, when the error is encountered? >=20 You should parry death-blow :) Aivils --------------------------------------------------------------------- Radical ringtones, java games, mobile phone logos, backgrounds http://sms= .BANDA.LV ! |
From: Kjetil K. <kj...@kj...> - 2004-07-25 17:04:16
|
Hi! I'm trying to set aside some time to grok the patch you sent me... For one thing, I have now produced a set of logs and output from various parts of the proc fs with the current running kernel, without your patch. They are now at http://dev.kjernsmo.net/tmp/ruby-only-logs1/ This stuff was produced just after the keyboard started generating events. To quote the patch: On 9. july 2004, 10:32, Aivils wrote: > IMHO You should do gross hack by yourself > > --- hid-core.c 2004-06-17 10:37:47.000000000 +0300 > +++ hid-core_.c 2004-07-09 11:12:43.045096352 +0300 > @@ -1491,7 +1491,7 @@ static struct hid_blacklist { > { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_2PORTKVM, > HID_QUIRK_NOGET }, { USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_4PORTKVM, > HID_QUIRK_NOGET }, { USB_VENDOR_ID_ATEN, > USB_DEVICE_ID_ATEN_4PORTKVMC, HID_QUIRK_NOGET }, - { > USB_VENDOR_ID_TANGTOP, USB_DEVICE_ID_TANGTOP_USBPS2, HID_QUIRK_NOGET > }, + { USB_VENDOR_ID_TANGTOP, USB_DEVICE_ID_TANGTOP_USBPS2, > HID_QUIRK_NOGET | HID_QUIRK_STOP_TANGTOP}, > > { USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_WCP32PU, > HID_QUIRK_2WHEEL_MOUSE_HACK_BACK }, { USB_VENDOR_ID_CYPRESS, > USB_DEVICE_ID_CYPRESS_MOUSE, HID_QUIRK_2WHEEL_MOUSE_HACK_EXTRA }, > > > > > > > --- hid-input.c 2004-05-10 05:32:28.000000000 +0300 > +++ hid-input_.c 2004-07-09 11:23:21.278070192 +0300 > @@ -432,6 +432,13 @@ void hidinput_hid_event(struct hid_devic > > input_regs(input, regs); > > + /* debug wrong TANGTOP event */ > + printk("HID_EVENT: type %d code %d \n", usage->type, > usage->code); + /* stop wrong event */ So, this is going to print some kind of code that I can use? > + if ((hid->quirks & HID_QUIRK_STOP_TANGTOP) && > + usage->type == UNDESIRED_TYPE && usage->code == > UNDESIRED_CODE) + return; > + And this will "stop" the TANGTOP if I specify the type and code? But what will it mean to "stop"? Will it mean that the keyboard and mouse freezes rather than spewing out events? Or will it reset itself, or....? > if (((hid->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_EXTRA) && > (usage->code == BTN_EXTRA)) > > || ((hid->quirks & HID_QUIRK_2WHEEL_MOUSE_HACK_BACK) > || && (usage->code == BTN_BACK))) { > > if (value) > > > > --- hid.h 2004-05-10 05:31:57.000000000 +0300 > +++ hid_.h 2004-07-09 11:11:41.563442984 +0300 > @@ -211,6 +211,7 @@ struct hid_item { > #define HID_QUIRK_2WHEEL_MOUSE_HACK_BACK 0x080 > #define HID_QUIRK_2WHEEL_MOUSE_HACK_EXTRA 0x100 > #define HID_QUIRK_2WHEEL_MOUSE_HACK_ON 0x200 > +#define HID_QUIRK_STOP_TANGTOP 0x400 > > /* > * This is the global environment of the parser. This information is > > > > This set of paches means You locate wrong event and leater stop it > with # define UNDESIRED_TYPE > # define UNDESIRED_CODE Right.... :-) So, I should apply this patch, recompile the kernel. Then reproduce the spewing of events, locate the error message beginning with HID_EVENT: (in /var/log/messages?), and find the type and code, set the UNDESIRED_TYPE and UNDESIRED_CODE with them, recompile once more. Have I got that right? What would happen then, when the error is encountered? Thanks for all the help! Best, Kjetil -- Kjetil Kjernsmo Astrophysicist/IT Consultant/Skeptic/Ski-orienteer/Orienteer/Mountaineer kj...@kj... web...@sk... ed...@le... Homepage: http://www.kjetil.kjernsmo.net/ OpenPGP KeyID: 6A6A0BBC |
From: Svetoslav S. <sv...@gm...> - 2004-07-22 11:38:37
|
> On Wednesday 21 July 2004 23:34, Svetoslav Slavtchev wrote: > > PPPS. > > secondary cards are very tricky, > > some one needs to post them and initialise the bios > > the DRI guys are working on a standalone utility > > but i couldn't find any sources, and it wont work > > with Nvidia cards > > > > Actualy You should not shearch, because vgahw module > in xf86 do real mode video BIOS initialisation. > And vhahw works with Nvidia cards :) , primary and > secondary. :-) actually i should /* but no time right now :( */ do i really need to install/ run XFree in case i want just multi-user console ? what if for some stupid reason, i want to setup fb console very, very early from an initrd do you sugest to place XFree in the initrd LOL LOL LOL :-) speaking of stupid reasons, have anyone tried to merge bootsplash in ruby ? to make it modular ? currently IMHO this is the single obstacle to push my ruby kernel binaries in mandrake cooker best, svetljo -- +++ GMX DSL-Tarife 3 Monate gratis* +++ Nur bis 25.7.2004 +++ Bis 24.000 MB oder 300 Freistunden inkl. http://www.gmx.net/de/go/dsl |
From: Aivils <ai...@un...> - 2004-07-22 10:09:15
|
On Wednesday 21 July 2004 23:34, Svetoslav Slavtchev wrote: > PPPS. > secondary cards are very tricky, > some one needs to post them and initialise the bios > the DRI guys are working on a standalone utility > but i couldn't find any sources, and it wont work > with Nvidia cards > Actualy You should not shearch, because vgahw module in xf86 do real mode video BIOS initialisation. And vhahw works with Nvidia cards :) , primary and secondary. Aivils |
From: Svetoslav S. <sv...@gm...> - 2004-07-21 20:34:35
|
> On Tuesday 20 July 2004 11:23, Andreas Schuldei wrote: > > * Svetoslav Slavtchev (sv...@gm...) [040720 07:17]: > > > > I have a machine with multipul VGA cards, and USB, I would love to > set > > > > this up so that I can have several people use this in console mode, > each > > > > tty on a seperate monitor and usb Keyboard and mouse? > > > > > > http://startx.times.lv/ > > > http://www.tldp.org/HOWTO/XFree-Local-multi-user-HOWTO/ > > > http://disjunkt.com/dualhead/ > > > > > > you may also want to chack this url > > > http://www.c3sl.ufpr.br/fourhead/index-en.php > > > > actually the console does not work here. i do remember that there > > was some trick with loading framebuffer modules in a special > > order. how did that work? > > No triks. fbcon seems contain bugs. My test adapters is too old and > maintainer-less (Voodoo 1, ATI 3D rage). tdfxfb will not work on 2 > adapters. > > Triks work for xf86 driver load sequence. > > > nowerdays i have these graphics > > adapters: > > > > /bin/lspci | grep VGA > > 0000:00:08.0 VGA compatible controller: ATI Technologies Inc RV280 > [Radeon 9200 SE] (rev 01) > > 0000:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 > AGP (rev 82) > Just try 4 sequences: > 1) > modprobe matroxfb > modprobe radeonfb > modprobe fbcon > 2) > modprobe radeonfb > modprobe matroxfb > modprobe fbcon > 3) > modprobe radeonfb > modprobe fbcon > 4) > modprobe matroxfb > modprobe fbcon > :) > > Secondary xf86 may stop Your console output. > In may case i oft do blindly login and type "consolechars -d", which > command restores VGA fonts. After "consolechars -d" VGA is usable until > any xf86 restart. > > Aivils > let's see what i can remmember /* i've some troubles with my G550DH headed box * for quite some time now :( */ IIRC i just needed matroxfb and fbcon compiled as modules and a tiny script smth like ----------------------- script start modprobe matroxfb_g450 modprobe matroxfb_crtc2 /* reverse the screens and separate the outputs*/ matrox_reverse modprobe fbcon /* reconfigure input devices for newly added VC's */ /etc/hotplug/input.rc start /* run additional gettys for second head init 4 ------------------- script ends and i had to patch XFree /* and use two binaries */ as XFree seems to use hardcoded vt numbers for VT-switching /* with the standard -prefbusid Xserver, on the second head * i was unable to switch to console as it reported * some stupid error */ that was running really good with ruby-2.6.3 and 2.6.5, but i couldn't find time to get ruby-2.6.7 on it :( now that ruby has multiple cursors best, svetljo PS. matrox_reverse is part of matroxset, but might have a bit different name in the tarball and might not be needed anymore, as the matroxfb driver now should support changing this settings via boot/modprobe.conf options PPS. i couldn't get neither rivafb, nor radeonfb drivers from vanilla 2.6 to works with my hardware, and for that reason ruby couldn't work with them too :( PPPS. secondary cards are very tricky, some one needs to post them and initialise the bios the DRI guys are working on a standalone utility but i couldn't find any sources, and it wont work with Nvidia cards for now, probably only XFree -probeonly can do it and of course there are no such troubles with a single double headed Matrox card :-) -- +++ GMX DSL-Tarife 3 Monate gratis* +++ Nur bis 25.7.2004 +++ Bis 24.000 MB oder 300 Freistunden inkl. http://www.gmx.net/de/go/dsl |
From: hugo v. <hug...@ca...> - 2004-07-21 19:19:37
|
It is quite doable, possibly even easy depending on your setup. Svetljo and Aivils give super help, as does their documentation. Write to the list for help after completely checking out the latter. Hugo. ---- Begin Original Message ---- From: D I Freeman <lin...@qu...> Sent: Tue, 20 Jul 2004 01:37:36 +0100 To: lin...@li... Subject: Newbie seeks help -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there. I have a machine with multipul VGA cards, and USB, I would love to set this up so that I can have several people use this in console mode, each tty on a seperate monitor and usb Keyboard and mouse? I spoke to one kernel hacker and they said it wasn't possible. Are they right? Thanks K -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/GlQpQ4p2TvRQNARAsfEAKCYinuRF+1c1mQCIblZ5CGX/CkmbQCg9CUH XPzK/w9+vh2FKiM2qKzHdfQ= =PZep -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Linuxconsole-dev mailing list Lin...@li... https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev ---- End Original Message ---- The following signature is automatically added by the web email service I use, which is beyond my control: ======================================= Good People. Great Causes. Get Connected on Care2 Connect: http://www.care2.com/go/z/C2Connect |
From: hugo v. <hug...@ca...> - 2004-07-21 19:19:31
|
It is quite doable, possibly even easy depending on your setup. Svetljo and Aivils give super help, as does their documentation. Write to the list for help after completely checking out the latter. Hugo. ---- Begin Original Message ---- From: D I Freeman <lin...@qu...> Sent: Tue, 20 Jul 2004 01:37:36 +0100 To: lin...@li... Subject: Newbie seeks help -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there. I have a machine with multipul VGA cards, and USB, I would love to set this up so that I can have several people use this in console mode, each tty on a seperate monitor and usb Keyboard and mouse? I spoke to one kernel hacker and they said it wasn't possible. Are they right? Thanks K -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/GlQpQ4p2TvRQNARAsfEAKCYinuRF+1c1mQCIblZ5CGX/CkmbQCg9CUH XPzK/w9+vh2FKiM2qKzHdfQ= =PZep -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Linuxconsole-dev mailing list Lin...@li... https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev ---- End Original Message ---- The following signature is automatically added by the web email service I use, which is beyond my control: ======================================= Good People. Great Causes. Get Connected on Care2 Connect: http://www.care2.com/go/z/C2Connect |
From: Aivils <ai...@un...> - 2004-07-20 09:40:46
|
On Tuesday 20 July 2004 11:23, Andreas Schuldei wrote: > * Svetoslav Slavtchev (sv...@gm...) [040720 07:17]: > > > I have a machine with multipul VGA cards, and USB, I would love to set > > > this up so that I can have several people use this in console mode, each > > > tty on a seperate monitor and usb Keyboard and mouse? > > > > http://startx.times.lv/ > > http://www.tldp.org/HOWTO/XFree-Local-multi-user-HOWTO/ > > http://disjunkt.com/dualhead/ > > > > you may also want to chack this url > > http://www.c3sl.ufpr.br/fourhead/index-en.php > > actually the console does not work here. i do remember that there > was some trick with loading framebuffer modules in a special > order. how did that work? No triks. fbcon seems contain bugs. My test adapters is too old and maintainer-less (Voodoo 1, ATI 3D rage). tdfxfb will not work on 2 adapters. Triks work for xf86 driver load sequence. > nowerdays i have these graphics > adapters: > > /bin/lspci | grep VGA > 0000:00:08.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01) > 0000:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 82) Just try 4 sequences: 1) modprobe matroxfb modprobe radeonfb modprobe fbcon 2) modprobe radeonfb modprobe matroxfb modprobe fbcon 3) modprobe radeonfb modprobe fbcon 4) modprobe matroxfb modprobe fbcon :) Secondary xf86 may stop Your console output. In may case i oft do blindly login and type "consolechars -d", which command restores VGA fonts. After "consolechars -d" VGA is usable until any xf86 restart. Aivils |
From: Andreas S. <an...@sc...> - 2004-07-20 08:23:21
|
* Svetoslav Slavtchev (sv...@gm...) [040720 07:17]: > > I have a machine with multipul VGA cards, and USB, I would love to set > > this up so that I can have several people use this in console mode, each > > tty on a seperate monitor and usb Keyboard and mouse? > > http://startx.times.lv/ > http://www.tldp.org/HOWTO/XFree-Local-multi-user-HOWTO/ > http://disjunkt.com/dualhead/ > > you may also want to chack this url > http://www.c3sl.ufpr.br/fourhead/index-en.php actually the console does not work here. i do remember that there was some trick with loading framebuffer modules in a special order. how did that work? nowerdays i have these graphics adapters: /bin/lspci | grep VGA 0000:00:08.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01) 0000:01:00.0 VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 82) |
From: Svetoslav S. <sv...@gm...> - 2004-07-20 06:24:44
|
> On Monday 19 July 2004 17:15, Dr. Sichendra Bista wrote: > > Dear Aivils Stoss: > > > > Thank you so much for your comprehensive reply. However, everthing went > > smooth until I got errors while executing the 'make' command as stated > > below. Kindly guide! (I can send the entire script if required) > > > > > http://www.schuldei.org/aivils > > > > I will visit your personal site too. :) > > > > > > > > It should look like this > > > mydir/linux-2.4.25 > > > mydir/bruby-2.4.25-20040219.diff > > > > > > $ cd mydir > > > $ patch -s -p0 < bruby-2.4.25-20040219.diff > > > > Thank you, now this step worked! > > > > > > > > You start previously patch from wrong directory. > > > > > > > QUERY II > > > > > > > > I also came across a config file ( > > > > http://www.c3sl.ufpr.br/fourhead/.config ) and don't know how to go > > > > about it while rebuilding the kernel. > > > > > > This is detailed doc site > > > http://www.tldp.org/HOWTO/XFree-Local-multi-user-HOWTO/ > > > > > > Typicaly You read http://www.kernelnewbies.org > > > after You do > > > $ cd mydir/linux-2.4.25 > > > $ make menuconfig > > > then You do exit immediately from "make menuconfig" and You have > > > predefined config file$ make dep > > > $ make > > > > But when I executed the 'make' command. It gave the following error > > almost at the end: > > > > -frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 > > -nostdinc -iwithprefix include -DKBUILD_BASENAME=rd -c -o rd.o rd.c > > rd.c:88: error: `CONFIG_BLK_DEV_RAM_SIZE' undeclared here (not in a > > function) make[3]: *** [rd.o] Error 1 > > make[3]: Leaving directory > > `/home/drbista/multiuserpc/kernelsrc/linux-2.4.25/drivers/block' > > make[2]: *** [first_rule] Error 2 make[2]: Leaving directory > > `/home/drbista/multiuserpc/kernelsrc/linux-2.4.25/drivers/block' > > make[1]: *** [_subdir_block] Error 2 make[1]: Leaving directory > > `/home/drbista/multiuserpc/kernelsrc/linux-2.4.25/drivers' make: *** > > [_dir_drivers] Error 2 > > > > Do you recommend me to go further with the instructions below or do I > > need to make some modifications? > > Yes. Your distro have not installed kernel header files. > RPM way, may not work properly > rpm -ivh fedora/2/disc3/Fedora/RPMS/kernel-source-2.6.5-1.358.i386.rpm > > Safe way > Kernel headers means bunch of *.h files in to /usr/include/linux > Your distro may contain old obsolete headers. > Back up it all > > $ cd /usr/include > $ mv linux linux.bak > > Now make symbolic link to Your new kernel headers > > $ ln -s /home/drbista/multiuserpc/kernelsrc/linux-2.4.25/include/linux > linux > > After this exists directory /usr/include/linux which contains headers of > Your > 2.4.25 kernel. gcc during compilation can find all header files. hm, i thought that this aproach was problematic, and redhat hat droped this setup IMHO smth went wrong with the .config generation and the above config option didn't get set > > > > > > please switch to "root" user > > > > > > $ make install > > > $ make modules_install > > > > > > You should read "man lilo.conf" and add Your fresh compiled kernel > > > vi - simple text editor > > > $ vi /etc/lilo.conf > > > $ lilo > > > > > > > QUERY III > > > > > > > > Let me inform you that I have installed a FC1-based PCQLinux2004 > > > > (pcquest.com) in my machine and it has got 2.4.22-nptl and 2.6.2 > > > > kernels in parallel. I also installed another kernel 2.4.18 to make > > > > my sm56 softmodem work (as instructed at http://www.sm56.tk). > > > > > > > > I know how to install a parallel kernel from rpm package ( rpm > > > > --ivh > > > man lilo.conf > > > > kernel**.rpm --nodeps --force and then configure grub.conf. But I > > > > don't know how to install a parallel 2.4.25 kernel from the tar.gz > > > > file without disturbing other kernels in my machine. > > > > > > In theory, Svetoslav Slavtchev <sv...@gm...> allready provide > > > precompiled kernels. If You have troubles with download, then I > > > doubt about Your capability download 20Mb rpm. > > > http://karlovo.demon.co.uk/~svetlio/ruby-contrib/ > > > > Does Mr. Slavtchev's precompiled kernel for 2.4.25 works fine without > > any patches and hitches? Sounds stupid question, but important for me as > > I am going to install it on a production-level machine (I don't have > > several machines, but the borrowed one so I want to add more > > consoles/heads to minimize the cost) > > Slavtchev move away from 2.4.XX long ago. Now he make 2.6.7, but > for Mandrake. Current most safe way is coplete work with 2.4.25 , because > all what You needs are now on the site. it's a Mandrake one, but with 2.6 kernels the kernel is a lot more usable on other distros and i think it should work fine on any distro (at least the kernel itself, the rpm post install scripts wont be really compatible) there are no such havy patches in any of the distributions like in 2.4 kernels (e.g. 0(1) scheduler, nptl, ....) i did used my 2.6.3 kernel without modifications on debian unstable, all i need to do was to add another entry to lilo.conf and copy the modules to the debian install best, svetljo |
From: Svetoslav S. <sv...@gm...> - 2004-07-20 05:37:17
|
> Dear Aivils Stoss: > > Thank you so much for your comprehensive reply. However, everthing went > smooth until I got errors while executing the 'make' command as stated > below. Kindly guide! (I can send the entire script if required) > > On Mon, 19 Jul 2004 12:01:35 +0300 > Aivils <ai...@un...> wrote: > > > > Respected Aivils Stoss: > > > > > > Greetings from eParliament.org and the troubled section of the > > > Himalayas! > > > > > > I came across the http://www.c3sl.ufpr.br/fourhead/ which directed > > > me to your site http://startx.times.lv . As instructed by some > > > gentlemen from > > http://www.schuldei.org/aivils > > I will visit your personal site too. :) > > > > the C3SL project I was helped by a techie from a local ISP to > > > acquire kernel2.4.25 in tar.gz format (it is absolutely impossible > > > to download with a sluggish dial-up connection at my end). > > > > > > I have encountered three queries as stated below and shall be > > > obliged if you kindly bear the trouble of replying me > > > comprehensively to this comparatively newbie linuxer. > > > > > > QUERY I: > > > > > > I just unarchived the tar.gz kernel into a linux-2.4.25 directory in > > > a folder under my home directory (not root) and also archieved the > > > bruby-2.4.25 patch in the same directory. I used the following > > > command(not as root, but as file owner/user): patch -s -p0 < > > > bruby-2.4.**.diff and I got the following which confused me. > > > > > > $ patch -s -p0 < bruby-2.4.25-20040219.diff > > > The text leading up to this was: > > > -------------------------- > > > |diff -Nurp --exclude-from=excl24 linux-2.4.25/arch/i386/config.in > > > linr/arch/i386/config.in|--- linux-2.4.25/arch/i386/config.in > > > 2004-02-18 13:36:30.000000000 +0000|+++ linr/arch/i386/config.in > > > 2004-02-19 13:25:37.000000000 +0000-------------------------- > > > File to patch: > > > > > > > > > Since I didn't know which file to patch and which not, I just hit > > > the enter button and it asked me "Skip the file? [y]" and another > > > instruction as above appeared. When I just kept on hitting enter > > > button it kept on displaying "n out of n hunk/s ignrored" and again > > > another text as above with a different text appeared. > > > > Please read "man patch" :) > > > > It should look like this > > mydir/linux-2.4.25 > > mydir/bruby-2.4.25-20040219.diff > > > > $ cd mydir > > $ patch -s -p0 < bruby-2.4.25-20040219.diff > > Thank you, now this step worked! > > > > > You start previously patch from wrong directory. > > > > > QUERY II > > > > > > I also came across a config file ( > > > http://www.c3sl.ufpr.br/fourhead/.config ) and don't know how to go > > > about it while rebuilding the kernel. > > > > This is detailed doc site > > http://www.tldp.org/HOWTO/XFree-Local-multi-user-HOWTO/ > > > > Typicaly You read http://www.kernelnewbies.org > > after You do > > $ cd mydir/linux-2.4.25 > > $ make menuconfig > > then You do exit immediately from "make menuconfig" and You have > > predefined config file$ make dep > > $ make > > But when I executed the 'make' command. It gave the following error > almost at the end: > > -frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 > -nostdinc -iwithprefix include -DKBUILD_BASENAME=rd -c -o rd.o rd.c > rd.c:88: error: `CONFIG_BLK_DEV_RAM_SIZE' undeclared here (not in a > function) make[3]: *** [rd.o] Error 1 > make[3]: Leaving directory > `/home/drbista/multiuserpc/kernelsrc/linux-2.4.25/drivers/block' > make[2]: *** [first_rule] Error 2 make[2]: Leaving directory > `/home/drbista/multiuserpc/kernelsrc/linux-2.4.25/drivers/block' > make[1]: *** [_subdir_block] Error 2 make[1]: Leaving directory > `/home/drbista/multiuserpc/kernelsrc/linux-2.4.25/drivers' make: *** > [_dir_drivers] Error 2 > > Do you recommend me to go further with the instructions below or do I > need to make some modifications? please try "make defconfig" or maybe better use the configuration of your distribution (and check it's documetation how to build a kernel) and see http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html > > > > please switch to "root" user > > > > $ make install > > $ make modules_install > > You should read "man lilo.conf" and add Your fresh compiled kernel > > vi - simple text editor > > $ vi /etc/lilo.conf > > $ lilo > > > > > QUERY III > > > > > > Let me inform you that I have installed a FC1-based PCQLinux2004 > > > (pcquest.com) in my machine and it has got 2.4.22-nptl and 2.6.2 > > > kernels in parallel. I also installed another kernel 2.4.18 to make > > > my sm56 softmodem work (as instructed at http://www.sm56.tk). > > > > > > I know how to install a parallel kernel from rpm package ( rpm > > > --ivh > > man lilo.conf > > > kernel**.rpm --nodeps --force and then configure grub.conf. But I > > > don't know how to install a parallel 2.4.25 kernel from the tar.gz > > > file without disturbing other kernels in my machine. > > > > In theory, Svetoslav Slavtchev <sv...@gm...> allready provide > > precompiled kernels. If You have troubles with download, then I > > doubt about Your capability download 20Mb rpm. > > http://karlovo.demon.co.uk/~svetlio/ruby-contrib/ > > Does Mr. Slavtchev's precompiled kernel for 2.4.25 works fine without > any patches and hitches? Sounds stupid question, but important for me as > I am going to install it on a production-level machine (I don't have > several machines, but the borrowed one so I want to add more > consoles/heads to minimize the cost) they work fine for me, and another guy in Israel with 3 4headed PC's but i'm talking about a 2.6 based kernels i've stoped working on 2.4 a long long time ago there are 2.4.22 based kernels (binary rpms) which should be pretty workable but i'm afraid the 2.4 kernels wont work on a redhat/fedora box, as the redhat kernels are havily patched in an incompatible manner although if you manage to get a vanilla kernel you should be able to install and use my 2.4 kernels too you can find my kernels @ linux-2.4 based : http://karlovo.demon.co.uk/~svetlio/ruby-contrib/wip/ linux-2.6 based : http://mandrake.contactel.cz/people/svetljo/mandrake/10.0/RPMS/ http://mandrake.contactel.cz/people/svetljo/mandrake/kernel/RPMS/ best, svetljo |
From: Svetoslav S. <sv...@gm...> - 2004-07-20 05:16:58
|
> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > > Hi there. > > I have a machine with multipul VGA cards, and USB, I would love to set > this up so that I can have several people use this in console mode, each > tty on a seperate monitor and usb Keyboard and mouse? > > I spoke to one kernel hacker and they said it wasn't possible. Are they > right? > if you have checked the archives, you would know that it's possible and is used by a bunch of people :-) so here are some links that should inform you how to get it up and running http://startx.times.lv/ http://www.tldp.org/HOWTO/XFree-Local-multi-user-HOWTO/ http://disjunkt.com/dualhead/ there is also another aproach, but i consider it as a hack not that much a solution (while the above IMHO should become part of linux-2.7/2.8) http://cambuca.ldhs.cetuc.puc-rio.br/multiuser/ you may also want to chack this url http://www.c3sl.ufpr.br/fourhead/index-en.php best, svetljo |
From: D I F. <lin...@qu...> - 2004-07-20 00:37:43
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there. I have a machine with multipul VGA cards, and USB, I would love to set this up so that I can have several people use this in console mode, each tty on a seperate monitor and usb Keyboard and mouse? I spoke to one kernel hacker and they said it wasn't possible. Are they right? Thanks K -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA/GlQpQ4p2TvRQNARAsfEAKCYinuRF+1c1mQCIblZ5CGX/CkmbQCg9CUH XPzK/w9+vh2FKiM2qKzHdfQ= =PZep -----END PGP SIGNATURE----- |
From: Tobias K. <kl...@we...> - 2004-07-13 17:37:16
|
Hi all I have a perfectly running multiheadsystem (GF FX 5800 AGP+Trident PCI) except when 2 users work simultanisly. I'd tried many combinations of different windowmanagers and drivers for the Nvidia card, but in the end, the system freezes whenever more then one user are logged in. I can't find the reason because there arn't any failures reported in the log files. Is there a way to fix such a problem? best regards tobias ____________________________________________________ Aufnehmen, abschicken, nah sein - So einfach ist WEB.DE Video-Mail: http://freemail.web.de/?mc=021200 |