From: Aivils S. <ai...@un...> - 2005-09-28 06:35:14
|
On Otrdiena, 27. Septembris 2005 23:28, Daniel Weingaertner wrote: > Hi folks, > > We have been using multiuser desktops for more than a year here at the > University. We actually use multiuser X Terminals (diskless) and soon > they will be installed in more than 2,000 public schools (about 11,000 > four-heads). > > We use the SiS video cards, since it has been the most stable (NVidia > crashes after some X reinitializations or after half hour of xscreensaver= ). > > I'm trying faketty now, with kernel 2.6.13.2, and had a strange problem. > After some minutes, all screens got black, and the only way to recover > was to restart the X server. But the X was running normally, just that > the video signal was lost. > Then I=B4ve put one X running uppon vt07, and the others at vt5[1-3] and > the problem was gone. System is up and running. > > So I thought it might be that the kernel is sending a VGA DPMS signal to > my video cards, since nobody is using any of the initial tty. Am I correc= t? Yes. Kernel blank text console, because TTY layer stay in text mode. > And how does the vt07 get the right keyboard, since it is assigned by > faketty to vt50 (that is not used by any X) That vt50 is for X only. X understand only /dev/ttyXX numbers > Would it help if I use faketty on vt07-vt10? Use on X via normal /dev/tty7, as You note above. Aivils |