0

on FreeBSD, how to exit from Gnome Session to Pure terminal mode. Thanks!

Josh Morrison
  • 7,488
  • 25
  • 67
  • 86

1 Answers1

2

Try Ctrl+Alt+F2 key combination to go to text terminal, use Ctrl+Alt+F9 to come back to Gnome or whatever you are running on top of X.

If you want to totally disable X11 open /etc/ttys file, find the line that says:

ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure

comment it out, save the file and reboot.

ismail
  • 46,010
  • 9
  • 86
  • 95