RE: RE: list

Frank Liu <[email protected]> Fri, 1 Mar 2002 14:45:10 -0500 (EST)
Newsgroups gmane.os.qnx.openqnx.devel
Message-ID <[email protected]>
in my first post after creating this mailing list, I listed some
installation instructions. you can read the mailing list archives at
http://www.geocrawler.com/lists/3/SourceForge/16494/0/

in particular, my post is here:
http://www.geocrawler.com/archives/3/16494/2001/10/0/6822211/
talks about how to start dev-hirun for PS2 or serial mouse.

later on , chris posted a simplier explanation on the mouse part:
http://www.geocrawler.com/archives/3/16494/2001/10/0/6878862/

if they have alread read those archives, so my guess is their problem
is probably something else?

frank

On Fri, 1 Mar 2002, Sergey Sobolev wrote:

> Hi!
> I had this problem too. Solution is simple:
> Use devi-hirun driver for mouse device like that:
> for PS2
> /usr/photon/bin/devi-hirun -Pr ps2 mousedev
> for serial mouse (I don't remeber exactly, so best if you will look into
> documentation)
> /usr/photon/bin/devi-hirun -Pr msoft fd -d/dev/ser1
>
> and setup mouse in XF86Config as
> Section "InputDevice"
>  	Identifier  "Mouse0"
>  	Driver      "mouse"
>  	Option      "Device" "/dev/devi/mouse0"
>  EndSection
> Note: there must be no "Protocol" option - it lead to incorrect mouse work.
> And once more - after running Photon mouse will not work (if you know how to
> fix this e-mail me please), so you will need to reboot after using Photon.
>
> 	Regards,
> 	Sergey Sobolev
>
> > -----Original Message-----
> > From: openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > [mailto:openqnx-developer-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org]On Behalf
> > Of Sergey Uvarov (by way of Jutta Steinhoff <[email protected]>)
> > Sent: Friday, March 01, 2002 16:48
> > To: openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > Subject: Re: [Openqnx-developer] list
> >
> >
> >
> > - just redirected to the list.  Frank, Armin had the same problem, too.
> >   Jutta
> >
> >
> > Sergey Uvarov <[email protected]> wrote:
> >
> > Hi,
> >
> > I try to start XFree86-4.1 but haven't success.
> > X-server is started and is blocked. When I am moving mouse it is
> > working and when I am not moving mouse all X tasks are blocked.
> > if file xinitrc or $HOME/.xinitrc exist X starts and
> > exits. xinitrc and $HOME/.xinitrc I make empty.
> >
> > How can I solve this problem?Section "ServerLayout"
> > 	Identifier     "XFree86 Configured"
> > 	Screen      0  "Screen0" 0 0
> > 	InputDevice    "Mouse0" "CorePointer"
> > 	InputDevice    "Keyboard0" "CoreKeyboard"
> > EndSection
> >
> > Section "Files"
> > 	RgbPath      "/opt/X11R6/lib/X11/rgb"
> > 	ModulePath   "/opt/X11R6/lib/modules"
> > 	FontPath     "/opt/X11R6/lib/X11/fonts/misc/"
> > 	FontPath     "/opt/X11R6/lib/X11/fonts/Speedo/"
> > 	FontPath     "/opt/X11R6/lib/X11/fonts/Type1/"
> > 	FontPath     "/opt/X11R6/lib/X11/fonts/CID/"
> > 	FontPath     "/opt/X11R6/lib/X11/fonts/75dpi/"
> > 	FontPath     "/opt/X11R6/lib/X11/fonts/100dpi/"
> > EndSection
> >
> > Section "Module"
> > 	Load  "extmod"
> > 	Load  "xie"
> > 	Load  "pex5"
> > 	Load  "glx"
> > 	Load  "dbe"
> > 	Load  "record"
> > EndSection
> >
> > Section "InputDevice"
> > 	Identifier  "Keyboard0"
> > 	Driver      "keyboard"
> > 	Option      "XkbRules" "xfree86"
> > 	Option	    "XkbModel" "pc101"
> > EndSection
> >
> > Section "InputDevice"
> > 	Identifier  "Mouse0"
> > 	Driver      "mouse"
> > 	Option      "Protocol" "Microsoft"
> > 	Option      "Device" "/dev/ser1"
> > EndSection
> >
> > Section "Monitor"
> > 	Identifier   "Monitor0"
> > 	VendorName   "Monitor Vendor"
> > 	ModelName    "Monitor Model"
> > 	HorizSync    30-64
> > 	VertRefresh  44-100
> > EndSection
> >
> > Section "Device"
> > 	Identifier "Card0"
> > 	Driver      "ati"
> > 	VendorName  "ATI"
> > 	BoardName   "Mach64 GB"
> > 	ChipSet     "ati"
> > 	ChipId      0x4742
> > 	ChipRev     0x5c
> > 	BusID       "PCI:1:0:0"
> > EndSection
> >
> > Section "Screen"
> > 	Identifier "Screen0"
> > 	Device     "Card0"
> > 	Monitor    "Monitor0"
> > 	DefaultDepth 24
> >
> > 	SubSection "Display"
> > 		Depth     1
> > 		Modes		"1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth     4
> > 		Modes		"1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth     8
> > 		Modes		"1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth     15
> > 		Modes		"1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth     16
> > 		Modes		"1024x768" "800x600" "640x480"
> > 	EndSubSection
> > 	SubSection "Display"
> > 		Depth     24
> > 		Modes		"1024x768" "800x600" "640x480"
> > 	EndSubSection
> > EndSection
> >
> >
> > _______________________________________________
> > openqnx-developer mailing list
> > openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> > https://lists.sourceforge.net/lists/listinfo/openqnx-developer
> >
>
>
>
> _______________________________________________
> openqnx-developer mailing list
> openqnx-developer-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/openqnx-developer
>