Released: XBMC Live Atlantis Beta 2
#46
brumela Wrote:
Code:
mount -o loop restrictedDrivers.nvidia.img /mnt/tmp
cp -a /mnt/tmp/* /

Can someone explain what this does? I plan on upgrading my XBMC live USB install soon and planned on just using "aptitude upgrade" but then I saw this. Not sure how it works. Can I just execute this command once I ssh into the XBMC machine?
Supporter of all things Linux, Android, XBMC and NextPVR
Reply
#47
Code:
mount -o loop restrictedDrivers.nvidia.img /mnt/tmp
line mounts the image file as loop device, meaning that you see the files in the image file under /mnt/tmp

Code:
cp -a /mnt/tmp/* /

this copies the directory structure to your root directory.

You can do it also in XBMCLive installation but 1st you need to mount the USB drive to get access to restrictedDrivers.nvidia.img file, e.g. if your USB device partition is /dev/sda1 then just type:
Code:
mount /dev/sda1 /media

The restrictedDrivers.nvidia.img shall be in /media after that.
Reply
#48
Are there any ETA on beta3/rc for the live cd?
Reply
#49
How can we get new ATI drivers ?l
My ATI laptop with Mobile Radeon 9000 chipset does not work with Beta 1 LiveCD
and also trying to fix it with xorg.conf file did not work
or with aticonfig

So how do I NOW get new ATI drivers or how can I install them ?
Many thanks.
Reply
#50
Could you please aditionally put some kind of Norton Commander
clone software in XBMC ?
All this file copying and typing and the right path names etc.
are real annoying, if you need to copy files back and forth
and have to go through directories.

Or how I install something like this myself onto the USB stick
additionally ?
Many thanks.
Reply
#51
You can install midnight commander with apt-get on XBMCLive:
Code:
sudo apt-get install mc
Reply
#52
I wanted to try this, but if it erases the whole hard drive, then screw that! I got lots of movies lol.
Reply
#53
Try the CD only?
If you have problems please read this before posting

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

Image

"Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#."
Reply
#54
l.capriotti Wrote:XBMC Live Atlantis Beta2 has been released and is available at sourceforge.

Main changes since last release:

* updated NVIDIA drivers, 177.78
* enhanced XBMC Live creator, with bug fixes and new functionality such as install to hard disk. WARNING: THE HARD DISK WILL BE COMPLETELY ERASED!

Updated AMD/ATI drivers could not get through this time, they will be ready for next release - or even earlier than that..

Any news about new AMD/ATI drivers ? maybe with v-sync ?
Reply

Logout Mark Read Team Forum Stats Members Help
Released: XBMC Live Atlantis Beta 21