12097
![]() |
|
|
|
|
#1
|
|||
|
|||
|
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 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 Does anybody know how I can get round this? Thanks |
|
#2
|
|||
|
|||
|
Have you tried reinstalling the xterm port and seeing if it links against the correct version of libXaw this time?
Adam |
|
#3
|
||||
|
||||
|
I have it in /usr/local/lib/compat/pkg/libXaw8.so.8. I have no idea how it got there; doesn't seem to belong to any port.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#4
|
|||
|
|||
|
I symlinked it to libXaw7.so.7 and the message went away! The xserver didn't start though.
I have been playing with some different cards, best being a radeon 7000 agp. Its all pretty well used kit. The 'server' is a compaq pentium 4 with pc133 sdram Been playing with adding modelines from Xorg.log manually after looking at some wiki.x.org docs so I'll post back when I get a bit further! Thanks |
|
#5
|
|||
|
|||
|
While I've done the same sort of thing in the past, it is not a good idea. You should at least use portupgrade (or a similar tool) to update it. There's a reason the library had a version bump, and compatibility might not be preserved (though often it is).
|
|
#6
|
||||
|
||||
|
Quote:
How did you build xorg? Did you only build xorg-server? If that's the case you only build a portion of Xorg. You need to build x11/xorg or x11/xorg-minimal.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#7
|
|||
|
|||
|
Sorry, I failed to be properly specific here. I mean compiling all the ports that make up gnome2-lite has taken that long. None of the X11 ports or packages were installed in the original installation of Freebsd on this machine.
As a lateral approach to the problem I tried the knoppix live-cd to see if that runs x11, and if so what drivers and settings it uses. None of these attempts were successful. Also this hardware has previously failed to run Windows XP so it has some issues anyway though it passes standard memory testing and processor tests. It has been happily serving up web pages and allowed me to experiment with different application development software for well over 6 months. Thanks for your help and interest. |
|
#8
|
|||
|
|||
|
Going back to what SirDice said. Did you specifically install xorg? x11-wm/gnome2 doesn't build xorg (not just xorg-server, but /usr/ports/x11/xorg, Ijust installed gnome2 on a naked machine here, and I had to do xorg separately).
If you do Code:
Xorg -configure |
|
#9
|
|||
|
|||
|
Had a go at getting Xorg working on 7.2 on another machine. I installed xorg-minimal and after getting xorg working, installed gnome2-lite. This machine doesn't crash on hald_enable and dbus_enable.
On the other machine, installed xclock and xterm and blackbox. added 'blackbox' to .xinitrc in the home user and twm starts! (it starts blackbox in the 7.2 machine fortunately) Thanks for all your help and interest. |
|
#10
|
|||
|
|||
|
Ok .xinitrc disappeared somewhere which is why twm started. Thats been remedied and blackbox starts.
Added moused_enable="Yes" to /etc/rc.d and the mouse works now too ran gnome-panel and am typing this thru firefox. another happy customer. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] xorg 7.4 + synaptics | jwl | X.Org | 3 | May 21st, 2009 19:56 |
| [Solved] where is xorg.conf | Nikosis | Installing & Upgrading | 15 | May 16th, 2009 03:18 |
| How to get nice xorg. | fxp | X.Org | 1 | February 24th, 2009 14:57 |
| PF woes: 3 interfaces and jails. | p5ycho | Firewalls | 9 | February 21st, 2009 13:04 |
| gmirror woes | Weaseal | General | 6 | February 18th, 2009 01:02 |