Home
Forum
Help
Login
Register
XO Laptop Shop
Forum Staff
OLPC News
OLPC News Forum
»
XO Laptop
»
XO Hacks
»
Other Operating Systems
»
Ubuntu 8.10 (Intrepid) for XO
Welcome,
Guest
. Please
login
or
register
.
Get your own OLPC -
Buy an XO laptop on eBay
!
Pages:
1
...
38
39
40
[
41
]
42
43
44
...
50
« previous
next »
Print
Author
Topic: Ubuntu 8.10 (Intrepid) for XO (Read 558893 times)
#600
Re: Ubuntu 8.10 (Intrepid) for XO
mavrothal
Administrator
OLPC News Forum Expert
Posts: 1289
October 23, 2009, 12:59:54 PM
Quote from: kenf on October 23, 2009, 11:07:17 AM
I may not have been clear about this in the previous post.
Quote
Pressing the "Frame" button has no effect on the screen. Does it need some special configuration to work?
No.
Check the /home/olpc/.xbindkeysrc file. Somewhere towards the end should say
Code:
"toggle_color.sh"
c:147
If not add the lines and reboot to take effect. If it does, check that the /usr/bin/toggle_color.sh file. It should look like this
Code:
#!/bin/bash
j=0
read i < /sys/devices/platform/dcon/output
if [ "$i" == "0" ]
then
j=1
fi
echo "$j" > /sys/devices/platform/dcon/output
If ok check that you do not have a stuck key.
To check if is the key in the terminal type
Code:
echo "1" > /sys/devices/platform/dcon/output
to get the B&W screen and
Code:
echo "0" > /sys/devices/platform/dcon/output
to go back to color. Or run the script from the terminal by typing
Code:
toggle_color.sh
«
Last Edit: October 23, 2009, 02:18:04 PM by mavrothal
»
Logged
XO-1: Is never going to run Flash, but is certainly flashy!
(If you want Flash, get an XO-1.5 running OLPC 11.2.0 or
XOpup
)
#601
Re: successes += 1
metal.lunchbox
Senior Contributor
Posts: 149
October 23, 2009, 11:58:36 PM
Quote from: john-l on October 12, 2009, 01:40:39 PM
I decided to create the swap file on the USB thumb drive. I realize that that is another solid state device, but I feel it is a less critical one. After enabling the swap file, I do think I've noticed reduced application latency, although it's hard to be sure. One thing I would like to be able to do is add hooks to the device detection mechanism that automatically turns swap on when the USB drive is plugged in, and turns the swap off before unmounting the USB drive. I think this would involve two things:
Interfacing with the subsystem that detects and mounts devices
Adding the swap activation and deactivation commands to the sudoers file as commands that can be executed without a password
I'm not horribly familiar with either of those mechanisms, so if anyone wanted to work with me on that (or point me to some documentation), it could be fun.
That sounds like a job for
halevt
. Its a daemon that executes arbitrary commands upon hal-detected events, i.e. when a device is physically connected or disconnected. It is mostly used to automount usb drives for users who want something really lightweight ( those not using a desktop environment like gnome, kde, or xfce (awesome users for instance). I just discovered it myself so i can't give alot of specific info but it seems like you could use halevt to execute swapon when your usb drive is connected and swapoff when disconnected.
james
Logged
xoxoxoxoxo
#602
Re: Ubuntu 8.10 (Intrepid) for XO
Adrienne
New
Posts: 4
October 24, 2009, 01:18:23 PM
I just attempted to install Teapot's Intrepid build.
I got as far as the reboot step, and got the error message:
KERNEL PANIC - NOT SYNCING: VFS: UNABLE TO MOUNT ROOT FS ON UNKNOW-BLOCK(0,0)
I am indeed using an SD card, so if anyone has any other advice, I'd appreciate it.
Logged
#603
Re: Ubuntu 8.10 (Intrepid) for XO
RoboRay
Contributor
Posts: 31
October 24, 2009, 04:10:52 PM
To Teapot who made Ubunto on the XO work and Mavrothal and the others who have done so much to support it, THANK YOU, THANK YOU, THANK YOU! You have turned a nearly useless (to me) "toy" into an extremely capable and very useful device.
I first ran across the
http://wiki.laptop.org/go/Ubuntu_Intrepid_for_the_XO
page several months ago but (as a linux noob) I was daunted by the vast and rambling forum thread discussing installation. I noted at the time a cry for help buried at the bottom of the wiki page, asking for somebody to put together a summary of the instructions as "
nobody should have to read a 30+ forum thread just to make sure they're installing it right.
" That told me I wasn't alone in wanting to try Ubuntu on the XO but feeling out of my depth to even get started. But, having played around a bit recently with Ubuntu and OpenSUSE on an old Dell laptop, I figured I had nothing to lose but time in digging through the posts to try and figure this out.
Having spent a few days doing just that, I wanted to try and help other potential Intrepid users who were overwhelmed by the size of the forum thread. I took the posted installation instructions, along with some important updates, extras and fixes, reorganized it a bit, and added it to the wiki. I'd appreciate it if some of the more knowledgeable users review the wiki post to ensure I haven't messed anything up. I do intend to continue following this thread to keep the wiki current and flesh it out with additional information. as needed.
Logged
#604
Re: Ubuntu 8.10 (Intrepid) for XO
Adrienne
New
Posts: 4
October 24, 2009, 09:38:28 PM
Robo ... where did you add it to the wiki?
Logged
#605
Re: Ubuntu 8.10 (Intrepid) for XO
RoboRay
Contributor
Posts: 31
October 24, 2009, 10:14:58 PM
Hmm... I just checked it on a different computer and it's not there, but it does show up on the one from which I added it. My changes are visible under Edit History, although they aren't showing up on the main page.
I guess they run a strange wiki. I'll try to figure it out.
Logged
#606
Re: Ubuntu 8.10 (Intrepid) for XO
kenf
New
Posts: 3
October 24, 2009, 10:18:19 PM
I found the problem. I had created a new user, and I was logged in as that user, who was not a member of group video. When I added the user to group video everything worked.
Thanks.
Ken
Logged
#607
Re: Ubuntu 8.10 (Intrepid) for XO
mavrothal
Administrator
OLPC News Forum Expert
Posts: 1289
October 24, 2009, 11:25:14 PM
Quote from: Adrienne on October 24, 2009, 01:18:23 PM
I just attempted to install Teapot's Intrepid build.
I got as far as the reboot step, and got the error message:
KERNEL PANIC - NOT SYNCING: VFS: UNABLE TO MOUNT ROOT FS ON UNKNOW-BLOCK(0,0)
I am indeed using an SD card, so if anyone has any other advice, I'd appreciate it.
If you did it more that once and you follow EXACTLY the instructions try to give as many details as possible of what you did, eg in what machine, cards, all the steps, etc. Tell us if any messages appeared during the installation process.
As you can see this is not a common problem... so try to give enough details of what you did so someone may reproduce it(!!!)
My first guess would be some problem with the SDcard formatting.
Logged
XO-1: Is never going to run Flash, but is certainly flashy!
(If you want Flash, get an XO-1.5 running OLPC 11.2.0 or
XOpup
)
#608
xfce4-panel vanished ------ how to permanently disable wireless network
grey-haired-xo-user
Commenter
Posts: 8
October 25, 2009, 01:35:18 PM
hello all! first of all thank you very much for teapots ubuntu and all the support. its an amazing little system and great for my first linux steps.
i encountered a problem though:
after logging in, the xfce4-panels had disappeared.
they were only small grey stripes in the upper left corner. i right clicked one of those, and set all the preferences again, but it is not like the original anymore. (no firefox-icon above,no networkmanager on the bottom right..)
1. how do i reset the xfce4 panels back to its original states?
2. is there a way to disable wireless networking on startup?
(and, if you find the time:)
3. how do i stretch fullscreen games like NetPanzer to actual fullscreen?
thanks so much in advance,
Horst
«
Last Edit: October 25, 2009, 01:38:49 PM by grey-haired-xo-user
»
Logged
#609
Re: xfce4-panel vanished ------ how to permanently disable wireless network
mavrothal
Administrator
OLPC News Forum Expert
Posts: 1289
October 25, 2009, 03:28:41 PM
Quote from: grey-haired-xo-user on October 25, 2009, 01:35:18 PM
1. how do i reset the xfce4 panels back to its original states?
If they are ersed they are gone... You can only reinstall from the original or remake them (right click-> add to panel.)
Quote
2. is there a way to disable wireless networking on startup?
(and, if you find the time:)
Menu->Settings->Startup applications
Quote
3. how do i stretch fullscreen games like NetPanzer to actual fullscreen?
You don't. Teapot's version does not support multiple screen resolutions.
Logged
XO-1: Is never going to run Flash, but is certainly flashy!
(If you want Flash, get an XO-1.5 running OLPC 11.2.0 or
XOpup
)
#610
Re: Ubuntu 8.10 (Intrepid) for XO
RoboRay
Contributor
Posts: 31
October 25, 2009, 08:08:50 PM
Ok, it looks like the additions I made to the
http://wiki.laptop.org/go/Ubuntu_Intrepid_for_the_XO
wiki are finally showing up correctly. I would still appreciate it if somebody with more linux and OLPC knowledge than myself reviews the wiki to make sure I didn't screw anything up.
Logged
#611
Re: Ubuntu 8.10 (Intrepid) for XO
Adrienne
New
Posts: 4
October 25, 2009, 09:34:08 PM
Quote from: mavrothal on October 24, 2009, 11:25:14 PM
If you did it more that once
I skipped the vital step of trying the reboot again. Thanks for the help.
Logged
#612
Re: Ubuntu 8.10 (Intrepid) for XO
blend
Commenter
Posts: 9
October 25, 2009, 11:44:07 PM
Is the link to the torrent file for olpc intrepid working?
http://mars.illtel.denver.co.us/~abelits/torrents/OLPCFiles-intrepid-20081130.tar.bz2.torrent
I get a error message when I try to get the torrent, I've been able to use this link a few times before successfully, does anyone else have a alternative?
Logged
#613
Re: Ubuntu 8.10 (Intrepid) for XO
mavrothal
Administrator
OLPC News Forum Expert
Posts: 1289
October 26, 2009, 12:09:00 AM
Quote from: blend on October 25, 2009, 11:44:07 PM
Is the link to the torrent file for olpc intrepid working?
http://mars.illtel.denver.co.us/~abelits/torrents/OLPCFiles-intrepid-20081130.tar.bz2.torrent
It would appear that the server (mars.illtel.denver.co.us) is down. Let's hope that is a temporary problem and teapot did not give it up altogether...
Give it a day first and then let's consider plan B (people with the original files may put them up elsewhere)
Logged
XO-1: Is never going to run Flash, but is certainly flashy!
(If you want Flash, get an XO-1.5 running OLPC 11.2.0 or
XOpup
)
#614
Re: Ubuntu 8.10 (Intrepid) for XO
RoboRay
Contributor
Posts: 31
October 26, 2009, 01:46:49 AM
I've got the original file, as do others, no doubt. I'm sure we can get a new torrent up and running pretty quickly, even if Teapot isn't available to do it.
That said, if we do have to create a new torrent, this might be a good time to roll in some updates, like Firefox 3.5 and some of the various little fixes and tweaks that have come along.
Logged
Pages:
1
...
38
39
40
[
41
]
42
43
44
...
50
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
OLPC G1G1 Information
-----------------------------
=> G1G1 Introduction
===> First Impressions
===> G1G1 Europe
===> XO Shipping - USA
===> XO Shipping - Canada
===> XO Shipping - Problems
=> XO User Groups
===> OLPC Canada
===> OLPC Learning Club DC
===> XO Europe User Group
===> Assistive Technology Group
=> OLPC Publicity
-----------------------------
XO Laptop
-----------------------------
=> XO Laptop Help
===> User Guide
===> Internet & Mesh Networking
===> Sugar & Linux
===> Battery & Power
===> T-Mobile HotSpot
=> XO 1.5 Laptop
=> XO Activities
===> Activities Development
===> Games!
===> eBooks
===> Music & Radio
===> Jabber & Chat
=> XO Hacks
===> Hardware Modifications
===> Other Operating Systems
=> XO Accessories
===> USB Memory Sticks & SD Cards
===> USB Adapters & Attachments
=> XO Problemo
===> Hardware Trouble
===> Keyboard
=> XO MISC
-----------------------------
OLPC Outreach
-----------------------------
=> Press & Blogs
=> Your Opinion
=> Promoting OLPC to Schools
-----------------------------
Other Devices
-----------------------------
=> Asus Eee PC
=> Classmate and 2go PC
=> Other 4P Computers
Stats
Members
Total Members: 2406
Latest:
sembik
Stats
Total Posts: 31943
Total Topics: 3843
Online Today: 28
Online Ever: 238
(April 18, 2011, 09:48:50 PM)
Users Online
Users: 0
Guests: 17
Total: 17
Loading...