Posts: 34
Joined: Aug 2009
Reputation:
0
Great, thanks! I'll try tonight when I get home. I want to see if that might fix my playback issues I'm having with 1080p material. For some reason the images stutter during playback, while audo does not. CPU use is low, so I know VDPAU is working...I've got adjust resfresh rate selected, but that doesn't seem to help any.
Posts: 814
Joined: Oct 2004
Reputation:
6
I am stumbling at step 1.... Do I need 32 bit or 64 bit ubuntu?
I googled and it seems 64 works, but 32 is recommended?
Posts: 814
Joined: Oct 2004
Reputation:
6
It is running. I still have some issues and questions, for which I opened a new thread. A lot of thanks for this script!
Some feedback from a complete linux noob:
-I didnt know to choose between 32bit or 64 bit ubuntu
-a screen popped up: alsamixer - didnt know how to proceed and pressed escape. Now 5.1 audio works (optical cable to amp) but mp3 files have no audio. Did I mess up?
-I chose expert install (not very smart - but i always do this in windows as well. Wanted to see if I could choose between filesystems but didnt see that option) I chose basic ubunti server, openssh and samba only but I did see openoffice fly by on screen. Guess I won't need it, but does it hurt?
Posts: 106
Joined: Apr 2008
Reputation:
0
Hello, and thanks for the feedback so far.
Just came home from vacation and will look into the different replies to see what has to be improved further.
Keep the testing and feedback coming!
Posts: 814
Joined: Oct 2004
Reputation:
6
2009-08-26, 18:30
(This post was last modified: 2009-08-27, 00:22 by kees667.)
Sound is working now by the way. I had to set iec958 as default audio device (asrock 330) which was a little confusing as there is no dropdown menu.
Also wondered which XBMC version I have now, I guess latest stable.
Under programs I have no SVN Repo Installer, will google for that. - found it in the root but I cant delete it
I don't know what this does: "chown -R xbmc:xbmc" but does it mean the password for xbmc must also be xbmc? mine isnt so that would explain.
Last: if there is a new stable version, can I just run the script again?
Posts: 3
Joined: Aug 2009
Reputation:
0
chown stands for "change ownership" it allows you to set file level permissions to the user and group e.g. xbmc:xmbc (user:group)
So the command: chown -R xbmc:xmbc "SVN Repo Installer"
is recursively (-R) setting the "SVN Repo Installer"
directory to be owned by the xbmc user and group.
Posts: 3
Joined: Aug 2009
Reputation:
0
sorry forgot to say, it has nothing to do with your password. If you need to change that (which you probably don't if your running commands) you can run the "passwd" command.