LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Installing Elographics touchscreen, problems with xf86OpenSerial (https://www.linuxquestions.org/questions/linux-hardware-18/installing-elographics-touchscreen-problems-with-xf86openserial-204053/)

mick118 07-12-2004 08:15 AM

Installing Elographics touchscreen, problems with xf86OpenSerial
 
Hi there, I have installed slackware 8.0.
So far startx works OK, I have my screen up and my mouse works
I now need to install and setup the elographics touchscreen.

I have modified my XF86Config file, and have placed the elo2300_drv.o file in the /usr/lib/modules/input directory.

When X runs now, I get an error in the XFree86.0.log regarding xf86OpenSerial. X still starts and my mouse still works but no
input from touchscreen, I know the TS works as this was running
Win2000 before and the TS worked OK then.

If anyone has any ideas ??

Thanks for any help

Advantech PPC-123M
Celeron 700Mhz

My XF86Config :-

# Module section -- this section is used to specify
# which dynamically loadable modules to load.
#
Section "Module"

# This loads the DBE extension module.

Load "dbe" # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"

# This loads the GLX module
# Load "glx"

EndSection

**********
# Files section. This allows default font and rgb paths to be set
#
**********

Section "Files"

# The location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

#

FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"

# The module search path. The default path is shown here.

ModulePath "/usr/X11R6/lib/modules"

EndSection

# **********

Section "Module"
#
# This loads the module for the Joystick driver
#
# Load "xf86Jstk.so"

# Load "xf86Elo.so"
Load "elo2300_drv.o"

EndSection

# **********
# Server flags section.
# **********

Section "ServerFlags"

AllowMouseOpenFail


# Option "NoTrapSignals"


# Option "DontZap"


# Option "Dont Zoom"

# Option "DisableVidModeExtension"

# Option "AllowNonLocalXvidtune"

# Option "DisableModInDev"

# Option "AllowNonLocalModInDev"

EndSection

# **********
# Input devices
# **********

# **********
# Core keyboard's InputDevice section
# **********

Section "InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"

# Option "Protocol" "Xqueue"

Option "AutoRepeat" "500 30"

# Option "Xleds" "1 2 3"

# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"

# These are the default XKB settings for XFree86
# Option "XkbRules" "xfree86"
# Option "XkbModel" "pc101"
Option "XkbLayout" "uk"
# Option "XkbVariant" ""
# Option "XkbOptions" ""

Option "XkbDisable"

# Option "XkbRules" "xfree86"
# Option "XkbModel" "pc101"
Option "XkbLayout" "us"

EndSection


# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/psaux"

# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.

# Option "Protocol" "Xqueue"

# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.

# Option "BaudRate" "9600"
# Option "SampleRate" "150"

# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)

# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection


# **********************************************************************
# Other input device sections
# this is optional and is required only if you
# are using extended input devices. This is for example only. Refer
# to the XF86Config man page for a description of the options.
# **********************************************************************
#
# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection
#
Section "InputDevice"
Identifier "touchscreen1"
Driver "elo2300"
# Driver "Elo"
Option "Device" "/dev/ttyS3"
Option "MinX" "3743"
Option "MaxX" "435"
Option "MinY" "3539"
Option "MaxY" "572"
Option "ScreenNumber" "0"
Option "ReportingMode" "Scaled"
Option "ButtonThreshold" "17"
Option "ButtonNumber" "1"
Option "SendCoreEvents" "yes"
EndSection

#Section "InputDevice"
# SubSection "Elographics"
# Port "/dev/ttyS3"
# DeviceName "Elo"
# MinimumXPosition 3743
# MaximumXPosition 435
# MinimumYPosition 3539
# MaximumYPosition 572
# UntouchDelay 10
# ReportDelay 10
# EndSubSection
#EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

Identifier "My Monitor"

# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

# HorizSync 31.5 - 57.0
HorizSync 30-50

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies

# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.

# VertRefresh 50-100
VertRefresh 40-150

EndSection


# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

# Standard VGA Device:

Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

# The chipset line is optional in most cases. It can be used to override
# the driver's chipset detection, and should not normally be specified.

# Chipset "generic"

# The Driver line must be present. When using run-time loadable driver
# modules, this line instructs the server to load the specified driver
# module. Even when not using loadable driver modules, this line
# indicates which driver should interpret the information in this section.

Driver "vga"
# The BusID line is used to specify which of possibly multiple devices
# this section is intended for. When this line isn't present, a device
# section can only match up with the primary video device. For PCI
# devices a line like the following could be used. This line should not
# normally be included unless there is more than one video device
# intalled.

# BusID "PCI:0:10:0"

# VideoRam 256

# Clocks 25.2 28.3

EndSection

# Device configured by xf86config:

Section "Device"
Identifier "Silicon Motion Lynx family"
Driver "siliconmotion"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection


# **********************************************************************
# Screen sections
# **********************************************************************

# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "Silicon Motion Lynx family"
Monitor "My Monitor"
DefaultDepth 16

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection

# **********************************************************************
# ServerLayout sections.
# **********************************************************************

# Any number of ServerLayout sections may be present. Each describes
# the way multiple screens are organised. A specific ServerLayout
# section may be specified from the X server command line with the
# "-layout" option. In the absence of this, the first section is used.
# When now ServerLayout section is present, the first Screen section
# is used alone.

Section "ServerLayout"

# The Identifier line must be present
Identifier "Simple Layout"

# Each Screen line specifies a Screen section name, and optionally
# the relative position of other screens. The four names after
# primary screen name are the screens to the top, bottom, left and right
# of the primary screen. In this example, screen 2 is located to the
# right of screen 1.

Screen "Screen 1"

# Each InputDevice line specifies an InputDevice section name and
# optionally some options to specify the way the device is to be
# used. Those options include "CorePointer", "CoreKeyboard" and
# "SendCoreEvents".

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "touchscreen1"

EndSection


Here is my XFree86.0.log file :-


XFree86 Version 4.1.0 / X Window System
(protocol Version 11, revision 0, vendor release 6510)
Release Date: 2 June 2001
If the server is older than 6-12 months, or if your card is
newer than the above date, look for a newer version before
reporting problems.
Build Operating System: Linux 2.2.19 i686 [ELF]
Module Loader present
(==) Log file: "/var/log/XFree86.0.log", Time: Mon Jul 12 13:32:31 2004
(==) Using config file: "/etc/X11/XF86Config"
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "My Monitor"
(**) | |-->Device "Silicon Motion Lynx family"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbDisable"
(**) XKB: disabled
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "touchscreen1"
(**) FontPath set to "/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail"
(--) using VT number 7

(WW) Cannot open APM
(II) Module ABI versions:
XFree86 ANSI C Emulation: 0.1
XFree86 Video Driver: 0.4
XFree86 XInput driver : 0.2
XFree86 Server Extension : 0.1
XFree86 Font Renderer : 0.2
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 Font Renderer
ABI class: XFree86 Font Renderer, version 0.2
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) LoadModule: "elo2300_drv.o" (elo2300)
(WW) LoadModule: given non-canonical module name "elo2300_drv.o"
(II) Loading /usr/X11R6/lib/modules/input/elo2300_drv.o

(II) Module elo2300: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2
(EE) xf86OpenSerial: No Device specified.
ELO 2300 driver unable to open device

(II) LoadModule: "siliconmotion"
(II) Loading /usr/X11R6/lib/modules/drivers/siliconmotion_drv.o
(II) Module siliconmotion: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.2.2
Module class: XFree86 Video Driver
ABI class: XFree86 Video Driver, version 0.4
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
Module class: XFree86 XInput Driver
ABI class: XFree86 XInput driver, version 0.2

(II) LoadModule: "elo2300"
(II) Reloading /usr/X11R6/lib/modules/input/elo2300_drv.o
(EE) xf86OpenSerial: No Device specified.
ELO 2300 driver unable to open device

(II) Silicon Motion: driver (version 1.2.2) for Silicon Motion Lynx chipsets:
Lynx, LynxE, Lynx3D, LynxEM, LynxEM+, Lynx3DM
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset Lynx3DM found
(II) Setting vga for screen 0.
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/X11R6/lib/modules/libvgahw.a
(II) Module vgahw: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
(**) Silicon Motion(0): Depth 16, (--) framebuffer bpp 16
(==) Silicon Motion(0): RGB weight 565
(==) Silicon Motion(0): Default visual is TrueColor
(==) Silicon Motion(0): Using Hardware Cursor
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.a
(II) Module int10: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) Silicon Motion(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.a
(II) Module vbe: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) Silicon Motion(0): initializing int10
(II) Silicon Motion(0): Primary V_BIOS segment is: 0xc000
(II) Silicon Motion(0): VESA BIOS detected
(II) Silicon Motion(0): VESA VBE Version 2.0
(II) Silicon Motion(0): VESA VBE Total Mem: 8192 kB
(II) Silicon Motion(0): VESA VBE OEM: Silicon Motion SM720 VGA BIOS
(II) Silicon Motion(0): VESA VBE OEM Software Rev: 2.0
(II) Silicon Motion(0): VESA VBE OEM Vendor: SM720
(II) Silicon Motion(0): VESA VBE OEM Product: SM720
(II) Silicon Motion(0): VESA VBE OEM Product Rev: SM720
(--) Silicon Motion(0): Chipset: "Lynx3DM"
(WW) System lacks support for changing MTRRs
(II) Silicon Motion(0): Physical MMIO at 0xDC000000
(II) Silicon Motion(0): Logical MMIO at 0x402F2000 - 0x404F1FFF
(II) Silicon Motion(0): DPR=0x402F2000, VPR=0x402F2800, IOBase=0x403B2000
(II) Silicon Motion(0): DataPort=0x403F2000 - 0x404F1FFF
(II) Silicon Motion(0): Physical frame buffer at 0xDC200000
(II) Silicon Motion(0): Logical frame buffer at 0x00000000 - 0xFFFFFFFF
(II) Silicon Motion(0): Cursor Offset: FFFFFC00 Reserved: FFFFF800
(II) Silicon Motion(0): TFT Panel Size = 800x600
SMI_PreInit vgaCRIndex=3d4, vgaIOBase=3d0, MMIOBase=402f2000
(II) Loading sub module "i2c"
(II) LoadModule: "i2c"
(II) Loading /usr/X11R6/lib/modules/libi2c.a
(II) Module i2c: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.2.0
ABI class: XFree86 Video Driver, version 0.4
(II) Silicon Motion(0): I2C bus "I2C bus" initialized.
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.a
(II) Module ddc: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Silicon Motion(0): VESA VBE DDC supported
(II) Silicon Motion(0): VESA VBE DDC Level none
(II) Silicon Motion(0): VESA VBE DDC transfer in appr. 0 sec.
(II) Silicon Motion(0): VESA VBE DDC read successfully
(==) Silicon Motion(0): Using gamma correction (1.0, 1.0, 1.0)
(--) Silicon Motion(0): videoram: 8192kB
SMI_PreInit minClock=20000, maxClock=135000
(--) Silicon Motion(0): Detected current MCLK value of 100.227 MHz
(II) Silicon Motion(0): My Monitor: Using hsync range of 30.00-50.00 kHz
(II) Silicon Motion(0): My Monitor: Using vrefresh range of 40.00-150.00 Hz
(II) Silicon Motion(0): Clock range: 20.00 to 135.00 MHz
(II) Silicon Motion(0): Mode: 640x350 16-bpp, 85.079948Hz
(II) Silicon Motion(0): Mode: 640x400 16-bpp, 85.079948Hz
(II) Silicon Motion(0): Mode: 720x400 16-bpp, 85.038902Hz
(II) Silicon Motion(0): Mode: 640x480 16-bpp, 60.000000Hz
(II) Silicon Motion(0): Mode: 640x480 16-bpp, 72.808800Hz
(II) Silicon Motion(0): Mode: 640x480 16-bpp, 75.000000Hz
(II) Silicon Motion(0): Mode: 640x480 16-bpp, 85.008308Hz
(II) Silicon Motion(0): Mode: 800x600 16-bpp, 56.250000Hz
(II) Silicon Motion(0): Mode: 800x600 16-bpp, 60.316540Hz
(II) Silicon Motion(0): Mode: 800x600 16-bpp, 72.187569Hz
(II) Silicon Motion(0): Mode: 800x600 16-bpp, 75.000000Hz
(II) Silicon Motion(0): Mode: 800x600 16-bpp, 85.136887Hz
(--) Silicon Motion(0): Virtual size is 800x600 (pitch 800)
(**) Silicon Motion(0): Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
(II) Silicon Motion(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync
(**) Silicon Motion(0): Default mode "640x480": 36.0 MHz (scaled from -0.0 MHz), 43.3 kHz, 85.0 Hz
(II) Silicon Motion(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 -hsync -vsync
(==) Silicon Motion(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 ANSI C Emulation, version 0.1
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/X11R6/lib/modules/libxaa.a
(II) Module xaa: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 1.0.0
ABI class: XFree86 Video Driver, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="The XFree86 Project"
compiled for 4.1.0, module version = 0.1.0
ABI class: XFree86 Video Driver, version 0.4
Symbol xf86AddLocalDevice from module /usr/X11R6/lib/modules/input/elo2300_drv.o is unresolved!
Symbol xf86RemoveLocalDevice from module /usr/X11R6/lib/modules/input/elo2300_drv.o is unresolved!
(II) do I need RAC? No, I don't.
(II) Silicon Motion(0): Physical MMIO at 0xDC000000
(II) Silicon Motion(0): Logical MMIO at 0x40222000 - 0x40421FFF
(II) Silicon Motion(0): DPR=0x40222000, VPR=0x40222800, IOBase=0x402E2000
(II) Silicon Motion(0): DataPort=0x40322000 - 0x40421FFF
(II) Silicon Motion(0): Physical frame buffer at 0xDC200000
(II) Silicon Motion(0): Logical frame buffer at 0x40422000 - 0x40C21FFF
(II) Silicon Motion(0): Cursor Offset: 007FFC00 Reserved: 007FF800
(II) Silicon Motion(0): TFT Panel Size = 800x600
(II) Silicon Motion(0): Current mode 0x03.
(II) Silicon Motion(0): Saved current video mode. Register dump:
(II) Silicon Motion(0): START register dump ------------------
(II) Silicon Motion(0): END register dump --------------------
(II) Silicon Motion(0): FrameBuffer Box: 0,0 - 800,1761
(II) Silicon Motion(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
8x8 color pattern filled rectangles
CPU to Screen color expansion
Solid Horizontal and Vertical Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
28 128x128 slots
6 256x256 slots
32 8x8 color pattern slots
SMI_DGAInit 800x600 @ 16 bpp
SMI_DGAInit 640x480 @ 16 bpp
(**) Option "Protocol" "PS/2"
(**) Mouse1: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Mouse1: Core Pointer
(**) Option "Device" "/dev/psaux"
(==) Mouse1: Buttons: 3
(II) Keyboard "Keyboard1" handled by legacy driver
(EE) No Input driver matching `elo2300'
(II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
Could not init font path element /usr/X11R6/lib/X11/fonts/Type1/, removing from list!
Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list!

mick118 07-12-2004 11:23 AM

It works !!
Changed to using the elographics_drv.o module
Had to edit /etc/rc.d/rc.S
taking out the comment on the . /etc/rc.d/rc.serial line,
now it configures the serial ports correctly
Then I using outdated options in the XF86Config for max and min positions,
e.g. was using "MinX" when should have been using "MinimumXPosition"


All times are GMT -5. The time now is 10:28 AM.