Thursday, February 16, 2012

Add Plasma Active Two to Nemo Mobile on ExoPC

My Japanese Blog Link 1
My Japanese Blog Link 2
My Japanese Blog Link 3

I added Plasma Active Two to Nemo Mobile.
This way is similar to "Add Nemo Mobile to MeeGo 1.3 Snapshot".
(This Blog Related Article)

I used Nemo Mobile 2012-02-09 img.

1. Install Nemo Mobile.
2. Add Plasma Active Repository.
I referred to Repository from Plasma Active Devel 2012-02-09 (Mer) img .ks file.
Set to /etc/zypp/repos.d/*.repo .

Nemo Mobile and Plasma Active use some same repository.

3. Install Plasma Active Packages.
I referred to Installed Packages form Plasma Active Devel 2012-02-09 (Mer) img pkgs.txt file.

# zypper ref
# zypper in plasma-active
(And Dependent Packages 200 in total.)

Next Add Packages.
# zypper in ConsoleKit alsa-plugins-pulseaudio alsa-utils bangarang boost-filesystem boost-serialization boost-system contour dbus-python encfs glib-networking gnutls gst-plugins-good iodbc kde-runtime-desktoptheme kde-runtime-netattach kde-runtime-newstuff kde-runtime-solid kde-runtime-sounds kdialog kmix less libdeclarative-multimedia libkipi libkipi8 libqtdeclarative4-gestures lskat libsoup libtasn1 pulseaudio-policy-enforcement pygobject2 rlog strace xorg-x11-drv-fbdev

4. Create .desktop File.
I referred to Repository from Plasma Active Devel 2012-02-09 (Mer) img .ks file.

I created /usr/share/xsessions/plasma-active.desktop .

[Desktop Entry]
Version=1.0
Name=Plasma Active
Exec=/usr/bin/startactive
Type=Application

5. Default UX Setting.
Link change .desktop file.

# cd /usr/share/xsessions/
# ln -sf plasma-active.desktop default.desktop
Before Set: default.desktop -> X-MEEGO-HS.desktop (Nemo Mobile)
After Set: default.desktop -> plasma-active.desktop

6. Reboot OS or Kill "X Server" Process.
7. Running Plasma Active Two.

Monday, February 6, 2012

Mer and MeeGo on ExoPC Photos

Multiboot Mer and MeeGo on ExoPC.

Mer (Nemo Mobile, Plasma Active Two, XBMC, Razor-qt, XFCE).
UX is on same Mer environment. Change UX and run it.

Nemo Mobile


Plasma Active Two




XBMC on Plasma Active


Razor-qt



XFCE

Wayland Compositor on XFCE



MeeGo 1.2 (Netbook UX, IVI UX).
Netbook UX and IVI UX runs at the same time.

Netbook UX


IVI UX


Netbook UX Menu on IVI UX

Thursday, February 2, 2012

Continuation Nemo Mobile on Intel Atom E6xx

Previous Article
My Japanese Blog Link

I retried Nemo Mobile on Intel Atom E6xx.

1. Nemo Mobile install.
2. Add Repository MeeGo 1.2.0 to Nemo Mobile.
3. Packages install
# zypper ref
# zypper in zypper in emgd-bin emgd-gui kernel-adaptation-intel-automotive
xorg-x11-server-Xorg-setuid yum

4. Zypper Repository Setting to YUM
# zypper lr -e /etc/yum.repos.d/nemo.repo

New content here
5. Packages Downgrade
# yum downgrade xorg-x11-drv-evdev xorg-x11-server
xorg-x11-server-common xorg-x11-server-Xorg-setuid
(Version Change X Server 1.10 to 1.9 (from MeeGo 1.2.0))

No downgrade Mesa Packages.
(Version Leave Mesa 7.11 (from Mer Core))

6. Setting File
/etc/X11/xorg.conf

New content here
7. Runlevel Setting
This setting forgot to write in previous article.
Edit /etc/inittab

id:3:initdefault:
to
id:5:initdefault:

Default Boot Runlevel 3.
Runlevel 3 to Runlevel 5.
Maybe, after installing kernel-adaptation-intel-automotive.

or

Boot Option "5" add.

or

CUI Login.
# uxlaunch

8. Boot Nemo Mobile. Use kernel-adaptation-intel-automotive.
Nemo Mobile Running on Intel Atom E6xx.

Appendix.
Cannot use other tty (CUI) in Runlevel 5.
Not autostart sshd.
Maybe, after installing kernel-adaptation-intel-automotive.

Manual start
# /usr/sbin/sshd

But output Error Messages : GSS Relation.

/etc/ssh/sshd_config
GSS relatation comment out.

Manual started sshd OK.