Re: Wierd X issue.
Jilles Tjoelker <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 26, 2003 at 08:31:19PM +0500, Murad Mamedov wrote: > leave only this: > device sc > and this lines to comment: > options MAXCONS=8 # number of virtual consoles > options SC_PIXEL_MODE # add support for the raster text mode > I think this is because of MAXCONS option, it's the only option we are > intersected. I got some more options regarding sc, but SC_PIXEL_MODE i > didn't set. > "Wierd X issue" is gone when i commented out all the options regarding > device sc. I don't know where is the bug and i don't have time to find it. If you set MAXCONS=8 and your /etc/ttys has ttyv0 to ttyv7 all marked "on" (the default), there will be no virtual terminal left for X. So either remove the MAXCONS option or turn ttyv7 off in /etc/ttys (kill -1 1 afterwards). Jilles _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"