LinuxQuestions.org
Help answer threads with 0 replies.
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 04-18-2004, 05:58 PM   #1
lmanwarren
Member
 
Registered: Oct 2003
Location: Norwich NY
Distribution: Fedora 3
Posts: 128

Rep: Reputation: 15
Install driving me crazy


I burned free BSD to disc and went home to install and was all excited to try out my new system.Now when I did the install I did a standard install that they recommended.Now first time I type startx well I never configured anything so no x.Now I have tried twice since then and do startx to get a error message about the driver I picked for video card.Will someone please help me get this right so I can get a gui.my motherboard is a Abit NF7-M Rev 2 NForce2 Chipset with onboard VID/SND/LAN.Need to know drivers and video to pick for card so to get it right because I seem to keep screwing it up.
 
Old 04-18-2004, 06:23 PM   #2
chort
Senior Member
 
Registered: Jul 2003
Location: Silicon Valley, USA
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660

Rep: Reputation: 76
Let's start simple, which BSD and what version? Do you know what version of XFree86 you're using?

Edit: whoops, ok FreeBSD (note the spelling). Still need version.

Edit2: assuming you're using 5.x, look here:
http://www.freebsd.org/doc/en_US.ISO...dbook/x11.html

For future reference, the FreeBSD handbook may be found at:
http://www.freebsd.org/doc/en_US.ISO...books/handbook

and it should be the first place you look to see if your question is already covered.

Last edited by chort; 04-18-2004 at 06:30 PM.
 
Old 04-18-2004, 06:51 PM   #3
Tuvok
Member
 
Registered: Mar 2003
Distribution: FreeBSD 6.1, NetBSD 3.0.1
Posts: 170

Rep: Reputation: 30
As root, run the following commands:

1. XFree86 -configure

2. XFree86 -xf86config /root/XF86Config.new

When you have X running, press Ctrl+Alt+<- buttons, then:

3. cp /root/XF86Config.new /etc/X11/XF86Config

Then use an editor to edit /etc/X11/XF86Config. Assuming you can use vi:

4. vi /etc/X11/XF86Config

Edit the following parts (by adding):

Section "Monitor"
HorizSync xx-xx <--add your values
VertRefresh xx-xx <--add your values

Section "Screen"
DefaultDepth 24

SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection

Save file, and run startx. Good luck.
 
Old 04-18-2004, 09:56 PM   #4
rehab junkie
Member
 
Registered: Nov 2003
Location: /var/local/pub/bar
Distribution: OSX 10.4.9
Posts: 259

Rep: Reputation: 30
Or you can run sysinstall as root and go to Configure -> XFree86, and follow the prompts.
 
Old 04-18-2004, 11:51 PM   #5
mrcheeks
Senior Member
 
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690

Rep: Reputation: 52
Tuvok gave you a detailed answer
you should read the online handbook sometimes...
 
Old 04-19-2004, 04:13 PM   #6
lmanwarren
Member
 
Registered: Oct 2003
Location: Norwich NY
Distribution: Fedora 3
Posts: 128

Original Poster
Rep: Reputation: 15
KDE UP BUT MOUSE WEIRD

Ok I did run configure and hey had KDE up but now for a new problem.During the install I configured the mouse and mouse moved fine and I told it yes mouse is moving.Now when KDE was loading mouse cursor was in center of screen and once loaded mouse arrow was no where to be found but moving the mouse I got the screen flashing on right side and if I got it in right spot I would get box up like if I right clicked on my desktop but I never clicked..But no arrow to see just screen like flashing on right side.Anyone have any idea what this problem is.But yeah was nice to see kde but being no mouse well couldn't do much Thank You
 
Old 04-19-2004, 07:05 PM   #7
Tuvok
Member
 
Registered: Mar 2003
Distribution: FreeBSD 6.1, NetBSD 3.0.1
Posts: 170

Rep: Reputation: 30
lmanwarren,

Can you post here your /etc/X11/XF86Config file? Did you change your resolution by pressing Ctrls+Alt plus + or -? In that case, you might want to use just 2 modes in /etc/X11/XF86Config. For instance, if you have this entry;

Modes "1024x768" "800x600" "640x480"

change it to;

Modes "800x600" "640x480"

or any 2 combination.
 
Old 04-19-2004, 08:14 PM   #8
lmanwarren
Member
 
Registered: Oct 2003
Location: Norwich NY
Distribution: Fedora 3
Posts: 128

Original Poster
Rep: Reputation: 15
Ok went and did new install and hey looks good and have fwmm.Now I do startx to get to gui.I installed kde and gnome and want to start one or the other with startx.I'm new to bsd and well with fwmm its all new to me and not sure about editing files yet or do I have to do it from the command line.I must say fwmm was very plain and didn't see text editors or anything else but maybe I'm missing something.Oh by the way I downloaded my iso from linuxiso.org and my x version is 4.3 .
 
Old 04-19-2004, 10:16 PM   #9
Tuvok
Member
 
Registered: Mar 2003
Distribution: FreeBSD 6.1, NetBSD 3.0.1
Posts: 170

Rep: Reputation: 30
lmanwarren,

There's a file named .xinitrc, it's a hidden file found in one's home directory like /home/lmanwarren. If you don't have it, create one. Now, when you do that, edit it to start whatever window manager (like fwmm) or desktop (like kde) manager you want. Just add one of the following entries (the one you have):

exec startkde
exec fwmm
exec startxfce4
exec icewm
exec gnome-session
exec fluxbox

The other thing, if you want to copy and post your /etc/X11/XF86Config file, you can use Mozilla or Opera to display it, then copy/paste it to the forum. For instance, if you type /etc/X11/XF86Config in address bar and click go, it will open the file. Good luck.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
I'm trying to install SUSE Linux, but this error is driving me crazy! Hrothgar15 Linux - Hardware 4 08-13-2005 01:10 AM
Problem trying to install glib 2.6.1. I'm driving crazy Lier Linux - Software 2 01-21-2005 02:35 PM
[ ] @ are driving me crazy FireInTheDark Linux - Software 1 11-28-2004 09:42 AM
kppp is driving me crazy rhoniel Linux - Networking 2 07-19-2004 11:35 PM
Help this is driving me crazy!!!!!! Wolfy Linux - Hardware 1 07-07-2004 01:32 AM

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

All times are GMT -5. The time now is 05:20 PM.

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