maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Ubuntu (https://talk.maemo.org/forumdisplay.php?f=55)
-   -   [WIP] Ubuntu 9.10 on the N900 (https://talk.maemo.org/showthread.php?t=58083)

giannoug 2010-07-15 16:21

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by MohammadAG (Post 752745)
The package already has the watchdog package installed, I forgot to save the config files to make it work though :)
Priority's for the touchscreen atm though

Here!
https://elektranox.org/website/debian_on_n900.html

Jebba had a better aproach though. He modified the init.d files to make the second watchdog kicker start. Both work ;)

aligatro 2010-07-15 16:22

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by MohammadAG (Post 752976)
Code:

root@Nokia-N900:~# cat /etc/X11/xorg.conf
Section "Monitor"
    Identifier "Configured Monitor"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "Configured Video Device"
EndSection

Section "Device"
    Identifier "Configured Video Device"
    Driver "omapfb"
    Option "fb" "/dev/fb0"
    Option "InvY" "True"
EndSection

Code:

root@Nokia-N900:~# cat /usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
    <device>
        <!-- RX-51 -->
        <match key="info.capabilities" contains="input.touchpad">
            <merge key="input.x11_driver" type="string">evdev</merge>
            <merge key="input.x11_options.Calibration" type="string">172 3880 3780 235</merge>
            <merge key="input.x11_options.InvY" type="string">True</merge>
        </match>

Tried InvY, it doesn't seem to be working, any ideas?
Also that calibration thingy is bugging me

Try to create a section for the inputdevice.
Something like this

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "InvY" "True"
EndSection

MohammadAG 2010-07-15 17:34

Re: [WIP] Ubuntu 9.10 on the N900
 
Still pretty much the same.

bonkel 2010-07-15 17:55

Re: [WIP] Ubuntu 9.10 on the N900
 
hmm have had the same problem on my tablet pc...
the device was "stylus" not mouse...
dont know if it help a little bit

AlMehdi 2010-07-16 12:12

Re: [WIP] Ubuntu 9.10 on the N900
 
Wouldn't it be possible to use the same packages as in Easy Debian? Or would that corrupt everything? I know Easy Debian runs LXDE through Xephyr in chroot. So it might not be possible to do the same. Qole might have some ideas about this though.

I am not sure if this two links can help. You have probably already seen them. http://releases.ubuntu.com/10.04/ (It have an armel MX-51 image). And https://wiki.ubuntu.com/ARM/LucidReleaseNotes.

Awesome work though MohammedAG. I'll try this as soon as i get my microSD card.

MohammadAG 2010-07-16 15:41

Re: [WIP] Ubuntu 9.10 on the N900
 
Enabled thumb2 support in the kernel, will test lucid later today hopefully.

Oh and if you want
Code:

nano /etc/rc.local # sudo if doing it inside ubuntu
# Add this line before exit 0, this is one line only:
echo "00:11:22:33:44:55" > /sys/devices/platform/hci_h4p/bdaddr; modprobe -r hci_h4p; modprobe hci_h4p
# CTRL + O to save, CTRL + X to exit

so BT will work on start up

aligatro 2010-07-16 17:16

Re: [WIP] Ubuntu 9.10 on the N900
 
MohammadAG,

I think you should remove files inside /usr/src and /var/apt
They take up a lot of space, (600 MBs uncompressed If i remember correctly). This can probably reduce archive size by about 100-200 MB.

MohammadAG 2010-07-16 17:54

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by aligatro (Post 754083)
MohammadAG,

I think you should remove files inside /usr/src and /var/apt
They take up a lot of space, (600 MBs uncompressed If i remember correctly). This can probably reduce archive size by about 100-200 MB.

Yeah I noticed that I forgot them while extracting it, next version hopefully.
Need to fix the mouse or switch to 10.04 and see it works there.

mankir 2010-07-16 18:03

Re: [WIP] Ubuntu 9.10 on the N900
 
Have you tried to upgrade? I failed in upgrading qole's karmic image, but mouse is working well in Xfce4 in Easy Debian/Chroot. Can you tell us, which rootfs you used and which modifications you made to make it bootable? I also tried to use a rootfs from the Netbook/Arm Lucid, but couldn't chroot in it.

giannoug 2010-07-16 20:56

Re: [WIP] Ubuntu 9.10 on the N900
 
Quote:

Originally Posted by MohammadAG (Post 754124)
Yeah I noticed that I forgot them while extracting it, next version hopefully.
Need to fix the mouse or switch to 10.04 and see it works there.

Also removing man pages and useless locales may help a bit.


All times are GMT. The time now is 16:41.

vBulletin® Version 3.8.8