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: Aivils <ai...@un...> - 2005-01-20 13:08:47
|
On Thursday 20 January 2005 14:23, Vineesh wrote: > Hi all, > I want to know how usb hubs are used along with the "phys" descriptor. > I have a D-Link 7 port usb hub with me. and i have to connect two sets of > kbd mouse pairs to it. How can i do this.? > when i am connecting the usb hub to my system it shows as > > I know there is a file /etc/hotplug/kbd.conf > but how can i specify the entries on it? > > USB 1-3:new USB hub found > hub 1-3:1.0:USB hub found > hub 1-3:1.0: 7 ports detected > and lsusb -t shows > > Bus# 1 > `-Dev# 1 Vendor 0x0000 Product ox0000 > `-Dev# 6 Vendor 0x2001 Product oxf103 > > > I am using Redhat linux 9.0 with p4 processor Please do this: # cat /proc/bus/input/devices All devices must be pluged in. Aivils |
From: Vineesh <vi...@hc...> - 2005-01-20 12:22:17
|
Hi all, I want to know how usb hubs are used along with the "phys" descriptor. I have a D-Link 7 port usb hub with me. and i have to connect two sets of kbd mouse pairs to it. How can i do this.? when i am connecting the usb hub to my system it shows as I know there is a file /etc/hotplug/kbd.conf but how can i specify the entries on it? USB 1-3:new USB hub found hub 1-3:1.0:USB hub found hub 1-3:1.0: 7 ports detected and lsusb -t shows Bus# 1 `-Dev# 1 Vendor 0x0000 Product ox0000 `-Dev# 6 Vendor 0x2001 Product oxf103 I am using Redhat linux 9.0 with p4 processor thanks in advance regards vineesh |
From: Svetoslav S. <sv...@gm...> - 2005-01-19 17:03:39
|
> Hi, > > First I would like to say what an amazing project. > > I have a stable setup and everything works great (well almost > everything). > > > I am having problems using gdm. > > When I log into the system and run > > $startx -- :0 vt7 -config xf.conf -layout Layout0 > > my session starts up just fine, and I can login from there as another > user and run > > $startx -- :1 vt17 -config xf.conf -layout Layout1 > > and that session for them starts up and runs just fine as well. > > The problems come when I try to run gdm. I can either: > 1) login into the vt7 session (the main vid card) and the other keyboard > and login give me the "can not connect to :0 connection refused" message > > 0r > > 2) if I play with the settings in gdm.conf some more, when gdm runs the > system freezes > > I would like to figure-out what is going on. any suggestions would be > wonderful. > > -Jeremy Guarini how about attaching your gdm.config ? :-) best, svetljo -- 10 GB Mailbox, 100 FreeSMS http://www.gmx.net/de/go/topmail +++ GMX - die erste Adresse für Mail, Message, More +++ |
From: Svetoslav S. <sv...@gm...> - 2005-01-19 17:01:25
|
> Hello everybody, > > trying the patch at > http://www.ltn.lv/~aivils/files/ruby-2.6.10-nofb-20050110.diff.bz2 I get a lot of compile errors (see below). > the ruby patch for 2.6.10 doesn't support frame bufers disable CONFIG_FB and it should compile > I patched the kernel, "make menuconfig", and make. > Since that didn't work I even tried a "make clean" inbetween. > > > Thank you for your help! > > > Regards, > > Phil > > > > $ make > CHK include/linux/version.h > make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. > CHK include/linux/compile.h > UPD include/linux/compile.h > CC init/version.o > LD init/built-in.o > CHK usr/initramfs_list > CC [M] drivers/video/console/fbcon.o > drivers/video/console/fbcon.c: In function `fbcon_is_inactive': > drivers/video/console/fbcon.c:206: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:206: error: (Each undeclared identifier is > reported only once > drivers/video/console/fbcon.c:206: error: for each function it appears > in.) > drivers/video/console/fbcon.c: In function `get_color': > drivers/video/console/fbcon.c:215: error: `console_blanked' undeclared > (first use in this function) > drivers/video/console/fbcon.c: In function `fb_flashcursor': > drivers/video/console/fbcon.c:269: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:271: warning: implicit declaration of > function `CON_IS_VISIBLE' > drivers/video/console/fbcon.c: In function `fbcon_takeover': > drivers/video/console/fbcon.c:398: error: `fb_con' undeclared (first use > in this function) > drivers/video/console/fbcon.c:399: warning: passing arg 2 of > `take_over_console' makes pointer from integer without a cast > drivers/video/console/fbcon.c:399: error: too many arguments to function > `take_over_console' > drivers/video/console/fbcon.c: In function `fbcon_prepare_logo': > drivers/video/console/fbcon.c:459: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:461: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `con2fb_init_display': > drivers/video/console/fbcon.c:592: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c:603: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:612: warning: implicit declaration of > function `switch_screen' > drivers/video/console/fbcon.c: In function `set_con2fb_map': > drivers/video/console/fbcon.c:626: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:663: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_startup': > drivers/video/console/fbcon.c:724: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c:725: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:805: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_init': > drivers/video/console/fbcon.c:890: error: structure has no member named > `vc_display_fg' > drivers/video/console/fbcon.c:932: warning: passing arg 1 of > `con_set_default_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:934: warning: passing arg 1 of > `con_copy_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:934: warning: passing arg 2 of > `con_copy_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:940: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_preset_disp': > drivers/video/console/fbcon.c:1130: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_set_disp': > drivers/video/console/fbcon.c:1145: error: structure has no member named > `vc_display_fg' > drivers/video/console/fbcon.c:1176: warning: passing arg 1 of > `con_set_default_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:1178: warning: passing arg 1 of > `con_copy_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:1178: warning: passing arg 2 of > `con_copy_unimap' makes pointer from integer without a cast > drivers/video/console/fbcon.c:1182: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c:1184: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_softback_note': > drivers/video/console/fbcon.c:1518: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_switch': > drivers/video/console/fbcon.c:1910: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:1987: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_blank': > drivers/video/console/fbcon.c:2076: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_do_set_font': > drivers/video/console/fbcon.c:2226: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c:2239: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2241: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_set_font': > drivers/video/console/fbcon.c:2308: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c: In function `fbcon_screen_pos': > drivers/video/console/fbcon.c:2384: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_getxy': > drivers/video/console/fbcon.c:2407: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c: In function `fbcon_scrolldelta': > drivers/video/console/fbcon.c:2459: error: `fg_console' undeclared (first > use in this function) > drivers/video/console/fbcon.c:2466: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2469: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2493: warning: passing arg 1 of > `update_region' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_suspended': > drivers/video/console/fbcon.c:2558: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c: In function `fbcon_resumed': > drivers/video/console/fbcon.c:2571: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2573: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: In function `fbcon_modechanged': > drivers/video/console/fbcon.c:2586: error: `vc_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2588: error: `vt_cons' undeclared (first use > in this function) > drivers/video/console/fbcon.c:2599: warning: passing arg 1 of `vc_resize' > makes pointer from integer without a cast > drivers/video/console/fbcon.c:2605: warning: passing arg 1 of > `update_screen' makes pointer from integer without a cast > drivers/video/console/fbcon.c: At top level: > drivers/video/console/fbcon.c:2712: error: `fb_con' used prior to > declaration > drivers/video/console/fbcon.c:2714: warning: initialization from > incompatible pointer type > drivers/video/console/fbcon.c:2721: warning: initialization from > incompatible pointer type > drivers/video/console/fbcon.c:2730: error: unknown field `con_scrolldelta' > specified in initializer > drivers/video/console/fbcon.c: In function `fb_console_exit': > drivers/video/console/fbcon.c:2775: warning: implicit declaration of > function `give_up_console' > make[3]: *** [drivers/video/console/fbcon.o] Error 1 > make[2]: *** [drivers/video/console] Error 2 > make[1]: *** [drivers/video] Error 2 > make: *** [drivers] Error 2 > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > -- Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl |
From: James v. Z. <ja...@dv...> - 2005-01-19 14:10:29
|
http://members.westnet.com.au/vanzeeland I am developing and maintaining a studio envioronment, and utilising ruby wherever it is useful. For instance, it is handy for collaboration to be able to login three times on three consoles as a non-root user, start a single jackd audio server with realtime priviledges on one console from which audio patching is handled, second console handling multitrack audio + sequencer, third console used for software synths and such....Modern machines have the potential to do this without difficulty. As ruby is without framebuffers for 2.6.10, I have decided to treat it as a development playground as far as functionality patches go, and 2.6.10-ruby.vz patches will probably reflect that - experimental. To provide as stable a base as possible in the meantime I have updated the 269vz kernel patch with a bugfix and hardening focus with some updated drivers, and functionality additions. gcc3.4.2 inlining compile problem remains however, so not for FC3... Bugfixes, suggestions and feedback welcome; I am hoping that others will find these merged patchsets useful. J 269- ruby.9x7-5 : update patch against ruby.vz9x1 + x86-64 ruby fix + pc speaker pitch fix + Squashfs-2.1 + As1 hardening patchset + Modsign module signiature verification + updated CacheFS + SE Linux update + ALSA update + NFSD update + LSM update + MD userspace monitoring + Various fixes from -mm, ccrma.stanford.edu , and Fedora Core kernel sets. ruby-vz9x1 Ruby + ck3 selections (latency) + Realtime LSM + Bluetooth update -mh5 + V4L updates + Vesafb-tng + LibATA + Ac16 + CD/DVD packet writing + Reiser4 FS + ACPI 269 + Squahsfs2 + Inotify + HID poll config + LIRC support + nVidia compatibility + Zaphod 6.0 scheduler + Genetic library + Genetic Zaphod + Genetic Anticipatory I/O scheduler J |
From: Ph. M. <phi...@bm...> - 2005-01-19 13:18:14
|
Hello everybody, trying the patch at http://www.ltn.lv/~aivils/files/ruby-2.6.10-nofb-20050110.diff.bz2 I get a lot of compile errors (see below). I patched the kernel, "make menuconfig", and make. Since that didn't work I even tried a "make clean" inbetween. Thank you for your help! Regards, Phil $ make CHK include/linux/version.h make[1]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o CHK usr/initramfs_list CC [M] drivers/video/console/fbcon.o drivers/video/console/fbcon.c: In function `fbcon_is_inactive': drivers/video/console/fbcon.c:206: error: `vt_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:206: error: (Each undeclared identifier is reported only once drivers/video/console/fbcon.c:206: error: for each function it appears in.) drivers/video/console/fbcon.c: In function `get_color': drivers/video/console/fbcon.c:215: error: `console_blanked' undeclared (first use in this function) drivers/video/console/fbcon.c: In function `fb_flashcursor': drivers/video/console/fbcon.c:269: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:271: warning: implicit declaration of function `CON_IS_VISIBLE' drivers/video/console/fbcon.c: In function `fbcon_takeover': drivers/video/console/fbcon.c:398: error: `fb_con' undeclared (first use in this function) drivers/video/console/fbcon.c:399: warning: passing arg 2 of `take_over_console' makes pointer from integer without a cast drivers/video/console/fbcon.c:399: error: too many arguments to function `take_over_console' drivers/video/console/fbcon.c: In function `fbcon_prepare_logo': drivers/video/console/fbcon.c:459: error: `vt_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:461: warning: passing arg 1 of `update_screen' makes pointer from integer without a cast drivers/video/console/fbcon.c: In function `con2fb_init_display': drivers/video/console/fbcon.c:592: error: `fg_console' undeclared (first use in this function) drivers/video/console/fbcon.c:603: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:612: warning: implicit declaration of function `switch_screen' drivers/video/console/fbcon.c: In function `set_con2fb_map': drivers/video/console/fbcon.c:626: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:663: error: `fg_console' undeclared (first use in this function) drivers/video/console/fbcon.c: In function `fbcon_startup': drivers/video/console/fbcon.c:724: error: `fg_console' undeclared (first use in this function) drivers/video/console/fbcon.c:725: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:805: warning: passing arg 1 of `vc_resize' makes pointer from integer without a cast drivers/video/console/fbcon.c: In function `fbcon_init': drivers/video/console/fbcon.c:890: error: structure has no member named `vc_display_fg' drivers/video/console/fbcon.c:932: warning: passing arg 1 of `con_set_default_unimap' makes pointer from integer without a cast drivers/video/console/fbcon.c:934: warning: passing arg 1 of `con_copy_unimap' makes pointer from integer without a cast drivers/video/console/fbcon.c:934: warning: passing arg 2 of `con_copy_unimap' makes pointer from integer without a cast drivers/video/console/fbcon.c:940: warning: passing arg 1 of `vc_resize' makes pointer from integer without a cast drivers/video/console/fbcon.c: In function `fbcon_preset_disp': drivers/video/console/fbcon.c:1130: error: `fg_console' undeclared (first use in this function) drivers/video/console/fbcon.c: In function `fbcon_set_disp': drivers/video/console/fbcon.c:1145: error: structure has no member named `vc_display_fg' drivers/video/console/fbcon.c:1176: warning: passing arg 1 of `con_set_default_unimap' makes pointer from integer without a cast drivers/video/console/fbcon.c:1178: warning: passing arg 1 of `con_copy_unimap' makes pointer from integer without a cast drivers/video/console/fbcon.c:1178: warning: passing arg 2 of `con_copy_unimap' makes pointer from integer without a cast drivers/video/console/fbcon.c:1182: warning: passing arg 1 of `vc_resize' makes pointer from integer without a cast drivers/video/console/fbcon.c:1184: warning: passing arg 1 of `update_screen' makes pointer from integer without a cast drivers/video/console/fbcon.c: In function `fbcon_softback_note': drivers/video/console/fbcon.c:1518: error: `fg_console' undeclared (first use in this function) drivers/video/console/fbcon.c: In function `fbcon_switch': drivers/video/console/fbcon.c:1910: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:1987: error: `fg_console' undeclared (first use in this function) drivers/video/console/fbcon.c: In function `fbcon_blank': drivers/video/console/fbcon.c:2076: warning: passing arg 1 of `update_screen' makes pointer from integer without a cast drivers/video/console/fbcon.c: In function `fbcon_do_set_font': drivers/video/console/fbcon.c:2226: warning: passing arg 1 of `vc_resize' makes pointer from integer without a cast drivers/video/console/fbcon.c:2239: error: `vt_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:2241: warning: passing arg 1 of `update_screen' makes pointer from integer without a cast drivers/video/console/fbcon.c: In function `fbcon_set_font': drivers/video/console/fbcon.c:2308: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c: In function `fbcon_screen_pos': drivers/video/console/fbcon.c:2384: error: `fg_console' undeclared (first use in this function) drivers/video/console/fbcon.c: In function `fbcon_getxy': drivers/video/console/fbcon.c:2407: error: `fg_console' undeclared (first use in this function) drivers/video/console/fbcon.c: In function `fbcon_scrolldelta': drivers/video/console/fbcon.c:2459: error: `fg_console' undeclared (first use in this function) drivers/video/console/fbcon.c:2466: error: `vt_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:2469: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:2493: warning: passing arg 1 of `update_region' makes pointer from integer without a cast drivers/video/console/fbcon.c: In function `fbcon_suspended': drivers/video/console/fbcon.c:2558: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c: In function `fbcon_resumed': drivers/video/console/fbcon.c:2571: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:2573: warning: passing arg 1 of `update_screen' makes pointer from integer without a cast drivers/video/console/fbcon.c: In function `fbcon_modechanged': drivers/video/console/fbcon.c:2586: error: `vc_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:2588: error: `vt_cons' undeclared (first use in this function) drivers/video/console/fbcon.c:2599: warning: passing arg 1 of `vc_resize' makes pointer from integer without a cast drivers/video/console/fbcon.c:2605: warning: passing arg 1 of `update_screen' makes pointer from integer without a cast drivers/video/console/fbcon.c: At top level: drivers/video/console/fbcon.c:2712: error: `fb_con' used prior to declaration drivers/video/console/fbcon.c:2714: warning: initialization from incompatible pointer type drivers/video/console/fbcon.c:2721: warning: initialization from incompatible pointer type drivers/video/console/fbcon.c:2730: error: unknown field `con_scrolldelta' specified in initializer drivers/video/console/fbcon.c: In function `fb_console_exit': drivers/video/console/fbcon.c:2775: warning: implicit declaration of function `give_up_console' make[3]: *** [drivers/video/console/fbcon.o] Error 1 make[2]: *** [drivers/video/console] Error 2 make[1]: *** [drivers/video] Error 2 make: *** [drivers] Error 2 |
From: Mark H. <Mar...@xs...> - 2005-01-19 11:49:23
|
Hi, A few months ago there were some threads about new USB VGA adapters, it seems that initial drivers are now available, I found the following post on linux.usb.devel: http://article.gmane.org/gmane.linux.usb.devel/31093 Looks like it won't be long before a terminal only requires an USB2 cable :-) Now lets see if I can find such a device somewhere... ;-) Greetz, Mark. |
From: Vineesh <vi...@hc...> - 2005-01-19 04:18:42
|
Hi all, I want to know how usb hubs are used along with the "phys" descriptor. I have a D-Link 7 port usb hub with me. and i have to connect two set of kbd mouse pairs to it. How can i do this.? when i am connecting the usb hub to my system it shows as USB 1-3:new USB hub found hub 1-3:1.0:USB hub found hub 1-3:1.0: 7 ports detected I am using Redhat linux 9.0 with p4 processor regards vineesh |
From: Hugo V. <hvw...@ya...> - 2005-01-18 21:59:31
|
I knew everybody was waiting with baited breath for vcstime (vcstime - Show time in upper right hand corner of the console screen) to run again after that success with the pc speaker! This is the patch on top of Jean-Daniel's 2.4.29-rc2 patch: diff -Naur linux-2.4.29/drivers/char/vc_screen.c linux-2.4.29-vcstime/drivers/char/vc_screen.c --- linux-2.4.29/drivers/char/vc_screen.c 2005-01-18 15:20:58.000000000 -0600 +++ linux-2.4.29-vcstime/drivers/char/vc_screen.c 2005-01-18 15:18:41.000000000 -0600 @@ -493,7 +493,7 @@ buf += orig_count; pos += orig_count; if (org0) - update_region(currcons, (unsigned long)(org0), org-org0); + update_region(vc, (unsigned long)(org0), org-org0); /*HVW*/ } *ppos = pos; ret = written; @@ -511,7 +511,9 @@ { unsigned int currcons = (MINOR(inode->i_rdev) & 127); struct vc_data *vc; - + ++currcons; /*HVW*/ +/* if vc#0 has minor 128 then currcons ends up 0 */ +/* in that case vc is not set up and things blow */ if (currcons) { vc = find_vc(currcons-1); if (vc) In Debian Sarge, because I have svgatextmode installed I had to start vcstime separately after console-screen and not with console-screen's config because it would write to the screen in two places. vcstime puts the tod in the right upper corner of all the vc's. The program mentioned here: http://www.icewalkers.com/Linux/ManPages/vcsa-4.html now also works as an example of screen attribute changes. Hugo __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do we. http://promotions.yahoo.com/new_mail |
From: Aivils <ai...@un...> - 2005-01-17 14:28:11
|
On Thursday 13 January 2005 00:42, Mikhail Kshevetskiy wrote: > kl@laska:/tmp/s/xke-0.01$ make > yacc -dv parse_gram.y > parse_gram.y:62: type clash (`' `num') on default action > make: *** [parse_gram.c] Error 1 > > yacc --version > bison (GNU Bison) 1.35 > > Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002 > Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR > PURPOSE. Necessary is byacc http://rpmfind.net Aivils |
From: Hugo V. <hvw...@ya...> - 2005-01-15 13:24:02
|
Hi! This: http://www.planetpenguin.de/manpage-1-vcstime.1.html describes vcstime. I am not sure what distro has it included. Debian does. It uses /dev/vcsa to access the attributes of the vc: http://fux0r.phathookups.com/unixmanpages/vcs.4.html The code is in the latest Bruby patches of 2.4.29 in /drivers/char/vc_screen.c to do all that but running vcstime causes a segfault. It actually works in 2.6.9 and its latest Ruby patch. I am looking for pointers on how to debug and fix this, since most of you have far more experience in this than I do. Thanks! Hugo __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail |
From: Jeremy G. <j....@lo...> - 2005-01-15 11:08:36
|
Hi, First I would like to say what an amazing project. I have a stable setup and everything works great (well almost everything). I am having problems using gdm. When I log into the system and run $startx -- :0 vt7 -config xf.conf -layout Layout0 my session starts up just fine, and I can login from there as another user and run $startx -- :1 vt17 -config xf.conf -layout Layout1 and that session for them starts up and runs just fine as well. The problems come when I try to run gdm. I can either: 1) login into the vt7 session (the main vid card) and the other keyboard and login give me the "can not connect to :0 connection refused" message 0r 2) if I play with the settings in gdm.conf some more, when gdm runs the system freezes I would like to figure-out what is going on. any suggestions would be wonderful. -Jeremy Guarini |
From: Aivils S. <ai...@la...> - 2005-01-13 16:06:24
|
On Thu, 13 Jan 2005, James van Zeeland wrote: > > > Running the important program at realtime priority wil take care of even the > > scheduling differences, but requires root privileges. In my opinions, real time scheduling must be used delicate in multiuser systems. Another users may got extreme long response. CPU is single. Another user processes and users too sleep until real time task runs :) Aivils |
From: Aivils S. <ai...@la...> - 2005-01-13 15:52:32
|
On Thu, 13 Jan 2005, Peter Williams wrote: > Aivils Stoss wrote: > > > > On Wed, 12 Jan 2005, Peter Williams wrote: > > > > > >>Aivils Stoss wrote: > >> > >>>We can force 2.6.XX use small timeslices by > >>>nice +19 all processes, but anyway multiple current > >>>games runs more choopy as under 2.4.XX > >>> > >>>I see effective_prio() in zaphod patch uses > >>>complicate alghoritm, which i cannot decipher :) > >> > >>If you want tasks to have shorter time slices using Zaphod then all that > >>is necessary is to set them using the file > >>/proc/sys/cpu_sched/time_slice which should be present if the kernel is > >>built with CONFIG_SYSCTL selected. To set time slices to 10 msecs as > >>root do: > >> > >>echo 10 > /proc/sys/cpu_sched/time_slice > >> > >>You can set the time slice value anywhere between 1 msec and 1000 msec. > >> > >>Peter > >>PS In future versions of Zaphod this functionality will probably move to > >>/sys (i.e. sysfs) instead of sysctl. > >>PPS There is a primitive GUI at > >><http://prdownloads.sourceforge.net/cpuse/gcpuctl_hydra-v1.6.tar.gz?download> > >>which can be used to control various Zaphod parameters which effect > >>performance. > >>-- > >>Peter Williams pwi...@bi... > >> > >>"Learning, n. The kind of ignorance distinguishing the studious." > >> -- Ambrose Bierce > >> > > > > Ok, it turn on gaming again ! Thank You. > > Nvidia colsed source drivers seems dislike some in zaphod. > > I am under 2.6.10-ruby - console related patch and > > patch-2.6.10-spa_zaphod_FULL-v6.1 > > > > time_slice=5 > > X0 - X server > > > > Aivils > > > > Unable to handle kernel paging request at virtual address fffffe9c > > printing eip: > > c0119ad0 > > *pde = 00001067 > > *pte = 00000000 > > Oops: 0000 [#1] <skip> > > > > OK. How frequently does this occur? Also I am unable to test this as I > don't have any nvidea devices so would you be able to test any fixes? > > Peter > -- I test lightly only. Seems idle box never oopses. Oops pop up under load, if any of users run game. CPU ocupant remain live. We have multiple video heads. Experiment is unclean, because vanilla 2.6.10 is untested. I will try another day. Before i tried out change vanilla-kernel DEF_TIMESLICE . My box became unstable if DEF_TIMESLICE < 5 and HZ==1000. Aivils |
From: James v. Z. <ja...@dv...> - 2005-01-13 10:13:32
|
> Running the important program at realtime priority wil take care of even the > scheduling differences, but requires root privileges. ruby.vz kernel includes realtime LSM which allows non-root users to request realtime priviledges. select default capabilities as a module and realtime capabilities will appear as an option. possibly real security risk. PlanetCCRMA includes sys-v init tools for handling load/unload of realtime module, realtime capabilities can be spcified by user-ID or Any. For me this is necessary for compatibility with jack audio connection kit and lowest latency audio performance. Config_Hz is also available in kernel config J On Thu, 2005-01-13 at 09:16, Helge Hafting wrote: > On Wed, Jan 12, 2005 at 04:40:05AM -0800, Hugo Vanwoerkom wrote: > > > > But I don't use top: wrote my own code: get it from > > /proc/<pid>/stat > > Is that data bad too? > > > Accuracy varies a lot between 2.4 and 2.6, due to the changed timer. > The worst case is processes that do periodically work with > short sleeps in between. > > If you want a good idea about how much "idle" time there is, do this: > 1. Run your apps at normal priority for some time. > 2. Run a cpu hog, something like " for (i=0;;) ++i;" at the lowest > possible priority. Then check to see how much "work" the cpu > hog manages to do (how far did it count, watch out for wraparound) > in a given amount of time while the other stuff was running. > > If the cpu hog gets less works done under 2.6, then you can say that > 2.6 has more overhead (or at least a different take on > priority-based scheduling). > > Running the important program at realtime priority wil take care of even the > scheduling differences, but requires root privileges. > > Helge Hafting > |
From: Peter W. <pwi...@bi...> - 2005-01-13 02:26:08
|
Aivils Stoss wrote: > > On Wed, 12 Jan 2005, Peter Williams wrote: > > >>Aivils Stoss wrote: >> >>>We can force 2.6.XX use small timeslices by >>>nice +19 all processes, but anyway multiple current >>>games runs more choopy as under 2.4.XX >>> >>>I see effective_prio() in zaphod patch uses >>>complicate alghoritm, which i cannot decipher :) >> >>If you want tasks to have shorter time slices using Zaphod then all that >>is necessary is to set them using the file >>/proc/sys/cpu_sched/time_slice which should be present if the kernel is >>built with CONFIG_SYSCTL selected. To set time slices to 10 msecs as >>root do: >> >>echo 10 > /proc/sys/cpu_sched/time_slice >> >>You can set the time slice value anywhere between 1 msec and 1000 msec. >> >>Peter >>PS In future versions of Zaphod this functionality will probably move to >>/sys (i.e. sysfs) instead of sysctl. >>PPS There is a primitive GUI at >><http://prdownloads.sourceforge.net/cpuse/gcpuctl_hydra-v1.6.tar.gz?download> >>which can be used to control various Zaphod parameters which effect >>performance. >>-- >>Peter Williams pwi...@bi... >> >>"Learning, n. The kind of ignorance distinguishing the studious." >> -- Ambrose Bierce >> > > Ok, it turn on gaming again ! Thank You. > Nvidia colsed source drivers seems dislike some in zaphod. > I am under 2.6.10-ruby - console related patch and > patch-2.6.10-spa_zaphod_FULL-v6.1 > > time_slice=5 > X0 - X server > > Aivils > > Unable to handle kernel paging request at virtual address fffffe9c > printing eip: > c0119ad0 > *pde = 00001067 > *pte = 00000000 > Oops: 0000 [#1] > Modules linked in: binfmt_misc nvidia parport_pc lp parport usblp > snd_pcm_oss snd_mixer_oss snd_via82xx snd_ac97_codec snd_pcm snd_timer > snd_page_alloc snd_mpu401_uart snd_rawmidi snd_seq_device snd es1371 > soundcore ac97_codec iptable_filter ip_tables 3c59x via_agp agpgart > CPU: 0 > EIP: 0060:[<c0119ad0>] Tainted: P VLI > EFLAGS: 00013002 (2.6.10-ruby-zaphod) > EIP is at do_signal_stop+0xd4/0x14c > eax: fffffe9c ebx: fffffe9c ecx: 00000003 edx: 500872dd > esi: dd730614 edi: cfff4000 ebp: cfff5f34 esp: cfff5ee8 > ds: 007b es: 007b ss: 0068 > Process X0 (pid: 2569, threadinfo=cfff4000 task=dd730110) > Stack: cfff5fc4 dd730614 cfff4000 cfff5f20 c0101cf0 cfff5f34 cfff5f20 > cfff5fc4 > 00000000 cfff5fc4 00000000 0872dd50 cfff4000 cfff5f20 e0d1f411 > d0320000 > 00000100 d0320000 00000000 24000000 cfff5f54 e0d1f32e d4fc0400 > d0320000 > Call Trace: > [<c0101cf0>] do_signal+0x68/0xe0 > [<e0d1f411>] _nv000900rm+0x5d/0xe8 [nvidia] > [<e0d1f32e>] _nv000897rm+0x4e/0x70 [nvidia] > [<e0d20ba4>] rm_isr+0x10/0x14 [nvidia] > [<e0e85521>] nv_kern_isr+0x21/0x50 [nvidia] > [<c0274418>] schedule+0x348/0x370 > [<c0101d95>] do_notify_resume+0x2d/0x40 > [<c0101eea>] work_notifysig+0x13/0x15 > Code: 00 f7 40 14 00 01 02 00 74 06 fb e9 8d 00 00 00 8b 46 2c 85 c0 75 44 > 89 6e 20 c7 44 24 10 00 00 00 00 8b 07 eb 1d 90 8d 74 26 00 <8b> 03 83 f8 > 03 7f 0f ff 44 24 10 6a 00 53 e8 d5 ed ff ff 83 c4 > <6>agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. > agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode > agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode > atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might > be trying access hardware directly. > atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might > be trying access hardware directly. > agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. > agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode > agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode > atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might > be trying access hardware directly. > atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might > be trying access hardware directly. > Unable to handle kernel NULL pointer dereference at virtual address > 00000500 > printing eip: > c0119b72 > *pde = 00000000 > Oops: 0000 [#2] > Modules linked in: binfmt_misc nvidia parport_pc lp parport usblp > snd_pcm_oss snd_mixer_oss snd_via82xx snd_ac97_codec snd_pcm snd_timer > snd_page_alloc snd_mpu401_uart snd_rawmidi snd_seq_device snd es1371 > soundcore ac97_codec iptable_filter ip_tables 3c59x via_agp agpgart > CPU: 0 > EIP: 0060:[<c0119b72>] Tainted: P VLI > EFLAGS: 00013016 (2.6.10-ruby-zaphod) > EIP is at get_signal_to_deliver+0x2a/0x264 > eax: 00000504 ebx: d43c5fc4 ecx: 00000004 edx: 00000000 > esi: d0eb7754 edi: d43c0000 ebp: d43c5f34 esp: d43c5eec > ds: 007b es: 007b ss: 0068 > Process X0 (pid: 3064, threadinfo=d43c4000 task=d0eb7250) > Stack: d43c5fc4 d0eb7754 d43c4000 c0101cf0 00000504 d43c5f20 d43c5fc4 > 00000000 > d43c5fc4 00000000 0000002b d43c4000 d43c5f20 00000000 d43c5f44 > c010dfba > d0eb7250 00000000 00000001 00000000 00000001 00000000 00000000 > c0117b66 > Call Trace: > [<c0101cf0>] do_signal+0x68/0xe0 > [<c010dfba>] scheduler_tick+0x212/0x254 > [<c0117b66>] update_process_times+0x2a/0x30 > [<c01056f3>] timer_interrupt+0x47/0xe8 > [<c0274418>] schedule+0x348/0x370 > [<c0101d95>] do_notify_resume+0x2d/0x40 > [<c0101eea>] work_notifysig+0x13/0x15 > Code: c3 83 ec 04 55 57 56 53 8b 6c 24 18 b8 00 e0 ff ff 21 e0 8b 00 05 04 > 05 00 00 89 44 24 10 fa bf 00 e0 ff ff 21 e7 8d 76 00 8b 0f <8b> 81 fc 04 > 00 00 8b 50 2c 85 d2 7e 55 39 48 24 75 0c c7 40 24 > <6>agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. > agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode > agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode > OK. How frequently does this occur? Also I am unable to test this as I don't have any nvidea devices so would you be able to test any fixes? Peter -- Peter Williams pwi...@bi... "Learning, n. The kind of ignorance distinguishing the studious." -- Ambrose Bierce |
From: Helge H. <hel...@ai...> - 2005-01-12 23:08:22
|
On Wed, Jan 12, 2005 at 04:40:05AM -0800, Hugo Vanwoerkom wrote: > > But I don't use top: wrote my own code: get it from > /proc/<pid>/stat > Is that data bad too? > Accuracy varies a lot between 2.4 and 2.6, due to the changed timer. The worst case is processes that do periodically work with short sleeps in between. If you want a good idea about how much "idle" time there is, do this: 1. Run your apps at normal priority for some time. 2. Run a cpu hog, something like " for (i=0;;) ++i;" at the lowest possible priority. Then check to see how much "work" the cpu hog manages to do (how far did it count, watch out for wraparound) in a given amount of time while the other stuff was running. If the cpu hog gets less works done under 2.6, then you can say that 2.6 has more overhead (or at least a different take on priority-based scheduling). Running the important program at realtime priority wil take care of even the scheduling differences, but requires root privileges. Helge Hafting |
From: Mikhail K. <kl...@la...> - 2005-01-12 22:43:00
|
kl@laska:/tmp/s/xke-0.01$ make yacc -dv parse_gram.y parse_gram.y:62: type clash (`' `num') on default action make: *** [parse_gram.c] Error 1 yacc --version bison (GNU Bison) 1.35 Copyright 1984, 1986, 1989, 1992, 2000, 2001, 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
From: Aivils S. <ai...@la...> - 2005-01-12 19:53:49
|
On Wed, 12 Jan 2005, Peter Williams wrote: > Aivils Stoss wrote: > > > > We can force 2.6.XX use small timeslices by > > nice +19 all processes, but anyway multiple current > > games runs more choopy as under 2.4.XX > > > > I see effective_prio() in zaphod patch uses > > complicate alghoritm, which i cannot decipher :) > > If you want tasks to have shorter time slices using Zaphod then all that > is necessary is to set them using the file > /proc/sys/cpu_sched/time_slice which should be present if the kernel is > built with CONFIG_SYSCTL selected. To set time slices to 10 msecs as > root do: > > echo 10 > /proc/sys/cpu_sched/time_slice > > You can set the time slice value anywhere between 1 msec and 1000 msec. > > Peter > PS In future versions of Zaphod this functionality will probably move to > /sys (i.e. sysfs) instead of sysctl. > PPS There is a primitive GUI at > <http://prdownloads.sourceforge.net/cpuse/gcpuctl_hydra-v1.6.tar.gz?download> > which can be used to control various Zaphod parameters which effect > performance. > -- > Peter Williams pwi...@bi... > > "Learning, n. The kind of ignorance distinguishing the studious." > -- Ambrose Bierce > Ok, it turn on gaming again ! Thank You. Nvidia colsed source drivers seems dislike some in zaphod. I am under 2.6.10-ruby - console related patch and patch-2.6.10-spa_zaphod_FULL-v6.1 time_slice=5 X0 - X server Aivils Unable to handle kernel paging request at virtual address fffffe9c printing eip: c0119ad0 *pde = 00001067 *pte = 00000000 Oops: 0000 [#1] Modules linked in: binfmt_misc nvidia parport_pc lp parport usblp snd_pcm_oss snd_mixer_oss snd_via82xx snd_ac97_codec snd_pcm snd_timer snd_page_alloc snd_mpu401_uart snd_rawmidi snd_seq_device snd es1371 soundcore ac97_codec iptable_filter ip_tables 3c59x via_agp agpgart CPU: 0 EIP: 0060:[<c0119ad0>] Tainted: P VLI EFLAGS: 00013002 (2.6.10-ruby-zaphod) EIP is at do_signal_stop+0xd4/0x14c eax: fffffe9c ebx: fffffe9c ecx: 00000003 edx: 500872dd esi: dd730614 edi: cfff4000 ebp: cfff5f34 esp: cfff5ee8 ds: 007b es: 007b ss: 0068 Process X0 (pid: 2569, threadinfo=cfff4000 task=dd730110) Stack: cfff5fc4 dd730614 cfff4000 cfff5f20 c0101cf0 cfff5f34 cfff5f20 cfff5fc4 00000000 cfff5fc4 00000000 0872dd50 cfff4000 cfff5f20 e0d1f411 d0320000 00000100 d0320000 00000000 24000000 cfff5f54 e0d1f32e d4fc0400 d0320000 Call Trace: [<c0101cf0>] do_signal+0x68/0xe0 [<e0d1f411>] _nv000900rm+0x5d/0xe8 [nvidia] [<e0d1f32e>] _nv000897rm+0x4e/0x70 [nvidia] [<e0d20ba4>] rm_isr+0x10/0x14 [nvidia] [<e0e85521>] nv_kern_isr+0x21/0x50 [nvidia] [<c0274418>] schedule+0x348/0x370 [<c0101d95>] do_notify_resume+0x2d/0x40 [<c0101eea>] work_notifysig+0x13/0x15 Code: 00 f7 40 14 00 01 02 00 74 06 fb e9 8d 00 00 00 8b 46 2c 85 c0 75 44 89 6e 20 c7 44 24 10 00 00 00 00 8b 07 eb 1d 90 8d 74 26 00 <8b> 03 83 f8 03 7f 0f ff 44 24 10 6a 00 53 e8 d5 ed ff ff 83 c4 <6>agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might be trying access hardware directly. atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might be trying access hardware directly. agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might be trying access hardware directly. atkbd.c: Spurious ACK on isa0060/serio0. Some program, like XFree86, might be trying access hardware directly. Unable to handle kernel NULL pointer dereference at virtual address 00000500 printing eip: c0119b72 *pde = 00000000 Oops: 0000 [#2] Modules linked in: binfmt_misc nvidia parport_pc lp parport usblp snd_pcm_oss snd_mixer_oss snd_via82xx snd_ac97_codec snd_pcm snd_timer snd_page_alloc snd_mpu401_uart snd_rawmidi snd_seq_device snd es1371 soundcore ac97_codec iptable_filter ip_tables 3c59x via_agp agpgart CPU: 0 EIP: 0060:[<c0119b72>] Tainted: P VLI EFLAGS: 00013016 (2.6.10-ruby-zaphod) EIP is at get_signal_to_deliver+0x2a/0x264 eax: 00000504 ebx: d43c5fc4 ecx: 00000004 edx: 00000000 esi: d0eb7754 edi: d43c0000 ebp: d43c5f34 esp: d43c5eec ds: 007b es: 007b ss: 0068 Process X0 (pid: 3064, threadinfo=d43c4000 task=d0eb7250) Stack: d43c5fc4 d0eb7754 d43c4000 c0101cf0 00000504 d43c5f20 d43c5fc4 00000000 d43c5fc4 00000000 0000002b d43c4000 d43c5f20 00000000 d43c5f44 c010dfba d0eb7250 00000000 00000001 00000000 00000001 00000000 00000000 c0117b66 Call Trace: [<c0101cf0>] do_signal+0x68/0xe0 [<c010dfba>] scheduler_tick+0x212/0x254 [<c0117b66>] update_process_times+0x2a/0x30 [<c01056f3>] timer_interrupt+0x47/0xe8 [<c0274418>] schedule+0x348/0x370 [<c0101d95>] do_notify_resume+0x2d/0x40 [<c0101eea>] work_notifysig+0x13/0x15 Code: c3 83 ec 04 55 57 56 53 8b 6c 24 18 b8 00 e0 ff ff 21 e0 8b 00 05 04 05 00 00 89 44 24 10 fa bf 00 e0 ff ff 21 e7 8d 76 00 8b 0f <8b> 81 fc 04 00 00 8b 50 2c 85 d2 7e 55 39 48 24 75 0c c7 40 24 <6>agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode |
From: drbista <dr...@ep...> - 2005-01-12 19:18:02
|
There seems some progress with built-in i810 (Card0) and S3 (Card1) and 2.6.7-ruby kernel. After I assigned in the /etc/kde3/kdm/Xservers as stated below: X0:0 local@tty1 /usr/X11R6/bin/X -dpi 100 -nolisten tcp -layout X0 vt7 X1:1 local@tty2 /usr/X11R6/bin/X -dpi 100 -nolisten tcp -layout X1 vt17 :1 The display switching and halting problem occurred like below( please note that the vesa driver only worked with S3 Inc. 86c775/86c785 [Trio 64V2/DX or /GX] (rev 16): 1) On the first boot, it gives CLI login prompt on X0 and a gray screen with X cursor on X1. 2) When I press ctrl+alt+backspace on X1 kbd (USB), the gray screen with X cursor disappears on X1 except a blinking cursor on top left of the screen, but the gray screen with X cursor appears on the X0 instead. 3) When I press ctrl+alt+backspace on X0 (X1 now stops responding with a single 'underscore' cursor on the top left of the screen), again it lands at the CLI login prompt and when I login as a user and give 'startx' command, X0 gets into the graphical mode (init5) normally. Any idea? What may be wrong? Looking forward to hearing from you! Thanking you in advance for your time and cooperation, Webocratically yours, Dr. Sichendra Bista, Chief Architect and Secreatary General eParliament.org: The Pioneering OPERATIONAL Model of Webocracy Founder and President, Global Initiatives International Secretariat GPO Box 10422, Kathmandu, Nepal. Web: http://giis.netfirms.com/anupa.htm Tel: +977 (1) 478 1160/478 2321 Web: http://www.eParliament.org Fax: +977 (1) 478 2321 Email: dr...@eP... -------------------------------------------------------------------- Peace | Justice | Human Rights | Democracy | Development -------------------------------------------------------------------- |
From: Hugo V. <hvw...@ya...> - 2005-01-12 15:15:20
|
--- Hugo Vanwoerkom <hvw...@ya...> wrote: > > --- Aivils Stoss <ai...@la...> wrote: > > > top LIES! top must be "tuned" according system > > timer. > > under 2.4.XX system timer 100Hz. You can force > > top show satisfactory values if You set 2.6.XX > > system > > timer to 100, default is 1000 > > include/asm/param.h:5:# define HZ > 1000 Was set to 100 already. H. > > > > check out procps package updates :o) > > > > But I don't use top: wrote my own code: get it from > /proc/<pid>/stat > Is that data bad too? > > Hugo > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 250MB free storage. Do more. Manage > less. > http://info.mail.yahoo.com/mail_250 > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the > post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt > from ThinkGeek. > It's fun and FREE -- well, > almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > __________________________________ Do you Yahoo!? Take Yahoo! Mail with you! Get it on your mobile phone. http://mobile.yahoo.com/maildemo |
From: James v. Z. <ja...@dv...> - 2005-01-12 14:48:46
|
Even using the gene algorithm library, the (zaphod) scheduler is not radically changed, but rather it's operational parameters are constantly evolving to suit the envioronment. So while it will adapt to suit unusual loads or whatever is currently running, it's limitations remain the same. Such algorithms can be applied to any scheduler with adjustable "knobs", and indeed wherever they are productive. I think we need to seek several real-world benchmarks to compare the two and be sure we are all looking at is valid. Using a phillips based video capture card with 2.6.10, with the additional overhead of advanced motion detection based deinterlacing, consumes 18 to 19% CPU. (TVTime) That's a 2.8Athlon. About the same for playing back an avi with Xine... I should be booting RH9 to directly compare... Is it a case of 2.4 shows 20% on Xine, 2.6=30% or 2.4=20% 2.6=70% ? Suggested change noted, I'll have to check for the x86-64 fix too, I think it might be there... -shall apply soon hopefully with some fresher alsa code too :-) J On Wed, 2005-01-12 at 22:40, Hugo Vanwoerkom wrote: > --- Aivils Stoss <ai...@la...> wrote: > > > top LIES! top must be "tuned" according system > > timer. > > under 2.4.XX system timer 100Hz. You can force > > top show satisfactory values if You set 2.6.XX > > system > > timer to 100, default is 1000 > > include/asm/param.h:5:# define HZ 1000 > > > > check out procps package updates :o) > > > > But I don't use top: wrote my own code: get it from > /proc/<pid>/stat > Is that data bad too? > > Hugo > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 250MB free storage. Do more. Manage less. > http://info.mail.yahoo.com/mail_250 > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > |
From: Hugo V. <hvw...@ya...> - 2005-01-12 12:40:13
|
--- Aivils Stoss <ai...@la...> wrote: > top LIES! top must be "tuned" according system > timer. > under 2.4.XX system timer 100Hz. You can force > top show satisfactory values if You set 2.6.XX > system > timer to 100, default is 1000 > include/asm/param.h:5:# define HZ 1000 > > check out procps package updates :o) > But I don't use top: wrote my own code: get it from /proc/<pid>/stat Is that data bad too? Hugo __________________________________ Do you Yahoo!? Yahoo! Mail - 250MB free storage. Do more. Manage less. http://info.mail.yahoo.com/mail_250 |
From: Aivils S. <ai...@la...> - 2005-01-11 19:25:25
|
On Tue, 11 Jan 2005, Hugo Vanwoerkom wrote: > > --- Hugo Vanwoerkom <hvw...@ya...> wrote: > > > > > Does that already include the vesafb-tng patch? > > > > Thanks, it does. > But even with that and similar kernel options, I get a > difference of 50% cpu usage between 2.6.9 and 2.4.29 > in playing xine-ui. top LIES! top must be "tuned" according system timer. under 2.4.XX system timer 100Hz. You can force top show satisfactory values if You set 2.6.XX system timer to 100, default is 1000 include/asm/param.h:5:# define HZ 1000 check out procps package updates :o) Aivils |
From: Hugo V. <hvw...@ya...> - 2005-01-11 18:18:19
|
--- Hugo Vanwoerkom <hvw...@ya...> wrote: > > --- Hugo Vanwoerkom <hvw...@ya...> wrote: > > > > > Does that already include the vesafb-tng patch? > > > > Thanks, it does. > But even with that and similar kernel options, I get > a > difference of 50% cpu usage between 2.6.9 and 2.4.29 > in playing xine-ui. > > Also if you change line 44392 of the referenced diff > file sorry: by changing the "if" into an "else if" then you have pc speaker pitch back and > EVERYBODY > was waiting for that wonderful feature with avid > breath ;-) > > Hugo > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - 250MB free storage. Do more. Manage > less. > http://info.mail.yahoo.com/mail_250 > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the > post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt > from ThinkGeek. > It's fun and FREE -- well, > almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > Linuxconsole-dev mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxconsole-dev > __________________________________ Do you Yahoo!? The all-new My Yahoo! - What will yours do? http://my.yahoo.com |