[RELEASE] CrystalHD Linux distributions for Apple TV with UI installer (Win, Linux)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
g00f Offline
Junior Member
Posts: 18
Joined: Oct 2009
Reputation: 0
Post: #501
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
find quote
thnmnt Offline
Senior Member
Posts: 119
Joined: Mar 2010
Reputation: 5
Post: #502
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
find quote
Observer Offline
Junior Member
Posts: 35
Joined: Mar 2011
Reputation: 0
Post: #503
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...
(This post was last modified: 2011-07-03 19:01 by Observer.)
find quote
iamjoe Offline
Junior Member
Posts: 4
Joined: Jan 2012
Reputation: 0
Post: #504
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?
find quote
pumkinut Offline
Posting Freak
Posts: 875
Joined: May 2006
Reputation: 9
Post: #505
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.
find quote
iamjoe Offline
Junior Member
Posts: 4
Joined: Jan 2012
Reputation: 0
Post: #506
I did try to sudo as su but still no luck.
find quote
pumkinut Offline
Posting Freak
Posts: 875
Joined: May 2006
Reputation: 9
Post: #507
What errors are you receiving, and on what steps?
find quote
davilla Offline
Team-XBMC Developer
Posts: 10,397
Joined: Feb 2008
Reputation: 58
Post: #508
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


MediaInfo : http://mediainfo.sourceforge.net/
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
find quote
iamjoe Offline
Junior Member
Posts: 4
Joined: Jan 2012
Reputation: 0
Post: #509
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
find quote
pumkinut Offline
Posting Freak
Posts: 875
Joined: May 2006
Reputation: 9
Post: #510
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.
(This post was last modified: 2012-02-02 01:38 by pumkinut.)
find quote
Post Reply