The Following 59 Users Say Thank You to MohammadAG For This Useful Post: | ||
aathava, afaq, aligatro, AlMehdi, b-man, badabing, bigears5000, BrettQ, CepiPerez, ceteigrek, cheve, Chrome, Cue, Dark_Angel85, Dousan, ear0wax, eL.ectron1k, Estel, ezcola, Flynx, frendz07, frostbyte, futtawuh, giannoug, hidetoshi777, HtheB, humble, ikirk, int_ua, ioan, jukzh, kingoddball, kornolio, lostinmirkwood, LTman, Magik, manojkumaru, Marcus, mautz001, mothmanex, mrp, mveplus, Nokia7Linux, noobmonkey, OptX, rjneid, simurg, skykooler, tetris11_, Trek1701, uppercase, vkv.raju, wumpwoast, XNT, xopher, zvogt |
|
2010-07-15
, 12:27
|
|
Posts: 334 |
Thanked: 171 times |
Joined on Dec 2009
|
#52
|
|
2010-07-15
, 12:45
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#53
|
|
2010-07-15
, 12:48
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#54
|
Nice
I don't want to mess with watchdog killing (again), so I think I'll wait for you to fix the watchdog kicker Take a look at the watchdog package from the main repos, it does the work
|
2010-07-15
, 13:30
|
|
Posts: 203 |
Thanked: 201 times |
Joined on Jun 2010
@ Ecuador
|
#55
|
|
2010-07-15
, 14:23
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#56
|
Option "FlipXY" "boolean"
Enable/disable swapping the X and Y axes. This transformation
is applied after the InvX, InvY and AngleOffset transformations.
Default: off.
Option "InvX" "boolean"
Invert the X axis. Default: off.
Option "InvY" "boolean"
Invert the Y axis. Default: off.
The Following User Says Thank You to aligatro For This Useful Post: | ||
|
2010-07-15
, 14:27
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#57
|
The Following User Says Thank You to MohammadAG For This Useful Post: | ||
|
2010-07-15
, 14:46
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#58
|
|
2010-07-15
, 14:52
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#59
|
Why do I have a feeling that I am on his ignore list? Did anyone try to invert pointer from xorg.conf? Did it fix the problem ? I can't check it myself right now because I forgot to take my microusb cable.
|
2010-07-15
, 16:18
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#60
|
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
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>
MD5Sum: a76ada218fac7d014115f38d7dfb14b3
(First of all, thanks to xnt14 for allowing me to host the file and giving me a subdomain - I've moved my files to http://mohammadag.xceleo.org/public/ so you can find everything from me there, again, thanks)
Mouse working! See this
Note: as I said above, the mouse pointer is broken, this does NOT seem to be a calibration but a kernel module one, or a broken X/xorg configuration file, the pointer works fine in Fedora 12 and Mer, so I'm assuming this is a cannonical modified X problem, need assistance on this as Ubuntu is be very unusable with a broken pointer.How unusable is unusable? The pointer is flipped, so up is down, the top part of the screen moves the pointer to the bottom side, and the far ends of the screen cannot be tapped without pressure on the bottom side of the screen, again, I need help from someone who knows C to fix this.Quick instructions, I'm not really into sfdisk so the instructions are based on gparted, if anyone feels the instructions could be better then please feel free to post what you want
1. Connect the N900 to a PC running linux (Live CDs/Virtual machines will suffice).
2. Use gparted to partition the N900's MicroSD card, the image is 2.3GBs uncompressed, so you'll need at least 2.5GBs to run Ubuntu (3GBs if you want extra space for /home or apps).
3. Unpack the tar.bz2 into the root of the partition, an easy way to do this would be to use file-roller, the defualt archive manager in Ubuntu.
4. Disconnect the N900 from your PC.
5. Open terminal, type ls /dev/mmcblk1* to see the partitions on your MicroSD.
Assuming your partition is /dev/mmcblk1p2..
Reboot, and pick Ubuntu in the bootmenu and gnome desktop should start.
Edit: oh and to get BT working (thanks giannoug)
Last edited by MohammadAG; 2010-07-17 at 10:03.