Hi, Am Sonntag, den 30.11.2008, 02:09 +0000 schrieb Christopher J. White: > > AFAIR, it is not necessary anymore to set this variable, > > if /etc/X11/xorg.conf and/or the udev rules are set up correctly – did > > you by any chance modify that? > > I was running Xglamo at the time, so I had modified xorg.conf to point > to Xglamo as the display device.
I thought Xglamo does not need any xorg.conf? But maybe that’s just
rumors.
> However, something happened that
> screwed that up, both for Xglamo as well as fbdev. Right now neither
> will work.
>
> In fact, it's rather strange. If I start xinit manually after setting
> TSLIB_TSDEVICE, it works:
>
> $ export TSLIB_TSDEVICE=/dev/input/event1
> $ /usr/bin/xinit /etc/X11/Xsession
>
> However, when I run it in a fashion similar to /etc/init.d/nodm, it
> fails:
>
> $ /bin/su --login --command "/usr/bin/xinit /etc/X11/Xsession" root
>
> This is despite putting the export command in .bashrc and verifying that
> it's set. I even tried verifying that it was getting TSLIB_TSDEVICE:
>
> $ /bin/su --login --command "printenv" root
> [...]
> TSLIB_TSDEVICE=/dev/input/event1
>
> However, it still fails to work.
>
> I removed and then reinstalled xserver-xglamo, and the error messages
> changed, but it still does not work.
This is the original xorg.conf, as installed by the install.sh script:
====================================================================
# Xorg confiugration for an Openmoko FreeRunner
Section "InputDevice"
Identifier "Configured Touchscreen"
Driver "tslib"
Option "CorePointer" "true"
Option "SendCoreEvents" "true"
Option "TslibDevice" "/dev/input/event1"
Option "Protocol" "Auto"
Option "Width" "480"
Option "Height" "640"
EndSection
Section "Device"
Identifier "Configured Video Device"
Driver "fbdev"
EndSection
====================================================================
You still have problems with that file? Anything interesting in the X log file?
Greetings,
Joachim
--
Joachim "nomeata" Breitner
Debian Developer
[EMAIL PROTECTED] | ICQ# 74513189 | GPG-Keyid: 4743206C
JID: [EMAIL PROTECTED] | http://people.debian.org/~nomeata
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
_______________________________________________ Openmoko community mailing list [email protected] http://lists.openmoko.org/mailman/listinfo/community

