View Single Post
  #3   (View Single Post)  
Old 24th August 2009
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Never used Darwin myself But Xorg is supposed to be the same on all platforms isn't it?

You could first check if you have both startx and Xorg installed with
Code:
$ which startx
$ which Xorg
If those two commands give the locations of these two files, you could start X configuration (you need to be root) with
Code:
# Xorg -configure
This will create an Xorg config file. Follow the directions to test the generated Xorg configuration file. This test writes to the log file /var/log/Xorg.0.logand usually offers some insight of what went wrong
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote