[Debian] install from scratch: partial success

e.waelde ew.ng7125 at nassur.net
Wed Aug 24 21:38:34 CEST 2011


Hello,

On 08/24/2011 08:42 PM, Timo Jyrinki wrote:
> 2011/8/24 e.waelde<ew.ng7125 at nassur.net>:
<snip>
>
> First, fix the xorg.conf (and hopefully report success).

I have "translated" the snippets in Ricos post to this:

# apt-get remove xserver-xorg-input-tslib
# apt-get install xserver-xorg-video-glamo

# diff -u xorg.conf.orig xorg.conf
--- xorg.conf.orig	2011-08-24 21:31:37.000000000 +0200
+++ xorg.conf	2011-08-24 21:31:30.000000000 +0200
@@ -11,7 +11,7 @@

  Section "Device"
          Identifier      "Glamo Graphics Chip"
-        Driver          "fbdev"
+        Driver          "glamo"
  EndSection


@@ -37,9 +37,10 @@

  Section "InputDevice"
          Identifier      "Touchscreen"
-        Driver          "tslib"
+        Driver          "evdev"
          Option          "Device"        "/dev/input/event1"
-        Option          "EmulateRightButton"    "True"
+        Option          "Calibration"  "107 918 911 98"
+        Option          "SwapAxes"     "On"
  EndSection

  Section "ServerFlags"
#


complete xorg.conf below.
With that I have a working setup again.
I still have to wait, until zhone has decided "no luck" before the
trayer icons react immediately.


> Then, either
> wait for the rest of FSO2 to come and then find an UI that you can use
> with it (Zhone as is works only with FSO1, but there have been patches
> to port it to FSO2), or shortcut and compile the remaining bits not
> yet in archive yourself (fso-datad, fso-deviced, fso-gsmd, fso-tdld,
> fso-usaged, fso-common, fso-frameworkd from
> http://anonscm.debian.org/gitweb/).

This sounds like more adventure :-)
I still have navit not draw a map ... :-(

Cheers,
Erich

--- xorg.conf ---
Section "Module"
         Load    "glx"
         Load    "dri2"
EndSection


Section "Monitor"
         Identifier      "LCD Panel"
EndSection


Section "Device"
         Identifier      "Glamo Graphics Chip"
         Driver          "glamo"
EndSection


Section "Screen"
         Identifier      "Default Screen"
         Device          "Glamo Graphics Chip"
         Monitor         "LCD Panel"
EndSection

Section "InputDevice"
         Identifier      "Power Button"
         Driver          "evdev"
         Option          "Device"        "/dev/input/event0"
EndSection


Section "InputDevice"
         Identifier      "AUX Button"
         Driver          "evdev"
         Option          "Device"        "/dev/input/event2"
EndSection


Section "InputDevice"
         Identifier      "Touchscreen"
         Driver          "evdev"
         Option          "Device"        "/dev/input/event1"
         Option          "Calibration"  "107 918 911 98"
         Option          "SwapAxes"     "On"
EndSection

Section "ServerFlags"
         Option "AutoAddDevices" "False"
EndSection

Section "ServerLayout"
         Identifier      "Default Layout"
         Screen          "Default Screen"
         InputDevice     "Power Button"
         InputDevice     "AUX Button"
         InputDevice     "Touchscreen"
EndSection




More information about the Smartphones-userland mailing list