Help with FreeBSD and startx.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help with FreeBSD and startx.
# 1  
Old 12-18-2004
Help with FreeBSD and startx.

Hello everyone.

I just installed FreeBSD recently and when I type the command startx, I get the following errors:

(EE) failed to load module "fbdev"
(EE) <default pointer> cannot find which device to use
(EE) xf860Open erial: No evice specified
(EE) <default pointer> cannot open input device
(EE) PreInitFailed for input device "<default pointer>"

Now, I use a USB Mouse and when I ran xorgconfig I didn't see the option to use one. Any help is appreciated.
# 2  
Old 12-18-2004
This is what I use in xorg.conf on Slackware for my USB mouse.
Code:
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver  "mouse"
    Option "Protocol"    "IMPS/2"
   # Option "Device"      "/dev/usb"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "300"

# 3  
Old 12-18-2004
First of all, I said FreeBSD not Slackware. FreeBSD doesn't even contain the IMPS/2 protocol.
# 4  
Old 12-18-2004
Since I dont run X on FreeBSD, I just use it as a server, and with Slackware being similar to FreeBSD, I mistakenly figured it would work.
Doing a quick google on 'IMPS/2' and 'FreeBSD' gave me these results. Which is for FreeBSD 5.3

http://home.nyc.rr.com/computertaijutsu/FreeBSD53.html

"The syntax of xorgconfig (or xf86config) is a bit different than Linux. With an MS optical Intellimouse, using a PS/2 connection, in Linux one chooses IMPS/2 protocol and /dev/psaux. In FreeBSD choose the Auto protocol and use /dev/psm0."
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Startx xclock on virtual lpar

Hello, Is there a way to run xclock or startx on LPAR, since LPAR doesn't have any console or it is connected to HMC usually the way is to export the display to some PC which has Xmanager running on it, but in my case, I want to run xmanager on the AIX Lpar and run on it the... (2 Replies)
Discussion started by: filosophizer
2 Replies

2. UNIX for Dummies Questions & Answers

Screen Goes Black When Run startx

Have - HP G4p DL360 SCSI version (*see below of pdf of server basics if needed) Scientific Linux live-cd.iso Issue - When it boots off the LiveCD, all starts swell, but if I install the OS normal it goes to a black monitor.... If I install text only, it works and when done I am at the... (4 Replies)
Discussion started by: sas
4 Replies

3. Ubuntu

startx not working for 8.04.4

Hi, I am running Ubuntu 8.04.4 on a Sun Blade 1000 SPARC. I installed both kubuntu and xubuntu in attempt to load a gui onto the machine. Both fail when trying to start them. When I use startx I get the following error: (EE) Failed to laod module... (0 Replies)
Discussion started by: swilso
0 Replies

4. Debian

kde, startx on debian

Hello :-)! I installed Debian (I downloaded it on may 2009 so it is new version) from CD. I run it and see only text console. I try to type "kde" or "startx" but it doens't recognize those commands. That's difficult for me to believe that Linux from CD doesn't contain graphical interface so I... (2 Replies)
Discussion started by: johnyjj2
2 Replies

5. Shell Programming and Scripting

Scripts after startx

I want to autorun a shell script which inculde start two java programs and some shell scripts I using fedora 9 and I had put in Personal > Sessions /bin/sh /myscript.sh but it got a problem when I start firefox from one of the java program, it said "Firefox is already running but not... (3 Replies)
Discussion started by: uativan
3 Replies

6. Shell Programming and Scripting

startx and then firefox

I have edited /etc/inittab to auto login as root in level 3 and edited .bash_profile to auto start x window I would like to auto start a firefox browser after go into x window. I tried to add "firefox" in /etc/rc.d/rc.local but no effects. Anyone have suggestion? Thanks in advance. (1 Reply)
Discussion started by: uativan
1 Replies

7. UNIX Desktop Questions & Answers

KDE and startx

Hello, Ive installed freeBSD 6.0 - and the prompt part of the system works well. Ive then tried to install KDE for graphic interface to the unix system. The problem is: Whenever I run "$ startx" it starts some graphical interface, but its totally swirled, you can sense that in the background... (1 Reply)
Discussion started by: congo
1 Replies

8. UNIX for Advanced & Expert Users

startx / xterm

When I try to run startx or xterm the window opens fine, however when using keyboard incorrect chars are displayed, e.g pressing return displays 2 (0 Replies)
Discussion started by: gefa
0 Replies

9. Debian

error startx with debian

hello i have installed xfree86 with debian 2.4, but i have the message when i launch startx: XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0" after 0 requests (0 known processed) with 0 events remaining. xauth: (argv):1: bad display name "uxdev1000.lobino.fr:0"... (0 Replies)
Discussion started by: pascalbout
0 Replies

10. UNIX for Dummies Questions & Answers

StartX

Hi guys :) I'm having a slight problem. Every time I run the StartX command from my csh, it just says cannot access terminal. Can anyone tell me why this is and what it means? Thank you :) hellz. (15 Replies)
Discussion started by: hellz
15 Replies
Login or Register to Ask a Question