XBMC Community Forum
[RELEASE] CrystalHD Linux distributions for Apple TV with UI installer (Win, Linux) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Linux and Live support (/forumdisplay.php?fid=52)
+---- Thread: [RELEASE] CrystalHD Linux distributions for Apple TV with UI installer (Win, Linux) (/showthread.php?tid=97949)



no video on my sony xbr CRT - g00f - 2011-07-02 19:49

Any suggestions on getting my atv1 running with HD on this TV.

I changed the res to 720p as I know this TV just does 1080i, so figured 720p would be good, but have spent last 24 hours trying and reading various forums to try and reset video in SSH...but nothing working when I try and change the setting in "guisettings" .

I got a cottage full of friends waiting for me to get the entertainment running....Shocked .

Any advice appreciated.

g


- thnmnt - 2011-07-02 23:12

to change the resolution (and output type i.e. hdmi, component, composite) you need to edit the mode lines in xorg.conf. Try this post:

http://forum.xbmc.org/showthread.php?tid=54685


- Observer - 2011-07-03 08:25

thnmnt Wrote:to change the resolution (and output type i.e. hdmi, component, composite) you need to edit the mode lines in xorg.conf. Try this post:

[LINUX] HOW-TO setup XBMC and Linux with correct resolution (xorg.conf)

I looked at this post and can't get much of it to run on the Crystalbuntu distribution, even just setting up the Options in the xorg.conf and rebooting and looking in the /var/log/Xorg.0.log, but never get the supported modes listed out.

The guide does say:
Quote:IMPORTANT!
This guide asumes you are running a xbmc-live 9.04 which
also means Ubuntu Jaunty 9.04 with Nvidia restricted drivers 185.18.14

Were Running Nvidia Drivers 100.14.19, so we are well behind the curve and possibly supported Options capabilities ? Just to get Audio over HDMI (needed for TrueHD)!

I generally know that the screen supports 1920x1080_60_0, 1920x1080_24 & 1920x1080_30 mode lines, but all I get when I try is:

Code:
(WW) NVIDIA(0): No valid modes for "1920x1080_60_0"; removing.
(WW) NVIDIA(0): No valid modes for "1920x1080_24"; removing.
(WW) NVIDIA(0): No valid modes for "1920x1080_30"; removing.
(WW) NVIDIA(0):
(WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
(WW) NVIDIA(0):     "nvidia-auto-select".

and it drops my resolution to 800x600 !

I have a post at the end of that thread, but no responses yet...


username/passwords for ssh login to recompile spotyxbmc2 - iamjoe - 2012-01-31 23:28

I logged in with atv/atv but I do not have permissions to build the spotify build that can be found here
http://stmlabs.com/forum/topic/recompile-for-spotyxbmc2

Any help for a new guy?


- pumkinut - 2012-01-31 23:56

I'm guessing you're going to need to sudo at least some of those commands, as they need root permissions to complete, mount comes to mind as one of them along with commands like chroot.


- iamjoe - 2012-02-01 04:07

I did try to sudo as su but still no luck.


- pumkinut - 2012-02-01 05:01

What errors are you receiving, and on what steps?


- davilla - 2012-02-01 06:19

iamjoe Wrote:I did try to sudo as su but still no luck.

su is not sudo. do not change to user root with su Smile


- iamjoe - 2012-02-01 19:17

I logged into atv with atv/atv

I tried to run sudo -s wget http://download.stmlabs.com/atv-images/buildbox.tar.gz

and I got


[sudo] password for atv:
/usr/bin/wget: /usr/bin/wget: cannot execute binary file


- pumkinut - 2012-02-02 01:36

iamjoe Wrote:I logged into atv with atv/atv

I tried to run sudo -s wget http://download.stmlabs.com/atv-images/buildbox.tar.gz

and I got


[sudo] password for atv:
/usr/bin/wget: /usr/bin/wget: cannot execute binary file
Annnnd you used sudo there....why? You can execute wget with user permissions. You need to read more on permissions and how to use Linux as an OS before you proceed.

When I tried the wget command as user atv, it started downloading just fine....as expected. There are some commands, as I pointed out earlier that need elevated privileges, but not all of them. You need to read up and actually understand what it is you want to do. The way you're trying to progress right now will, more than likely, end up with you breaking your setup.