qtmoko v32 (experimental)

Hrabosh zbynecek at volny.cz
Mon Feb 7 23:04:51 CET 2011


Radek Polak píše v Po 07. 02. 2011 v 06:58 +0100:
> On Monday 07 February 2011 00:54:37 Hrabosh wrote:
> 
> > I was trying to run NAvit and QX asked me whether to install Xorg server
> > or Xglamo. I did choose Xorg server ...
> > 
> > ... when R(apt)or finished installation I was trying to run Navit but
> > Xorg server didn't load ... Xorg. log is attached.
> 
> It would be interesting to check if the installation wrote correct 
> /etx/X11/xorg.conf
> 

Attached. Seems good to me.

> It would be also interesting to shutdown qtmoko and run X server from ssh 
> console:
> 
> /etc/init.d/qpe.sh stop
> Xorg


The very same behaviour. 


> 
> Regards
> 
> Radek
> 
> _______________________________________________
> Openmoko community mailing list
> community at lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 

-------------- next part --------------
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"
EndSection


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



More information about the community mailing list