Re: list

Jutta Steinhoff <[email protected]> Mon, 04 Mar 2002 12:33:51 +0100
Newsgroups gmane.os.qnx.openqnx.devel
Message-ID <[email protected]>
Frank,
sorry for silence from Armin.
He had too much issues with hard deadline before ES2002.
Actually no time to try out before next weekend  :-(
Jutta

At 14:36 01.03.02 -0500, Frank Liu wrote:

>when Armin first posted this mouse problem, I asked him about
>"devi-hirun" and some other stuff. but he said he had read my earlier
>posts on how to setup xfree86 4.1 and especially mouse. see here:
>http://www.geocrawler.com/archives/3/16494/2002/1/0/7492505/
>
>then he posted again with the problem with the new xfree86 4.2,
>but he never replied to my questions:
>http://www.geocrawler.com/archives/3/16494/2002/1/0/7703844/
>
>frank
>
>On Fri, 1 Mar 2002, Sergey Uvarov wrote:
>
> >
> > - 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
> >