[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Optional Mouse(s) with X. (solved)
- From: "Rokicki, Andrew" <ARokicki US TIAuto com>
- To: "'redhat-install-list redhat com'" <redhat-install-list redhat com>
- Subject: RE: Optional Mouse(s) with X. (solved)
- Date: Mon, 29 Sep 2003 15:53:38 -0400
This is in responses to my own post,
in case somebody else is looking for the same thing.
Make sure /etc/sysconfig/mouse is not configured on the same ttyS? as
touchscreen.
This seems to work using X with touch screen OR/AND mouse OR/AND nothing.
-------------
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
InputDevice "touchscreen1"
InputDevice "Mouse0" "SendCoreEvents"
InputDevice "Mouse1"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
EndSection
# By default, Red Hat Linux 6.0 and later use xfs
Section "Files"
# FontPath "unix/:7100"
EndSection
# Module loading section
Section "Module"
Load "dbe" # Double-buffering
Load "GLcore" # OpenGL support
Load "dri" # Direct rendering infrastructure
Load "glx" # OpenGL X protocol interface
Load "extmod" # Misc. required extensions
Load "v4l" # Video4Linux
Load "xf86Elo.so"
# Load "pex5" # PHIGS for X 3D environment (obsolete)
# Load "record" # X event recorder
# Load "xie" # X Image Extension (obsolete)
# You only need the following two modules if you do not use xfs.
# Load "freetype" # TrueType font handler
# Load "type1" # Adobe Type 1 font handler
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbLayout" "us"
EndSection
section "InputDevice"
Identifier "touchscreen1"
Driver "elographics"
Option "Device" "/dev/ttyS0"
Option "SendCoreEvents" "true"
#Option "CorePointer" "true"
Option "screenno" "0"
Option "MinimumXPosition" "3718"
Option "MaximumXPosition" "400"
Option "MinimumYPosition" "3512"
Option "MaximumYPosition" "534"
Option "UntouchDelay" "10"
Option "ReportDelay" "10"
EndSection
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/mouse"
Option "SendCoreEvents" "true"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse1"
# Modified by mouseconfig
Driver "void"
Option "screenno" "0"
Option "CorePointer" "true"
Option "Device" "/dev/null"
EndSection
Section "Monitor"
Identifier "Princeton EO40"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 48.0
VertRefresh 50.0-120.0
# Option "dpms" # this blanks out the screen
EndSection
Section "Device"
Identifier "ATI Mach64 VT (264VT)"
Driver "ati"
BoardName "Unknown"
EndSection
Section "Device"
Identifier "Linux Frame Buffer"
Driver "fbdev"
BoardName "Unknown"
EndSection
Section "Screen"
Identifier "Screen0"
Device "ATI Mach64 VT (264VT)"
Monitor "Princeton EO40"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "1024x768"
EndSubSection
Subsection "Display"
Depth 8
Modes "1024x768"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
On Tuesday, September 16, 2003 11:22 AM, Rokicki, Andrew wrote:
> Sorry, I don't need a muse I need a mouse.
>
> On Tuesday, September 16, 2003 9:28 AM, Rokicki, Andrew wrote:
> > I have industrial robotic application that I need to run touch screen or
a
> > muse.
> >
> > Machines will have mouse or touch screen or both or no pointer.
> > X works fine as long as mouse and touch screen is plugged in.
> > If only touch screen is plugged in X locks up the screen.
> >
> > I have googled for a while now with not usable results.
> > Thanks
> > Andy R.
> >
> >
> >
> > My XF86Config-4
> >
> > # XFree86 4.0 configuration generated by Xconfigurator
> >
> > Section "ServerLayout"
> > Identifier "XFree86 Configured"
> > Screen 0 "Screen0" 0 0
> > InputDevice "Mouse0" "CorePointer"
> > InputDevice "touchscreen1" "CorePointer"
> > InputDevice "Keyboard0" "CoreKeyboard"
> > EndSection
> >
> > # By default, Red Hat Linux 6.0 and later use xfs
> >
> > Section "Files"
> > # FontPath "unix/:7100"
> > EndSection
> >
> > # Module loading section
> >
> > Section "Module"
> > Load "dbe" # Double-buffering
> > Load "GLcore" # OpenGL support
> > Load "dri" # Direct rendering infrastructure
> > Load "glx" # OpenGL X protocol interface
> > Load "extmod" # Misc. required extensions
> > Load "v4l" # Video4Linux
> > # Load "pex5" # PHIGS for X 3D environment (obsolete)
> > # Load "record" # X event recorder
> > # Load "xie" # X Image Extension (obsolete)
> > # You only need the following two modules if you do not use xfs.
> > # Load "freetype" # TrueType font handler
> > # Load "type1" # Adobe Type 1 font handler
> > EndSection
> >
> > Section "InputDevice"
> > Identifier "Keyboard0"
> > Driver "keyboard"
> > Option "XkbLayout" "us"
> > EndSection
> >
> >
> > section "InputDevice"
> > Identifier "touchscreen1"
> > Driver "elographics"
> > Option "Device" "/dev/ttyS0"
> > Option "AlwaysCore"
> > Option "screenno" "0"
> > Option "MinimumXPosition" "3718"
> > Option "MaximumXPosition" "400"
> > Option "MinimumYPosition" "3512"
> > Option "MaximumYPosition" "534"
> > Option "UntouchDelay" "10"
> > Option "ReportDelay" "10"
> > EndSection
> >
> > Section "InputDevice"
> > Identifier "Mouse0"
> > # Modified by mouseconfig
> > Driver "mouse"
> > Option "Device" "/dev/mouse"
> > Option "Protocol" "PS/2"
> > Option "Emulate3Buttons" "yes"
> > Option "ZAxisMapping" "4 5"
> > EndSection
> >
> > Section "Monitor"
> > Identifier "Princeton EO40"
> > VendorName "Unknown"
> > ModelName "Unknown"
> > HorizSync 48.0
> > VertRefresh 50.0-120.0
> > # Option "dpms" # this blanks out the screen
> > EndSection
> >
> > Section "Device"
> > Identifier "ATI Mach64 VT (264VT)"
> > Driver "ati"
> > BoardName "Unknown"
> > EndSection
> >
> > Section "Device"
> > Identifier "Linux Frame Buffer"
> > Driver "fbdev"
> > BoardName "Unknown"
> > EndSection
> >
> > Section "Screen"
> > Identifier "Screen0"
> > Device "ATI Mach64 VT (264VT)"
> > Monitor "Princeton EO40"
> > DefaultDepth 16
> > Subsection "Display"
> > Depth 16
> > Modes "1024x768"
> > EndSubSection
> > Subsection "Display"
> > Depth 8
> > Modes "1024x768"
> > EndSubSection
> > EndSection
> >
> > Section "DRI"
> > Mode 0666
> > EndSection
> >
> >
> > _______________________________________________
> > Redhat-install-list mailing list
> > Redhat-install-list redhat com
> > https://www.redhat.com/mailman/listinfo/redhat-install-list
> > To Unsubscribe Go To ABOVE URL or send a message to:
> > redhat-install-list-request redhat com
> > Subject: unsubscribe
>
>
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list redhat com
> https://www.redhat.com/mailman/listinfo/redhat-install-list
> To Unsubscribe Go To ABOVE URL or send a message to:
> redhat-install-list-request redhat com
> Subject: unsubscribe
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]