(Update: the short unswer is that when you add a 64 bit repositoty you don't specify the architecture, in this case amd64, explicitly -- see below for details)
Hi folks
I am only 24 hours into the 64 bit experience, so sorry if this is a silly question. I am trying to watch my dvd's, stored in iso files. This works great with vlc in 64 bit. But VLC is crashing when opening a dvd in 64 bits. I am thinking that maybe there is a problem with the repository I am using.
I have every repository that the fresh install configures, and then I added Medibuntu. I am wondering if I screwed up there. I just went to the medibuntu site and used the generic instructions:
I wonder if I did something silly? Do you need to specify that ou want the 64 bit arch packages when you add a repository? Or is this taken care of for you transparently? Any help would be appreciated.
In the meantime, I have a 32 bit parallel install in another partition, so i can tweak things until i am happy and then switch to 64 bit for performance :-)
Libdvdcss2 is installed, so dvd's should play in vlc.
Thanks in advance!
Hi folks
I am only 24 hours into the 64 bit experience, so sorry if this is a silly question. I am trying to watch my dvd's, stored in iso files. This works great with vlc in 64 bit. But VLC is crashing when opening a dvd in 64 bits. I am thinking that maybe there is a problem with the repository I am using.
I have every repository that the fresh install configures, and then I added Medibuntu. I am wondering if I screwed up there. I just went to the medibuntu site and used the generic instructions:
Code:
sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update
In the meantime, I have a 32 bit parallel install in another partition, so i can tweak things until i am happy and then switch to 64 bit for performance :-)
Libdvdcss2 is installed, so dvd's should play in vlc.
Thanks in advance!
Comment