Add sample xorg.conf files for hpcarm, hpcmips, and hpcsh.
This commit is contained in:
parent
512709b547
commit
77acd29099
|
@ -1,4 +1,14 @@
|
||||||
# $NetBSD: md.hpcarm,v 1.9 2010/06/18 09:18:16 tsutsui Exp $
|
# $NetBSD: md.hpcarm,v 1.10 2010/11/13 02:07:29 tsutsui Exp $
|
||||||
|
./etc/X11/xorg.conf.640x240-jp -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.640x240-us -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.640x480-jp -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.640x480-us -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.800x600-jp -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.800x600-us -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.ws003sh -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.ws007sh -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.ws011sh -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.ws020sh -unknown xorg
|
||||||
./usr/X11R6/bin/X -unknown- x11
|
./usr/X11R6/bin/X -unknown- x11
|
||||||
./usr/X11R6/bin/Xhpc -unknown- x11
|
./usr/X11R6/bin/Xhpc -unknown- x11
|
||||||
./usr/X11R6/man/cat1/Xhpc.0 -unknown- .cat,x11
|
./usr/X11R6/man/cat1/Xhpc.0 -unknown- .cat,x11
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
# $NetBSD: md.hpcmips,v 1.15 2010/06/18 15:55:33 tsutsui Exp $
|
# $NetBSD: md.hpcmips,v 1.16 2010/11/13 02:07:29 tsutsui Exp $
|
||||||
|
./etc/X11/xorg.conf.640x240-jp -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.640x240-us -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.640x480-jp -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.640x480-us -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.800x600-jp -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.800x600-us -unknown xorg
|
||||||
./usr/X11R6/bin/X -unknown- x11
|
./usr/X11R6/bin/X -unknown- x11
|
||||||
./usr/X11R6/bin/Xhpc -unknown- x11
|
./usr/X11R6/bin/Xhpc -unknown- x11
|
||||||
./usr/X11R6/man/cat1/Xhpc.0 -unknown- .cat,x11
|
./usr/X11R6/man/cat1/Xhpc.0 -unknown- .cat,x11
|
||||||
|
|
|
@ -1,4 +1,10 @@
|
||||||
# $NetBSD: md.hpcsh,v 1.8 2010/06/18 15:55:33 tsutsui Exp $
|
# $NetBSD: md.hpcsh,v 1.9 2010/11/13 02:07:29 tsutsui Exp $
|
||||||
|
./etc/X11/xorg.conf.640x240-jp -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.640x240-us -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.640x480-jp -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.640x480-us -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.800x600-jp -unknown xorg
|
||||||
|
./etc/X11/xorg.conf.800x600-us -unknown xorg
|
||||||
./usr/X11R6/bin/X -unknown- x11
|
./usr/X11R6/bin/X -unknown- x11
|
||||||
./usr/X11R6/bin/Xhpc -unknown- x11
|
./usr/X11R6/bin/Xhpc -unknown- x11
|
||||||
./usr/X11R6/man/cat1/Xhpc.0 -unknown- .cat,x11
|
./usr/X11R6/man/cat1/Xhpc.0 -unknown- .cat,x11
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
# $NetBSD: Makefile.inc,v 1.1 2010/11/13 02:07:28 tsutsui Exp $
|
||||||
|
|
||||||
|
XORGCONF_FILES+= \
|
||||||
|
etc.hpc/xorg.conf.640x240-jp \
|
||||||
|
etc.hpc/xorg.conf.640x240-us \
|
||||||
|
etc.hpc/xorg.conf.640x480-jp \
|
||||||
|
etc.hpc/xorg.conf.640x480-us \
|
||||||
|
etc.hpc/xorg.conf.800x600-jp \
|
||||||
|
etc.hpc/xorg.conf.800x600-us
|
|
@ -0,0 +1,75 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
# Option "XkbLayout" "us"
|
||||||
|
Option "XkbLayout" "jp"
|
||||||
|
# Option "XkbModel" "foo"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
Option "MaxX" "639"
|
||||||
|
# Option "MaxX" "799"
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
Option "MaxY" "239"
|
||||||
|
# Option "MaxY" "479"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
# VendorName "hpc"
|
||||||
|
# ModelName "lcd"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,75 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
Option "XkbLayout" "us"
|
||||||
|
# Option "XkbLayout" "jp"
|
||||||
|
# Option "XkbModel" "foo"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
Option "MaxX" "639"
|
||||||
|
# Option "MaxX" "799"
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
Option "MaxY" "239"
|
||||||
|
# Option "MaxY" "479"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
# VendorName "hpc"
|
||||||
|
# ModelName "lcd"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,75 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
# Option "XkbLayout" "us"
|
||||||
|
Option "XkbLayout" "jp"
|
||||||
|
# Option "XkbModel" "foo"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
Option "MaxX" "639"
|
||||||
|
# Option "MaxX" "799"
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
# Option "MaxY" "239"
|
||||||
|
Option "MaxY" "479"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
# VendorName "hpc"
|
||||||
|
# ModelName "lcd"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,75 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
Option "XkbLayout" "us"
|
||||||
|
# Option "XkbLayout" "jp"
|
||||||
|
# Option "XkbModel" "foo"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
Option "MaxX" "639"
|
||||||
|
# Option "MaxX" "799"
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
# Option "MaxY" "239"
|
||||||
|
Option "MaxY" "479"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
# VendorName "hpc"
|
||||||
|
# ModelName "lcd"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,76 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
# Option "XkbLayout" "us"
|
||||||
|
Option "XkbLayout" "jp"
|
||||||
|
# Option "XkbModel" "foo"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
# Option "MaxX" "639"
|
||||||
|
Option "MaxX" "799"
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
# Option "MaxY" "239"
|
||||||
|
# Option "MaxY" "479"
|
||||||
|
Option "MaxY" "599"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
# VendorName "hpc"
|
||||||
|
# ModelName "lcd"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,76 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
Option "XkbLayout" "us"
|
||||||
|
# Option "XkbLayout" "jp"
|
||||||
|
# Option "XkbModel" "foo"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
# Option "MaxX" "639"
|
||||||
|
Option "MaxX" "799"
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
# Option "MaxY" "239"
|
||||||
|
# Option "MaxY" "479"
|
||||||
|
Option "MaxY" "599"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
# Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
# VendorName "hpc"
|
||||||
|
# ModelName "lcd"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,9 @@
|
||||||
|
# $NetBSD: Makefile.inc,v 1.1 2010/11/13 02:07:28 tsutsui Exp $
|
||||||
|
|
||||||
|
XORGCONF_FILES= \
|
||||||
|
etc.${MACHINE}/xorg.conf.ws003sh \
|
||||||
|
etc.${MACHINE}/xorg.conf.ws007sh \
|
||||||
|
etc.${MACHINE}/xorg.conf.ws011sh \
|
||||||
|
etc.${MACHINE}/xorg.conf.ws020sh
|
||||||
|
|
||||||
|
.include "../etc.hpc/Makefile.inc"
|
|
@ -0,0 +1,76 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
Option "XkbModel" "ws003sh"
|
||||||
|
# Option "XkbModel" "ws007sh"
|
||||||
|
# Option "XkbModel" "ws011sh"
|
||||||
|
# Option "XkbModel" "ws020sh"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
Option "MaxX" "479"
|
||||||
|
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
Option "MaxY" "639"
|
||||||
|
# Option "MaxY" "799"
|
||||||
|
|
||||||
|
Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
VendorName "Sharp"
|
||||||
|
ModelName "W-ZERO3"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,76 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
# Option "XkbModel" "ws003sh"
|
||||||
|
Option "XkbModel" "ws007sh"
|
||||||
|
# Option "XkbModel" "ws011sh"
|
||||||
|
# Option "XkbModel" "ws020sh"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
Option "MaxX" "479"
|
||||||
|
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
Option "MaxY" "639"
|
||||||
|
# Option "MaxY" "799"
|
||||||
|
|
||||||
|
Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
VendorName "Sharp"
|
||||||
|
ModelName "W-ZERO3"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,76 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
# Option "XkbModel" "ws003sh"
|
||||||
|
# Option "XkbModel" "ws007sh"
|
||||||
|
Option "XkbModel" "ws011sh"
|
||||||
|
# Option "XkbModel" "ws020sh"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
Option "MaxX" "479"
|
||||||
|
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
# Option "MaxY" "639"
|
||||||
|
Option "MaxY" "799"
|
||||||
|
|
||||||
|
Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
VendorName "Sharp"
|
||||||
|
ModelName "W-ZERO3"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,76 @@
|
||||||
|
Section "ServerLayout"
|
||||||
|
Identifier "wsfb"
|
||||||
|
Screen 0 "Screen0" 0 0
|
||||||
|
InputDevice "TouchScreen0" "CorePointer"
|
||||||
|
InputDevice "Mouse0"
|
||||||
|
InputDevice "Keyboard0" "CoreKeyboard"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Files"
|
||||||
|
# FontPath "/usr/pkg/lib/X11/fonts/TTF/"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Keyboard0"
|
||||||
|
Driver "kbd"
|
||||||
|
# Option "XkbModel" "ws003sh"
|
||||||
|
# Option "XkbModel" "ws007sh"
|
||||||
|
# Option "XkbModel" "ws011sh"
|
||||||
|
Option "XkbModel" "ws020sh"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "TouchScreen0"
|
||||||
|
Driver "ws"
|
||||||
|
|
||||||
|
Option "Device" "/dev/wsmouse0"
|
||||||
|
|
||||||
|
Option "MinX" "0"
|
||||||
|
Option "MaxX" "479"
|
||||||
|
|
||||||
|
|
||||||
|
Option "MinY" "0"
|
||||||
|
# Option "MaxY" "639"
|
||||||
|
Option "MaxY" "799"
|
||||||
|
|
||||||
|
Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "InputDevice"
|
||||||
|
Identifier "Mouse0"
|
||||||
|
Driver "mouse"
|
||||||
|
Option "Device" "/dev/wsmouse"
|
||||||
|
Option "ZAxisMapping" "4 5"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Device"
|
||||||
|
Identifier "Wsdisplay0"
|
||||||
|
Driver "wsfb"
|
||||||
|
|
||||||
|
Option "Rotate" "CCW"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Monitor"
|
||||||
|
Identifier "Monitor"
|
||||||
|
VendorName "Sharp"
|
||||||
|
ModelName "W-ZERO3"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
Section "Screen"
|
||||||
|
Identifier "Screen0"
|
||||||
|
Device "Wsdisplay0"
|
||||||
|
Monitor "Monitor"
|
||||||
|
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 1
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 8
|
||||||
|
EndSubSection
|
||||||
|
SubSection "Display"
|
||||||
|
Viewport 0 0
|
||||||
|
Depth 16
|
||||||
|
EndSubSection
|
||||||
|
EndSection
|
|
@ -0,0 +1,5 @@
|
||||||
|
# $NetBSD: Makefile.inc,v 1.1 2010/11/13 02:07:28 tsutsui Exp $
|
||||||
|
|
||||||
|
XORGCONF_FILES=
|
||||||
|
|
||||||
|
.include "../etc.hpc/Makefile.inc"
|
|
@ -0,0 +1,5 @@
|
||||||
|
# $NetBSD: Makefile.inc,v 1.1 2010/11/13 02:07:29 tsutsui Exp $
|
||||||
|
|
||||||
|
XORGCONF_FILES=
|
||||||
|
|
||||||
|
.include "../etc.hpc/Makefile.inc"
|
Loading…
Reference in New Issue