Last week decided to have a go at install X Windows on freebsd server.
Been relieved to find the number of posts that make it seem less than trivial!
State of play here is machine won't boot with hald and dbus enabled, so I've built /usr/ports/x11-servers/xorg-server
without Hal and added
to the ServerLayout section of /etc/x11/xorg.conf
Now however startx won't work under root or user accounts:
At some point in the build processes (It took 4 days!) I think I enabled some LaTex dependancy
when startx fails it leaves:
I've searched widely for libXaw8 - its not installed anywhere on my system which has libxaw installed. the pkg-plist shows libxaw up to libXaw7.so and that's it.
Does anybody know how I can get round this?
Thanks
Been relieved to find the number of posts that make it seem less than trivial!
State of play here is machine won't boot with hald and dbus enabled, so I've built /usr/ports/x11-servers/xorg-server
without Hal and added
Code:
Options "AutoAddDevices" "False"
Now however startx won't work under root or user accounts:
At some point in the build processes (It took 4 days!) I think I enabled some LaTex dependancy
when startx fails it leaves:
Code:
/libexec/ld-elf.so.1 : Shared object "libXaw8.so.8" not found, required by "xterm"
waiting for X server to shut down
I've searched widely for libXaw8 - its not installed anywhere on my system which has libxaw installed. the pkg-plist shows libxaw up to libXaw7.so and that's it.
Does anybody know how I can get round this?
Thanks