Sponsored Content
Full Discussion: Starting X in NetBSD
Special Forums UNIX Desktop Questions & Answers Starting X in NetBSD Post 16198 by auswipe on Tuesday 26th of February 2002 10:02:57 PM
Old 02-26-2002
But which version of XFree86 are you running.

For example, with the distribution of FreeBSD you can install XFree86 3.3.6 or you can compile a newer version, XFree86 4.1.0. The configuration for each version is different from each other and it is important to know the version of XFree86 that you are trying to run.

If you don't know the version of XFree86, then it might be narrowed down by what Unix flavor that you are using.
 

8 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

NetBSD Troubles

HI, I just installed NetBSD i386 v. latest. I am having a few problems: For some reason X just won't start!? Another is I can't access My CDROM or Floppy. Thanks in advance! (3 Replies)
Discussion started by: vertigo
3 Replies

2. UNIX for Dummies Questions & Answers

bash in netbsd

i recently downloaded and installed bash on my netbsd box (1.5.2) and set my shell and my root shell using user mod to change the shell, command executed under root. bash is installed from my user home directory (home/joe) and i moved the bash executable to /bin/ and everything is fine, except i... (6 Replies)
Discussion started by: norsk hedensk
6 Replies

3. BSD

NetBSD Ports

They put NetBSD on a Dreamcast. Thats just awesome. What can't they put it on!? (1 Reply)
Discussion started by: Phobos
1 Replies

4. BSD

netbsd

i have install netbsd but don't have gui?what happen?i want to a mount external usb hard drive but failure?what should i do? (5 Replies)
Discussion started by: ibnusina202003
5 Replies

5. UNIX for Dummies Questions & Answers

netbsd

which better freebsd and netbsd for server unix (0 Replies)
Discussion started by: salehudinayubi
0 Replies

6. Virtualization and Cloud Computing

NetBSD on VirtualBox

Hello, guys! I use Ubuntu 9.04 as desktop operating system and I want to make some tests on NetBSD. I tried to install as a virtual sistem on VirtualBox but it doesn't want to install. You can see the error in the attached file. Do you guys have any clue about what the problem could be? (3 Replies)
Discussion started by: Sergiu-IT
3 Replies

7. BSD

NetBSD on OLD laptop

I want to install NetBSD on the Compaq LTE 5000. ("Of course it runs NetBSD!!") But the laptop does NOT have a CD-ROM drive. How can I solve?? Thanks for any reply! :) PS: I hope i'm posting in the right item... (2 Replies)
Discussion started by: mghis
2 Replies

8. UNIX for Dummies Questions & Answers

How to grep a line not starting with # from a file (there are two lines starting with # and normal)?

e.g. File name: File.txt cat File.txt Result: #INBOUND_QUEUE=FAQ1 INBOUND_QUEUE=FAQ2 I want to get the value for one which is not commented out. Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies
ELF2ECOFF(1)						    BSD General Commands Manual 					      ELF2ECOFF(1)

NAME
elf2ecoff -- convert a NetBSD ELF-format executable to NetBSD ECOFF format SYNOPSIS
elf2ecoff elf-file ecoff-file DESCRIPTION
Reads a fully-linked ELF executable (such as a linked kernel) and produces an equivalent ECOFF format executable file. The elf2ecoff utility is used to convert native NetBSD ELF binaries to ECOFF format, for compatibility with DECstation diskless-boot PROM code and diskless-boot servers that require ECOFF format binaries. SEE ALSO
elf2aout(1), ld(1), kvm(3), a.out(5), elf(5), kvm_mkdb(8) HISTORY
elf2ecoff was originally developed for NetBSD/pmax by Ted Lemon and was first distributed with the pmax port of NetBSD 1.1. BUGS
elf2ecoff assumes there are no multiply-referenced symbols in the input ELF symbol section. It may be necessary to link with -x to avoid duplicate symbols. In some environments, the GNU binutils objcopy(1) utility may be a better solution than elf2ecoff. BSD
September 30, 1996 BSD
All times are GMT -4. The time now is 03:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy