Hi,

I installed X11 in angstrom distribution (texas kit am335x).  That is the
list of packages:

opkg install xinit --force-depends
opkg install xauth --force-depends
opkg install xserver-xorg --force-depends

opkg install xserver-xorg-extension-glx --force-depends
opkg install xserver-xorg-extension-dri --force-depend
opkg install xf86-video-fbdev --force-depends


opkg install xserver-kdrive-fbdev --force-depends
opkg install xserver-xorg-extension-dri2  --force-depends
opkg install dri2proto-locale --force-depends
opkg install xserver-xorg-xvfb xserver-xorg-utils --force-depends
opkg install xf86-input-evdev --force-depends
opkg --force-depends install libxcb-glx0
opkg install xterm --force-depends

After some other adjusts:
        //symbolic link to mcookie
ln -s /usr/bin/mcookie mcookie

        //generate xauth
        HOST=`hostname`
        xauth add ${HOST}/unix:0 . 10000000000000000000000000000000

         //copy truetype fonts in to  /usr/share/fonts/truetype to run java
programs correctly,

         //write /home/roor/.xinitrc to call a java app when X starts.

X11 starts and call the app. Every thing works well for a time (2 minutes),
after that some collateral effects happen:
        - The app works fine in other linux distributions (PC plataform).
        - collateral effect: the graph ploted in the screen turns screen
black as the graph overwrite old values in the screen.
        *- when I execute startx the follow messages are showed:*

xauth:  file /home/root/.serverauth.1933 does not exist

_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/am335x-evm:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.33.2 x86_64
Current Operating System: Linux am335x-evm 3.2.0 #1 Mon Apr 9 10:19:16 CDT
2012 armv7l
Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw
rootfstype=ext3 rootwait ip=none
Build Date: 05 November 2010  03:07:27PM

Current version of pixman: 0.21.6
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr 13 18:54:58 2012
Primary device is not PCI
(==) Using default built-in configuration (12 lines)
*(EE) FBDEV(0): FBIOBLANK: Invalid argument*
*(EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed (/usr/lib/dri
/swrast_dri.so: cannot open shared object file: No such file or di)*
*(EE) GLX: could not load software renderer*
route: SIOCADDRT: File exists


*I didn't find swrast library in available angstrom packages, even could
resolve: GLX render and FBIOBLANK argument. Probably the collateral effects
happens because this start errors.*

Could anyone help me in this issue?
_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to