Package: xfree86-common
Version: 4.3.0

I am trying to run a system without keyboard and mouse but instead with
on-screen keyboard and a pen/tablet. The system cannot boot-up in X. Pls
read the relevant files attached. The absence of a keyboard is the problem.

With LCD monitor size getting bigger, dipslay space is not an issue. It
makes sense to use on-screen keyboard. It is highly customisable and the
input set is limitless. It would be a progressive step to allow Debian
to run X window without a keyboard.

Would appreciate suggestions to make this a reality.

Thks.

kangja





------------------------------------------------------------------------


This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86@XFree86.Org and patches submitted
to [EMAIL PROTECTED]  Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-8 20040928112350 [EMAIL PROTECTED])
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.26 i686 [ELF] 
Build Date: 28 September 2004
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.8 ([EMAIL PROTECTED]) (gcc version 3.3.4 (Debian 
1:3.3.4-13)) #1 Fri Oct 7 14:32:11 SGT 2005 
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Oct 23 11:13:41 2005
(==) Using config file: "/etc/X11/XF86Config-4"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "HP D2807A"
(**) |   |-->Device "Intel i810"
(**) |-->Input Device "tablet"
(EE) No core keyboard device specified
(EE) Unable to determine the screen layout
(EE) Error from xf86HandleConfigFile()

Fatal server error:
no screens found

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to [EMAIL PROTECTED]



------------------------------------------------------------------------

#
#This version supports :
#No keyboard, no mouse.
#Monitor is HP2807A.
#
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
#
# To change things within the debconf section, run the command:
#   dpkg-reconfigure xserver-xfree86
# as root.  Also see "How do I add custom sections to a dexconf-generated
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
#Added 30 Dec 04
#More info from 'man XF86Config-4"

Section "Files"
 FontPath "unix/:7100"   # local font server
# if the local font server has problems, we can fall back on these
# FontPath "/usr/lib/X11/fonts/misc"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Type1"
# FontPath "/usr/lib/X11/fonts/Speedo"
# FontPath "/usr/lib/X11/fonts/100dpi"
# FontPath "/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
 Load "speedo"
 Load "type1"
 Load "freetype"
 Load "xtt"
 Load "ttf"
EndSection



Section "InputDevice"
      Identifier  "tablet"
      Driver      "wizardpen"
      Option     "CorePointer"
      Option      "Device" "/dev/input/event1"  #without mouse, the tablet is 
the device that gens event1
EndSection


Section "Device"
 Identifier "Intel i810"
 Driver  "i810"
# VideoRam "65536"
EndSection

Section "Monitor"
 Identifier  "HP D2807A"
#24-Dec-2004
# HorizSync   30-100
# VertRefresh 50-130
#Both values were not right for 1024x768 res. When not specified, use default
#as mentioned in 'man XF86Config-4'
 Option  "DPMS"
EndSection

Section "Screen"
 Identifier  "Default Screen"
 Device  "Intel i810"
 Monitor  "HP D2807A"
 DefaultDepth 24
#Can select modes through gui. System boots up with the first mode 
#that matches valid settings. 
SubSection "Display"
  Depth  8
  Modes  "1024x768" "800x600" 
 EndSubSection
SubSection "Display"
  Depth  16
  Modes  "1024x768"  "800x600" 
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes    "1024x768"  "800x600"  "1280x1024"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier  "Default Layout"
 Screen  "Default Screen"
 InputDevice "tablet" "AlwaysCore" 
EndSection

#Section "DRI"
# Mode 0666
#EndSection

### END DEBCONF SECTION



















-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to