*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
04-19-2005, 01:51 PM
|
#1
|
|
Member
Registered: Apr 2005
Location: a little Forest in Virginia
Distribution: FreeBSD 5.3
Posts: 44
Rep:
|
FreeBSD and issues with Xorg
hmmmm....
after a few weeks of openbsd i have switched to freebsd
i am still a newbie by many standards but the curve is getting better
here is the issue
XF86config has been switched with Xorg. with openbsd the config file was executed and the parameters were selected and BAMM it worked when startkde was issued.
on freebsd, after reading that xorgconfig replaced xf86config, should be a snap. well, it isn't
after searching the world over (google that is) i cannot seem to find the correct installation guide to get this off the ground and i would appreciate any help
it appears to have a couple of issues;
xsetroot: unable to display ' '
xset: unable to display " "
xsetroot: unable to display ' '
kwin: cannot connect to X server
kpersonalizer: cannot connect to X server (keeps repeating this line)
Thanks
|
|
|
|
04-19-2005, 01:56 PM
|
#2
|
|
Senior Member
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: Ubuntu, FreeBSD, NetBSD
Posts: 1,449
Rep:
|
Okay, is this from an xterm or the console?
Did you do X -configure or copy the file from the old xf86 system (xorg doesn't have much problem using the old files... I never bothered to change mine when I made the switch until I added a second monitor)?
I need to know exactly how far you have gotten before I can try and help.
|
|
|
|
04-19-2005, 02:12 PM
|
#3
|
|
Member
Registered: Apr 2005
Location: a little Forest in Virginia
Distribution: FreeBSD 5.3
Posts: 44
Original Poster
Rep:
|
breaker breaker - is this forum working
i've tried to post a reply twice now but no go
|
|
|
|
04-19-2005, 02:14 PM
|
#4
|
|
Senior Member
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: Ubuntu, FreeBSD, NetBSD
Posts: 1,449
Rep:
|
I see that one. 
|
|
|
|
04-19-2005, 02:15 PM
|
#5
|
|
Member
Registered: Apr 2005
Location: a little Forest in Virginia
Distribution: FreeBSD 5.3
Posts: 44
Original Poster
Rep:
|
this is a new install so defaults were taken
i ran Xorg -config (it ran thats all i can say)
i did find xorgconfig (this was similar to xf86config - so i used my settings here)
ahhhhhhhhh
the button problem is this (there is a post repy button and a Submit Reply button.
|
|
|
|
04-19-2005, 02:17 PM
|
#6
|
|
Senior Member
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: Ubuntu, FreeBSD, NetBSD
Posts: 1,449
Rep:
|
Okay, cp ~/xorg.conf.new /etc/X11/xorg.conf
The try startx to see if X comes up. You should add startkde to you .xinitrc and .xsession files.
|
|
|
|
04-19-2005, 02:21 PM
|
#7
|
|
Member
Registered: Apr 2005
Location: a little Forest in Virginia
Distribution: FreeBSD 5.3
Posts: 44
Original Poster
Rep:
|
hmmmm....
the resolution changed. x windows keeps showing up and the mouse pointer no workie
|
|
|
|
04-19-2005, 02:28 PM
|
#8
|
|
Member
Registered: Apr 2005
Location: a little Forest in Virginia
Distribution: FreeBSD 5.3
Posts: 44
Original Poster
Rep:
|
where will .xinitrc and .xsession be located (/usr/X11R6/lib/X11/xinit ??
|
|
|
|
04-19-2005, 02:43 PM
|
#9
|
|
Senior Member
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: Ubuntu, FreeBSD, NetBSD
Posts: 1,449
Rep:
|
In your home directory.
You have no mouse? Check the file to make sure it is pointing to the correct device... it should be.
|
|
|
|
04-19-2005, 02:53 PM
|
#10
|
|
Member
Registered: Apr 2005
Location: a little Forest in Virginia
Distribution: FreeBSD 5.3
Posts: 44
Original Poster
Rep:
|
i am root user so there is no home directory - correct me if i am wrong
nope. no mouse
this is a dell c600 - touchpad. didn't think this was an issue since openbsd was able to use it too
looking at the config does not show a mouse
|
|
|
|
04-19-2005, 03:10 PM
|
#11
|
|
Senior Member
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: Ubuntu, FreeBSD, NetBSD
Posts: 1,449
Rep:
|
/root is your home directory.
2) You should use something other than root for X (because of security implications)
c] I'm betting it is picked up as /dev/psm0 -- did you configure the mouse at boot? If not put
Code:
moused_enable="YES"
in your /etc/rc.conf
Last edited by frob23; 04-19-2005 at 03:14 PM.
|
|
|
|
04-19-2005, 03:47 PM
|
#12
|
|
Member
Registered: Apr 2005
Location: a little Forest in Virginia
Distribution: FreeBSD 5.3
Posts: 44
Original Poster
Rep:
|
did not work
i am re-installing from scratch with a mouse attached
i will try all you suggested and post back the results in the am
thanks for your help and patience 
|
|
|
|
04-20-2005, 07:48 AM
|
#13
|
|
Member
Registered: Apr 2005
Location: a little Forest in Virginia
Distribution: FreeBSD 5.3
Posts: 44
Original Poster
Rep:
|
Update-
copying the xorg.conf.new to /etc/X11/xorg.conf worked and the mouse is now working.
i edited the .xinitrc file and commented the xterm lines and the exec line at the bottom of the file and then i added startkde. that worked too! we going great now.
.xsession cannot be found anywhere on the HD and .xinitrc only exit in /etc/X11R6/lib/X11/xinit/ (if i got that folder right)
resolution is at 640 and there are no other options how can that be improved?
KDE did start but it looks like xterm on steroids. very odd looking.
buddy
|
|
|
|
04-20-2005, 11:01 AM
|
#14
|
|
Senior Member
Registered: Jan 2004
Location: Roughly 29.467N / 81.206W
Distribution: Ubuntu, FreeBSD, NetBSD
Posts: 1,449
Rep:
|
You need to create both .xinitrc and .xsession in your home directory. They will not be found on the hard-drive because they are specific for each user. They allow one user to use KDE all the time and nother Fluxbox -- for example.
|
|
|
|
04-20-2005, 11:37 AM
|
#15
|
|
Member
Registered: Apr 2005
Location: a little Forest in Virginia
Distribution: FreeBSD 5.3
Posts: 44
Original Poster
Rep:
|
AWESOME!!!
no glitches, warnings or errors
resolution is stuck at 640x480 i would LOVE to get better than this. what is my path to acheive that ?
btw - thanks for all the help
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:52 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|