I've installed freeBSD 8.2 and now trying to get GUI working. I did install KDE and related packages from sysinstall.

On bootup, at shell prompt, when I do X or Xorg, screen goes blank and I cannot even get back to prompt.

How can I see what is going wrong? and how to fix it?

link|improve this question

80% accept rate
feedback

1 Answer

up vote 2 down vote accepted

press ctrlaltf1 to switch to the virtual console 1. thats where you launched your xserver.

see whats going wrong: check /var/log/X*.log

and normally you would launch a xsession from console via startx (and not with a pure X, which just launches the xserver and nothing else, not even a windowmanager).

link|improve this answer
cool, thanks for responding. I will give this a try. – hari Aug 24 '11 at 6:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.