View Single Post
Old 09-27-2012, 08:45 AM   #13
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
we also have an xorg.conf

which should fill us with some confidence.

Quote:
# Automatically generated by makexconfig
Section "Serverflags"
Option "DontZap" "true"
Option "DontVTSwitch" "true"
Option "DontZoom" "true"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
Option "NoPM" "true"
Option "IgnoreABI" "true"
EndSection

Section "Monitor"
Identifier "EinkPanel"
DisplaySize 91 121
EndSection

Section "Screen"
Identifier "Kscreen"
Device "eink"
Monitor "EinkPanel"
SubSection "Display"
Depth 8
Visual "StaticGray"
EndSubSection
EndSection

Section "Device"
Identifier "eink"
Driver "imx"
Option "fbdev" "/dev/fb0"
Option "FormatEPDC" "Y8"
Option "Rotate" "CW"
Option "NoAccel" "true"
Option "BackingStore" "true"
EndSection

Section "InputDevice"
Identifier "whitney-button"
Driver "evdev"
Option "Device" "/dev/input/event2"
Option "CoreKeyboard"
Option "AlwaysCore"
EndSection

Section "InputDevice"
Identifier "zforce"
Driver "multitouch"
Option "Device" "/dev/input/event3"
Option "CorePointer"
Option "AlwaysCore"
Option "AccelerationProfile" "-1"
Option "AccelerationScheme" "none"
Option "AccelerationNumberator" "1"
Option "AcceleartionDenominator" "1"
Option "AccelerationThreshold" "1"
Option "XkbRules" "evdev"
Option "XkbModel" "evdev"
Option "XkbLayout" "us"
EndSection

Section "ServerLayout"
Identifier "Kindle"
Screen "Kscreen"
InputDevice "whitney-button"
InputDevice "zforce"
EndSection
twobob is offline   Reply With Quote