On Fri, 11 Apr 2003, Steve Kargl wrote: > On Fri, Apr 11, 2003 at 12:08:29AM -0400, Jeff Roberson wrote: > > Could those of you that have been testing it so far please try it out > > again and let me know how it feels? > > > > Jeff, > > There is a noticable delay in switching from a vty > to the X11R6 server. Although ctl+alt+F8 takes me > back to X11, there is a few second pause during the > redrawing of the screen. See line 180. Please try changing: #define SCHED_CURR(kg, ke) SCHED_INTERACTIVE(kg) #if 0 (ke->ke_thread->td_priority < PRI_MIN_TIMESHARE || SCHED_INTERACTIVE(kg)) #endif to: #define SCHED_CURR(kg, ke) \ (ke->ke_thread->td_priority < PRI_MIN_TIMESHARE || \ SCHED_INTERACTIVE(kg)) I suspect this is due to priority propagation. I forgot that I had disabled that code. How is it otherwise? Cheers, JeffReceived on Fri Apr 11 2003 - 09:49:40 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:03 UTC