LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 06-10-2004, 02:04 PM   #1
MD3
Member
 
Registered: Apr 2004
Location: Italy
Distribution: Gentoo
Posts: 81

Rep: Reputation: 15
[freeBSD] startx


hi all. i got a problem with the x windows server:
when i launch "startx" it doesn't work because of an error occurred with /dev/io

i've set up everything with xf86config but it still doesn't work

thanks everyone for help
 
Old 06-10-2004, 04:30 PM   #2
Stack
Member
 
Registered: Oct 2003
Distribution: FreeBSD
Posts: 325

Rep: Reputation: 30
Ok first try this as root.

# XFree86 -configure
# cp XF86Config.new /etc/X11/XF86Config

Then become your normal user and try to 'startx' again.

If this does not work post your full error message. Meaning everything...
 
Old 06-12-2004, 08:26 AM   #3
MD3
Member
 
Registered: Apr 2004
Location: Italy
Distribution: Gentoo
Posts: 81

Original Poster
Rep: Reputation: 15
i managed to solve the isuue by reinstalling all

thanx however..

ah.. just to don't look as a spammer, can you answer here to another question?

when i try to install, e.g. OpenOffice i get this:

Can't find program 'Delete'

in fact i noticed that i only have a source-code named delete.h
is the code of that program? and how can i compile it (is there any C compiler with freeBSD .50 CD?)

thanks
 
Old 06-12-2004, 09:35 AM   #4
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
you can get open office here

http://projects.imp.ch/openoffice/
 
Old 06-13-2004, 05:00 AM   #5
MD3
Member
 
Registered: Apr 2004
Location: Italy
Distribution: Gentoo
Posts: 81

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by PEACEDOG
you can get open office here

http://projects.imp.ch/openoffice/
the issue isn't related with open office, but with each program i try to install

thanks
 
Old 06-13-2004, 12:01 PM   #6
Stack
Member
 
Registered: Oct 2003
Distribution: FreeBSD
Posts: 325

Rep: Reputation: 30
Quote:
Originally posted by MD3
the issue isn't related with open office, but with each program i try to install

thanks
as root
#cd /usr/ports
then pick a folder with what you want/need
cd to that folder all the way in until you can see distfiles etc...
then
#make install clean

To install from packadges

as root
#pkg_add -r thingyouwanttoinstallsname
 
Old 06-14-2004, 01:42 PM   #7
MD3
Member
 
Registered: Apr 2004
Location: Italy
Distribution: Gentoo
Posts: 81

Original Poster
Rep: Reputation: 15
tnx stack i love you
 
Old 06-14-2004, 09:40 PM   #8
Stack
Member
 
Registered: Oct 2003
Distribution: FreeBSD
Posts: 325

Rep: Reputation: 30
Heh well that is what we are here for Showing you how simple FreeBSD actually is
 
Old 06-15-2004, 05:47 AM   #9
MD3
Member
 
Registered: Apr 2004
Location: Italy
Distribution: Gentoo
Posts: 81

Original Poster
Rep: Reputation: 15
i noticed freebsd is very easy for newbies.. the installation took about 30 mins

but i also noticed some incompatibility, e.g. i can't use my USB dsl modem... or my sound card... and i still don't know why.

a friend told me that, but suse or red hat, aother linux distros doesn't support anything that isn't COM1, COM2 or LPT ... :-\

bye and thanks
 
Old 06-15-2004, 06:35 AM   #10
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
for the sound card look here

http://www.freebsd.org/doc/en_US.ISO...und-setup.html

it's fairly straight forward, just follow step by step, shouldn't be a problem.
good luck.
 
Old 06-15-2004, 11:17 AM   #11
Marble
Member
 
Registered: Feb 2003
Distribution: FreeBSD 5.2
Posts: 113

Rep: Reputation: 15
There are also some good tutorials here:

5.x.x :
http://www.bsdforums.org/forums/show...threadid=19095

4.x:
http://www.bsdforums.org/forums/show...threadid=19093
 
Old 06-15-2004, 03:09 PM   #12
MD3
Member
 
Registered: Apr 2004
Location: Italy
Distribution: Gentoo
Posts: 81

Original Poster
Rep: Reputation: 15
thanks :-x
 
Old 06-19-2004, 08:00 AM   #13
bigbossandy
Member
 
Registered: Dec 2003
Location: Belgium
Distribution: FreeBSD 5.2, Win2KServ, WinXpPro, Win98SE
Posts: 55

Rep: Reputation: 15
hey Stack i am having ports problems
everytime i try to fetsh something it gives me errors
like now i am trying to install gmake
i goto the dir etc and do pkg_add gmake-3.80.tgz
it dus thinbgs like
ftp:// urls lots of them
and givesme a fetch error can someone helpme ?
i have a GlobalSpan Virata TopcomWebr@cer 850 USB modem
Adsl
 
Old 06-19-2004, 09:50 AM   #14
Stack
Member
 
Registered: Oct 2003
Distribution: FreeBSD
Posts: 325

Rep: Reputation: 30
Post the errors. You might have a checksum error or something else.

Unless you cant access the internet at all it will not be your modems fault.
 
Old 06-20-2004, 04:25 AM   #15
bigbossandy
Member
 
Registered: Dec 2003
Location: Belgium
Distribution: FreeBSD 5.2, Win2KServ, WinXpPro, Win98SE
Posts: 55

Rep: Reputation: 15
i am using VMware and its not my modems fault
but when i do sysinstall and install packages there it does pkg_add also and it works there
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
freeBSD 5.3 startx is missing Rhatlinux *BSD 4 05-02-2005 11:27 AM
Bug / Xwindows / startx : xinit works but startx crash www.rzr.free.fr Linux - Software 4 10-17-2004 08:06 AM
startx freezes system on FreeBSD 5.2.1 TJandE *BSD 3 07-09-2004 10:08 AM
I installed FreeBSD 5.2 and have a few problems regarding startx Optyx *BSD 26 03-12-2004 07:00 AM
startx vs startx -- :2 (font dimension is different!!) moly82 Linux - General 7 09-15-2003 12:11 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 03:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration