Debian on Pandora - XServer


stackshadow

Member
Joined
Nov 1, 2012
Messages
176
Location
Germany
Heiho,


i would like to bring the debian-world to the pandora.


This is the actual state:


Booting up to terminal is working fine. Installation of additional packages over apt-get is also working ( even from my 64bit-linux ). So terminal and wlan is working nice :)


Now the triky part:


The x-server doesn't start. Slim+LXDE is installed without any problems.


I grab the xorg.conf and even the udev rules. Also adding of additional rules is not working


/dev/fb, /dev/fb0, /dev/fb1 and /dev/fb2 is present.


The x-server starts, but shows an blank screen ( only the backlight is on )


Xorg.log don't show any error.


someone have an idea?
 
Check this when porting an OS to the Pandora:


http://pandorawiki.o...re/Build-system


This isn't the latest version, but you'll find plenty of useful stuff.

Thank you for information ^^


The main reason ( also why i give debian a try ) is the package system. I realy like the pnd-style but i also would like to install the provided packages from the OS ( like apache and so on ). Also i have good experience on Debian-Systems. The Angstrom-thing with opkg is also a good idea, but when you upgrade the system.. well, the pandora is not working any more after the upgrade ^^°


So i may also test your image of Slackware :)


Nerveless iam realy wondering, why the x-server will not start. I will provide the log after some more testing.
 
The new firmware seems to allow the safe use of opkg.


Latest Slackware news are in this thread:





Check my own xorg.conf.


Better to see the one in the Slack rootfs, as the latest build system will be uploaded when the 14.0 go stable.
 
The new firmware seems to allow the safe use of opkg.


Latest Slackware news are in this thread:


http://boards.openpa...or-pandora-140/


Check my own xorg.conf.


Better to see the one in the Slack rootfs, as the latest build system will be uploaded when the 14.0 go stable.

Ah okay. I already download it and was trying to get it on a 4GB SD-Card. Yeah, i mentioned it, to less memory, hehe :)


In the meantime i was reading a lot of the slackware-system. It look very interesting ( also the build system ). I will grab a 8GB card and take a look at it.


Is there a reason why the image is so huge? I don't have a real problem with it ( memory is cheap on this times ), i was only wondering. ( wow, KDE-Stuff )
 
Last edited by a moderator:
You can simply untar it on your hard drive and look inside.


I ship a fully-featured Linux + goodies, so 8G is needed.
 
Update:


I managed to get the frambuffer-device correctly working. fbterm is working now ( it was not working before )


The system seems now to be stable.


What i have done:


* Before i grab the kernel from the original firmware. This was somehow not loading the modules correctly.


I recompiled the official pandora-kernel and install it to the root system. Since this, the fb works nice.


* I add an usbnet init-script to work with dropbear-ssh-server


What is not working:


* XServer, but iam nearly there :)


Whats next:


* XServer, of course


* try armhf
 
Last edited by a moderator:
Armhf will break the compatibility with the 3d driver, pnd and other stuff. Better stay with armel.


If no modules at all were loaded, a depmod -ae and a reboot would have been sufficient. With a custom kernel, you have to recompile the 3d driver.


BTW, are you aware of this:


http://pandorawiki.org/Debian_On_SD
 
Armhf will break the compatibility with the 3d driver, pnd and other stuff. Better stay with armel.


If no modules at all were loaded, a depmod -ae and a reboot would have been sufficient. With a custom kernel, you have to recompile the 3d driver.


BTW, are you aware of this:


http://pandorawiki.org/Debian_On_SD

I tried it and the batteries were getting drained very quickly booting under this Debian so I had to switch to running that partition in a chroot under the official OS.


And I can't get the 3D working from the chroot :(
 
Have you tried pandebian? this is basically a chroot of debian in angstrom. I'm using it a lot :)
 
Have you tried pandebian? this is basically a chroot of debian in angstrom. I'm using it a lot :)
Yeah, i tried it, very nice of course :D


Neverless its not fixing the Problem of the X-Server. Somehow its not starting. Its just blanking the screen. Its not try to start slim or lxdm. Framebuffer works nicely now. My guess is the sgx-driver, but i will try it.


Debian in chroot is nice, but i try to get debian working as OS. Its a hard piece of work ( my respect to Linux-SWAT who's maintaine SLACK on Pandora :D ).


Also the plan is, to keep it simple and build an debian package for libpnd and other Pandora-Stuff.


I tried debain sid (unstable, with my own configuration) which was booting at the second try. Debian suqeeze, like described here, was not working in any way ( the installation was broken on every try ) i maybe try my configuration i was used for sid also on squeeze.


i will not give up ;)
 
Last edited by a moderator:
You don't need the sgx driver for X to start.


In my build system's rc.local, you should have seen this:



Code:
  cd /root/xf86-video-omapfb

  rm -rf /tmp/build/*

  ./autogen.sh

  patch -p1 < ../0001-blacklist-tv-out.patch

  patch -p1 < ../0002-Revert-Set-virtual-size-when-configuring-framebuffer.patch

  patch -p1 < ../0003-force-plain-mode.patch

  export CFLAGS="-DPANDORA -O2 -pipe -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp"

  export CXXFLAGS="-DPANDORA -O2 -pipe -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp"

  ./configure --prefix=/usr --enable-neon

  make

  make install DESTDIR=/tmp/build

  cd /tmp/build

  makepkg -c y /tmp/xf86-video-omapfb-0.1.1-arm-1.tgz

  installpkg /tmp/xf86-video-omapfb-0.1.1-arm-1.tgz
 
Well i was fighting against new issues, but i solve it. ( no inital console found )


Here are my logfile of the xorg:



Code:
[ 26.021]

X.Org X Server 1.12.4

Release Date: 2012-08-27

[ 26.021] X Protocol Version 11, Revision 0

[ 26.021] Build Operating System: Linux 2.6.32 armv5tel Debian

[ 26.021] Current Operating System: Linux pandora 3.2.30 #699 Tue Oct 16 03:07:33 EEST 2012 armv7l

[ 26.022] Kernel command line: root=/dev/mmcblk0p1 rw rootwait vram=6272K omapfb.vram=0:3000K mmc_core.removable=0

[ 26.022] Build Date: 30 September 2012 12:49:23PM

[ 26.022] xorg-server 2:1.12.4-1 (Julien Cristau )

[ 26.022] Current version of pixman: 0.26.0

[ 26.022] Before reporting problems, check http://wiki.x.org

to make sure that you have the latest version.

[ 26.022] Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

[ 26.023] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 8 23:06:45 2012

[ 26.665] (==) Using config file: "/etc/X11/xorg.conf"

[ 26.666] (==) Using system config directory "/usr/share/X11/xorg.conf.d"

[ 26.683] (==) ServerLayout "DefaultLayout"

[ 26.683] (**) |-->Screen "Screen0" (0)

[ 26.683] (**) | |-->Monitor "Monitor0"

[ 26.693] (**) | |-->Device "OMAPFB"

[ 26.693] (==) Automatically adding devices

[ 26.693] (==) Automatically enabling devices

[ 26.719] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.

[ 26.719] Entry deleted from font path.

[ 26.719] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.

[ 26.719] Entry deleted from font path.

[ 26.719] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.

[ 26.719] Entry deleted from font path.

[ 26.724] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.

[ 26.724] Entry deleted from font path.

[ 26.724] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.

[ 26.724] Entry deleted from font path.

[ 26.724] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.

[ 26.724] Entry deleted from font path.

[ 26.724] (==) FontPath set to:

/usr/share/fonts/X11/misc,

/usr/share/fonts/X11/Type1,

built-ins

[ 26.724] (==) ModulePath set to "/usr/lib/xorg/modules"

[ 26.724] (II) The server relies on udev to provide the list of input devices.

If no devices become available, reconfigure udev or disable AutoAddDevices.

[ 26.724] (II) Loader magic: 0x401e2cf0

[ 26.724] (II) Module ABI versions:

[ 26.724] X.Org ANSI C Emulation: 0.4

[ 26.724] X.Org Video Driver: 12.1

[ 26.724] X.Org XInput driver : 16.0

[ 26.724] X.Org Server Extension : 6.0

[ 26.725] (WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere.

[ 26.725] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.

[ 26.725] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.

[ 26.725] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.

[ 26.725] (II) "glx" will be loaded even though the default is to disable it.

[ 26.725] (II) "record" will be loaded by default.

[ 26.725] (II) "dri" will be loaded even though the default is to disable it.

[ 26.725] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.

[ 26.725] (II) LoadModule: "extmod"

[ 27.365] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so

[ 27.391] (II) Module extmod: vendor="X.Org Foundation"

[ 27.391] compiled for 1.12.4, module version = 1.0.0

[ 27.391] Module class: X.Org Server Extension

[ 27.391] ABI class: X.Org Server Extension, version 6.0

[ 27.392] (II) Loading extension SELinux

[ 27.392] (II) Loading extension MIT-SCREEN-SAVER

[ 27.392] (II) Loading extension XFree86-VidModeExtension

[ 27.392] (II) Loading extension XFree86-DGA

[ 27.392] (II) Loading extension DPMS

[ 27.392] (II) Loading extension XVideo

[ 27.392] (II) Loading extension XVideo-MotionCompensation

[ 27.392] (II) Loading extension X-Resource

[ 27.392] (II) LoadModule: "dbe"

[ 27.393] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so

[ 27.402] (II) Module dbe: vendor="X.Org Foundation"

[ 27.402] compiled for 1.12.4, module version = 1.0.0

[ 27.402] Module class: X.Org Server Extension

[ 27.402] ABI class: X.Org Server Extension, version 6.0

[ 27.402] (II) Loading extension DOUBLE-BUFFER

[ 27.402] (II) LoadModule: "dri2"

[ 27.403] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so

[ 27.420] (II) Module dri2: vendor="X.Org Foundation"

[ 27.420] compiled for 1.12.4, module version = 1.2.0

[ 27.420] ABI class: X.Org Server Extension, version 6.0

[ 27.420] (II) Loading extension DRI2

[ 27.421] (II) LoadModule: "record"

[ 27.421] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so

[ 27.430] (II) Module record: vendor="X.Org Foundation"

[ 27.430] compiled for 1.12.4, module version = 1.13.0

[ 27.430] Module class: X.Org Server Extension

[ 27.430] ABI class: X.Org Server Extension, version 6.0

[ 27.431] (II) Loading extension RECORD

[ 27.431] (II) LoadModule: "omapfb"

[ 27.436] (II) Loading /usr/lib/xorg/modules/drivers/omapfb_drv.so

[ 27.447] (II) Module omapfb: vendor="X.Org Foundation"

[ 27.447] compiled for 1.12.1, module version = 0.1.1

[ 27.447] ABI class: X.Org Video Driver, version 12.0

[ 27.447] (II) omapfb: Driver for OMAP framebuffer (omapfb) and external LCD controllers:

omap1/2/3, S1D13745, HWA742

[ 27.447] (++) using VT number 7


[ 27.462] (WW) Falling back to old probe method for OMAPFB

[ 27.463] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support

[ 27.463] (WW) Error opening /sys/devices/platform/omapfb/ctrl/name: No such file or directory

[ 27.463] (WW) Can't autodetect LCD controller, assuming internal

[ 27.463] (II) LCD controller: internal

[ 27.463] (II) omapfb(0): Base plane capabilities:

[ 27.463] (II) omapfb(0): Base plane supports the following image formats:

[ 27.464] (II) omapfb(0): VideoRAM: 3000KiB (SDRAM)

[ 27.464] (**) omapfb(0): Depth 16, (--) framebuffer bpp 16

[ 27.464] (==) omapfb(0): RGB weight 565

[ 27.464] (==) omapfb(0): Default visual is TrueColor

[ 27.516] (II) omapfb(0): Detecting outputs

[ 27.517] (II) omapfb(0): Output lcd using monitor section Monitor0

[ 27.517] (II) omapfb(0): Output tv has no monitor section

[ 27.519] (II) omapfb(0): overlayPoolInit: Found 3 framebuffers, 3 overlays and 2 managers

[ 27.519] (II) omapfb(0): Printing probed modes for output lcd

[ 27.519] (II) omapfb(0): Modeline "800x480"x60.0 36.00 800 868 1014 1083 480 519 514 554 (33.2 kHz UP)

[ 27.519] (II) omapfb(0): Printing probed modes for output tv

[ 27.519] (II) omapfb(0): Modeline "720x574"x25.0 13.50 720 732 788 864 574 579 615 625 (15.6 kHz P)

[ 27.520] (II) omapfb(0): Output lcd connected

[ 27.520] (II) omapfb(0): Output tv connected

[ 27.520] (II) omapfb(0): Using user preference for initial modes

[ 27.520] (II) omapfb(0): Output lcd using initial mode 800x480

[ 27.520] (II) omapfb(0): Output tv using initial mode 720x574

[ 27.520] (II) omapfb(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.

[ 27.520] (II) omapfb(0): XRandR extension initialized

[ 27.599] (--) omapfb(0): Virtual size is 800x574 (pitch 800)

[ 27.599] (**) omapfb(0): Mode "720x574": 13.5 MHz, 15.6 kHz, 25.0 Hz

[ 27.599] (II) omapfb(0): Modeline "720x574"x25.0 13.50 720 732 788 864 574 579 615 625 (15.6 kHz P)

[ 27.599] (==) omapfb(0): DPI set to (96, 96)

[ 27.613] (II) Loading sub module "fb"

[ 27.614] (II) LoadModule: "fb"

[ 27.627] (II) Loading /usr/lib/xorg/modules/libfb.so

[ 27.650] (II) Module fb: vendor="X.Org Foundation"

[ 27.650] compiled for 1.12.4, module version = 1.0.0

[ 27.650] ABI class: X.Org ANSI C Emulation, version 0.4



and here my slim-log:



Code:
slim: waiting for X server to begin accepting connections

Giving up.

slim: unable to connect to X server


slim: waiting for X server to begin accepting connections.

.

Giving up.

slim: unable to connect to X server



and here the x-config:



Code:
Section "Module"

Load "extmod"

Load "dbe"

Disable "glx"

Disable "dri"

Load "dri2"

EndSection


Section "ServerLayout"

Identifier "DefaultLayout"

Screen "Screen0"

EndSection


Section "Screen"

Identifier "Screen0"

Device "OMAPFB"

Monitor "Monitor0"

DefaultDepth 16

SubSection "Display"

Depth 16

Modes "800x480"

EndSubSection

EndSection


Section "Monitor"

Identifier "Monitor0"

EndSection


Section "Device"

Identifier "OMAPFB"

Driver "omapfb"

Option "fb" "/dev/fb0"

EndSection
 
Driver "omapfb"


So did you compiled the omapfb driver the way indicated in my rc.local ?
 
Because of the compiler fault, i grab firstly, just for testing, the omapfb driver from you slackware build.


Well its the same, the Xserver start but show a blank screen with "_" at the left upper corner.



Code:
[ 43.104]

X.Org X Server 1.12.4

Release Date: 2012-08-27

[ 43.105] X Protocol Version 11, Revision 0

[ 43.105] Build Operating System: Linux 2.6.32 armv5tel Debian

[ 43.105] Current Operating System: Linux pandora 3.2.30 #699 Tue Oct 16 03:07:33 EEST 2012 armv7l

[ 43.105] Kernel command line: root=/dev/mmcblk0p1 rw rootwait vram=6272K omapfb.vram=0:3000K mmc_core.removable=0

[ 43.105] Build Date: 30 September 2012 12:49:23PM

[ 43.105] xorg-server 2:1.12.4-1 (Julien Cristau )

[ 43.105] Current version of pixman: 0.26.0

[ 43.105] Before reporting problems, check http://wiki.x.org

to make sure that you have the latest version.

[ 43.105] Markers: (--) probed, (**) from config file, (==) default setting,

(++) from command line, (!!) notice, (II) informational,

(WW) warning, (EE) error, (NI) not implemented, (??) unknown.

[ 43.106] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Nov 10 16:55:27 2012

[ 43.112] (==) Using config file: "/etc/X11/xorg.conf"

[ 43.112] (==) Using system config directory "/usr/share/X11/xorg.conf.d"

[ 43.121] (==) ServerLayout "DefaultLayout"

[ 43.121] (**) |-->Screen "Screen0" (0)

[ 43.121] (**) | |-->Monitor "Monitor0"

[ 43.130] (**) | |-->Device "OMAPFB"

[ 43.130] (==) Automatically adding devices

[ 43.130] (==) Automatically enabling devices

[ 43.145] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.

[ 43.146] Entry deleted from font path.

[ 43.146] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.

[ 43.146] Entry deleted from font path.

[ 43.146] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.

[ 43.146] Entry deleted from font path.

[ 43.148] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.

[ 43.148] Entry deleted from font path.

[ 43.148] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.

[ 43.148] Entry deleted from font path.

[ 43.149] (WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not exist.

[ 43.149] Entry deleted from font path.

[ 43.149] (==) FontPath set to:

/usr/share/fonts/X11/misc,

/usr/share/fonts/X11/Type1,

built-ins

[ 43.149] (==) ModulePath set to "/usr/lib/xorg/modules"

[ 43.149] (II) The server relies on udev to provide the list of input devices.

If no devices become available, reconfigure udev or disable AutoAddDevices.

[ 43.149] (II) Loader magic: 0x401c0cf0

[ 43.149] (II) Module ABI versions:

[ 43.149] X.Org ANSI C Emulation: 0.4

[ 43.149] X.Org Video Driver: 12.1

[ 43.149] X.Org XInput driver : 16.0

[ 43.149] X.Org Server Extension : 6.0

[ 43.149] (WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere.

[ 43.149] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.

[ 43.150] (WW) "dri2" will not be loaded unless you've specified it to be loaded elsewhere.

[ 43.150] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.

[ 43.150] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.

[ 43.150] (II) "glx" will be loaded even though the default is to disable it.

[ 43.150] (II) "record" will be loaded by default.

[ 43.150] (II) "dri" will be loaded even though the default is to disable it.

[ 43.150] (II) "dri2" will be loaded even though the default is to disable it.

[ 43.150] (II) LoadModule: "extmod"

[ 43.156] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so

[ 43.178] (II) Module extmod: vendor="X.Org Foundation"

[ 43.179] compiled for 1.12.4, module version = 1.0.0

[ 43.179] Module class: X.Org Server Extension

[ 43.179] ABI class: X.Org Server Extension, version 6.0

[ 43.179] (II) Loading extension SELinux

[ 43.179] (II) Loading extension MIT-SCREEN-SAVER

[ 43.179] (II) Loading extension XFree86-VidModeExtension

[ 43.179] (II) Loading extension XFree86-DGA

[ 43.179] (II) Loading extension DPMS

[ 43.179] (II) Loading extension XVideo

[ 43.179] (II) Loading extension XVideo-MotionCompensation

[ 43.179] (II) Loading extension X-Resource

[ 43.180] (II) LoadModule: "dbe"

[ 43.180] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so

[ 43.186] (II) Module dbe: vendor="X.Org Foundation"

[ 43.186] compiled for 1.12.4, module version = 1.0.0

[ 43.187] Module class: X.Org Server Extension

[ 43.187] ABI class: X.Org Server Extension, version 6.0

[ 43.187] (II) Loading extension DOUBLE-BUFFER

[ 43.187] (II) LoadModule: "record"

[ 43.187] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so

[ 43.196] (II) Module record: vendor="X.Org Foundation"

[ 43.197] compiled for 1.12.4, module version = 1.13.0

[ 43.197] Module class: X.Org Server Extension

[ 43.197] ABI class: X.Org Server Extension, version 6.0

[ 43.197] (II) Loading extension RECORD

[ 43.197] (II) LoadModule: "omapfb"

[ 43.200] (II) Loading /usr/lib/xorg/modules/drivers/omapfb_drv.so

[ 43.212] (II) Module omapfb: vendor="X.Org Foundation"

[ 43.212] compiled for 1.12.3, module version = 0.1.1

[ 43.212] ABI class: X.Org Video Driver, version 12.0

[ 43.212] (II) omapfb: Driver for OMAP framebuffer (omapfb) and external LCD controllers:

omap1/2/3, S1D13745, HWA742

[ 43.212] (++) using VT number 7


[ 43.227] (WW) Falling back to old probe method for OMAPFB

[ 43.228] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support

[ 43.228] (WW) Error opening /sys/devices/platform/omapfb/ctrl/name: No such file or directory

[ 43.228] (WW) Can't autodetect LCD controller, assuming internal

[ 43.228] (II) LCD controller: internal

[ 43.228] (II) omapfb(0): Base plane capabilities:

[ 43.228] (II) omapfb(0): Base plane supports the following image formats:

[ 43.228] (II) omapfb(0): VideoRAM: 3000KiB (SDRAM)

[ 43.228] (**) omapfb(0): Depth 16, (--) framebuffer bpp 16

[ 43.229] (==) omapfb(0): RGB weight 565

[ 43.229] (==) omapfb(0): Default visual is TrueColor

[ 43.230] (II) omapfb(0): Output LCD using monitor section Monitor0

[ 43.230] (II) omapfb(0): Printing probed modes for output LCD

[ 43.230] (II) omapfb(0): Modeline "800x480"x60.0 36.00 800 868 869 1083 480 519 520 554 (33.2 kHz UP)

[ 43.230] (II) omapfb(0): Output LCD connected

[ 43.230] (II) omapfb(0): Using user preference for initial modes

[ 43.230] (II) omapfb(0): Output LCD using initial mode 800x480

[ 43.230] (II) omapfb(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.

[ 43.231] (II) omapfb(0): XRandR extension initialized

[ 43.246] (--) omapfb(0): Virtual size is 800x480 (pitch 800)

[ 43.247] (**) omapfb(0): Mode "800x480": 36.0 MHz, 33.2 kHz, 60.0 Hz

[ 43.247] (II) omapfb(0): Modeline "800x480"x60.0 36.00 800 868 869 1083 480 519 520 554 (33.2 kHz UP)

[ 43.247] (==) omapfb(0): DPI set to (96, 96)

[ 43.261] (II) Loading sub module "fb"

[ 43.261] (II) LoadModule: "fb"

[ 43.267] (II) Loading /usr/lib/xorg/modules/libfb.so

[ 43.288] (II) Module fb: vendor="X.Org Foundation"

[ 43.288] compiled for 1.12.4, module version = 1.0.0

[ 43.288] ABI class: X.Org ANSI C Emulation, version 0.4



Build failed with:



Code:
./configure: line 11908: syntax error near unexpected token `1.2'

./configure: line 11908: `XORG_MACROS_VERSION(1.2)'



builded with



Code:
./configure --prefix=/usr --enable-neon --host=arm


I will try it on the pandora itselfe
 
See attached a screenshot of Slim :)


well thats a start. I found out that the invokation of the XServer seems to be the problem. But i don't know hot to init the xserver manually with slim and lxde.


Could somebody help me out?

PandoraXfbdev.JPG
 
Last edited by a moderator:
Did you checked Zaxxon's slim config ?


Or maybe you meant, how to go graphical automatically ?
 
Back
Top