View Single Post
Old 6th April 2010
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by mfaridi View Post
I do this
first ssh to OpenBSD from another system and run this
Code:
tail -f /var/log/Xorg.0.log
and go to OpenBSD system and run
Code:
startx
and system hang...
So let me ask this question -- where were you trying to start X via startx? Locally on the Pentium I system itself or remotely from another system?

Following my theme of simplicity, you should verify that X works locally first where you have a monitor, keyboard, & mouse attached. Then start startx here.

It's starting to look like you were trying to tunnel X through SSH to a remote system without doing any configuration. It doesn't work that way.

Has a monitor, keyboard, & mouse always been connected to this Pentium I system?
Reply With Quote