[LINUX] HOW-TO make a minimal install of Ubuntu on Acer Revo ION in under 25 minutes

  Thread Rating:
  • 1 Votes - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
thescorp Offline
Junior Member
Posts: 18
Joined: Jun 2009
Reputation: 0
Post: #11
Haggy Wrote:Don't boot, just suspend/resume

I have a weird problem, well "problem anyway, when taking it out of suspend. It somehow kills X, so I have to start that again. Which is not really a big issue since I have the DiNovo Mini, but a tad annoying in the long run ^^
find quote
hexland Offline
Member
Posts: 62
Joined: May 2004
Reputation: 0
Location: Los Angeles
Post: #12
thescorp Wrote:I have a weird problem, well "problem anyway, when taking it out of suspend. It somehow kills X, so I have to start that again. Which is not really a big issue since I have the DiNovo Mini, but a tad annoying in the long run ^^

Yup, same here... Suspend leaves a blank screen on resume, and hibernate leaves an X shaped cursor in the center of the screen that won't go away.
find quote
Pete_London Offline
Senior Member
Posts: 196
Joined: May 2009
Reputation: 1
Post: #13
Had dinner with friends last night and am a hungover little puppy this morning... I'll take in some suggestions and update tonight.

What SFTP client do all you Windows users use? I don't want to make this Mac specific, but it's all I've got to play with here since I commandeered my wife's laptop as a Linux test bed.

Pete
find quote
thescorp Offline
Junior Member
Posts: 18
Joined: Jun 2009
Reputation: 0
Post: #14
hexland Wrote:Yup, same here... Suspend leaves a blank screen on resume, and hibernate leaves an X shaped cursor in the center of the screen that won't go away.

Well, I get the terminal with X being dead.

As far as the X shaped cursor when Hibernating, I have an easy fix for that since I have the DiNovo Mini. Flick the mousepointer active, and then click if off again and voila gone.

There is however a fix for getting that cursor removed somewhere on these forums that you can use to fix it. I tried to find it, but cant remember where I saw it ^^

Ill update if i find it.

Edit: Found it: http://forum.xbmc.org/showthread.php?p=3...post339641
(This post was last modified: 2009-07-02 09:09 by thescorp.)
find quote
poserdonut Offline
Senior Member
Posts: 100
Joined: Jun 2009
Reputation: 0
Post: #15
Haggy Wrote:Don't boot, just suspend/resume

I kill the power for all my units during night and when I'm not home. But sure, during the time I'm home and not using it I will suspend/hibernate it.
find quote
Haggy Offline
Team-XBMC Forum Moderator - Retired
Posts: 884
Joined: Mar 2009
Reputation: 0
Location: Wild southern Germany
Post: #16
As for the stuck x cursor - this can be fixed by disabling the hardware cursor (have a look here: http://forum.xbmc.org/showpost.php?p=348252&postcount=2).

X being dead after resume points to some driver issue. Can you have a look at your Xorg.0.log or dmesg after resume. You may pastebin it and show it here.

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.
find quote
poserdonut Offline
Senior Member
Posts: 100
Joined: Jun 2009
Reputation: 0
Post: #17
Pete_London Wrote:Had dinner with friends last night and am a hungover little puppy this morning... I'll take in some suggestions and update tonight.

What SFTP client do all you Windows users use? I don't want to make this Mac specific, but it's all I've got to play with here since I commandeered my wife's laptop as a Linux test bed.

Pete

I use WinSCP to transfer files.
find quote
mulder77de Offline
Junior Member
Posts: 39
Joined: Jun 2008
Reputation: 0
Post: #18
I for myself do it like adding an "exit" after the xbmc call. So, if XBMC crashes, the user get logged out and automatically logged in again, so restarting XBMC.

You can even create a startup-script which is run during resume activity, which kills all running XBMC apps (should be one only), so that XBMC gets restarted by default.

Works great for me!
find quote
Hannes The Hun Offline
Posting Freak
Posts: 1,212
Joined: May 2009
Reputation: 3
Post: #19
maybe we should also integrate the BIOS settings from here http://forum.xbmc.org/showthread.php?tid=53888

ATM I'm playing around with all the "smoothvideo" stuff and some useful xorg parameters, will post some additional settings when I'm done
find quote
pat1975 Offline
Member+
Posts: 92
Joined: Apr 2009
Reputation: 0
Location: RT, Southern Germany
Post: #20
@hannes the hun: This is my xorg.conf (thx to haggy) which is running very good on my Zotac ION.
A you can see, I have a Sony LCD TV-set (like haggy :-) )
Perhaps you have to edit these modelines to match your TV.

Code:
root@htpc01:~# cat /etc/X11/xorg.conf
Section "Device"
  Identifier  "Device0"
  Driver      "nvidia"
  VendorName  "NVIDIA Corporation"
EndSection

Section "Screen"
  Identifier  "Screen0"
  Device      "Device0"
  Monitor     "Monitor0"

  # Fixes issue with modesetting on xbmc
  Option      "ExactModeTimingsDVI"       "True"
  Option      "UseEDIDFreqs"              "False"
  Option      "ModeValidation"            "NoEdidModes, NoMaxPClkCheck, NoEdidMaxPClkCheck, AllowNon60HzDFPModes"

  # Fixes tearing/smoothvideo issues
  Option      "DynamicTwinView"           "False" # disable or you'll get tearing
  Option      "TripleBuffer"              "0" # disable or xbmc will segfault with smoothvideo

  # Misc
  Option      "NoLogo"                    "True"
  Option      "HWcursor"                  "Off"

  DefaultDepth  24
  SubSection "Display"
    Depth       24
    Modes     "1920x1080@50p" "1920x1080@60p" "1920x1080@24p" "1920x1080@59.94i" "1920x1080@59.94p" "1920x1080@60i"
  EndSubSection
EndSection

Section "Monitor"
  # Sony Bravia KDL-40W4000/KDL-40E4000
  Identifier  "Monitor0"

  HorizSync   14.0 - 70.0
  VertRefresh 24.0 - 62.0

  Modeline    "1920x1080@24p"     74.230 1920 2560 2604 2752 1080 1084 1089 1125 +hsync +vsync
  Modeline    "1920x1080@50p"    148.500 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
  Modeline    "1920x1080@59.94i"  74.176 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync Interlace
  Modeline    "1920x1080@59.94p" 148.352 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync
  Modeline    "1920x1080@60i"      74.25 1920 1960 2016 2200 1080 1082 1088 1125 +hsync +vsync Interlace
  Modeline    "1920x1080@60p"    148.500 1920 2008 2056 2200 1080 1084 1089 1125 +hsync +vsync
EndSection

Section "Extensions"
  # fixes tearing with vdpau/vsync
  Option      "Composite"           "Disable"
EndSection

Patrick

XBMC 9.11 (SVN 28275) on minimal Ubuntu 9.04
on ZOTAC ION-A (Atom330 / 4GB / 250GB HDD / Atric Switch / Silverstone LC19 Case)
(This post was last modified: 2009-07-02 13:10 by pat1975.)
find quote
Post Reply