1

I have installed Nexanta Solaris with VMWare, but it boots to command line. Any idea how to bring up the GUI?

Fred Foo
  • 355,277
  • 75
  • 744
  • 836
MetallicPriest
  • 29,191
  • 52
  • 200
  • 356

1 Answers1

2

From the FAQ:

Cannot find /etc/X11/xorg.conf after installation...

Similar to Solaris Express, xorg.conf is not present. If you want to customize the file, the best way is to boot in single-user mode, run:

Xorg -configure

Then copy /root/xorg.conf.new over to /etc/X11/xorg.conf and begin your customizations. Once you exit the console, the system will resume to multi-user level and GDM will start.

Community
  • 1
  • 1
Fred Foo
  • 355,277
  • 75
  • 744
  • 836