Page 51 of 86 FirstFirst ... 41495051525361 ... LastLast
Results 501 to 510 of 858

Thread: Installing on the Dell Mini 12

  1. #501
    Join Date
    Dec 2008
    Beans
    123

    Re: Installing on the Dell Mini 12

    1. That's the one. If you're not that familiar with the command line, it will not be an easy one to install. In addition to the problems I mentioned before, X won't start in VESA mode without the HorizSync/VertRefresh fix documented early in this thread. Also, I had to add cdrom-detect/try-usb=true to the boot options for the rescue mode. But give it a try. You will learn a lot, and I'd be happy to help you if you get stuck.

    2. You could use a text editor. Or, my favorite: cp /dev/null /etc/X11/xorg.conf (although I take it back: I did have to add myself to the 'video' group for stuff that uses DRI)
    Last edited by kylecronan; May 7th, 2009 at 07:31 AM.

  2. #502
    Join Date
    Feb 2006
    Location
    Brooklyn, NY, USA
    Beans
    211
    Distro
    Ubuntu 6.06

    Re: Installing on the Dell Mini 12

    kylecronan, thanks very much for the offer of help. I may take you up on it in the near future if I get totally stuck. But I'm optimistic that I'll be able to install it.

  3. #503
    Join Date
    Feb 2006
    Location
    Brooklyn, NY, USA
    Beans
    211
    Distro
    Ubuntu 6.06

    Re: Installing on the Dell Mini 12

    Quote Originally Posted by kylecronan View Post
    (although I take it back: I did have to add myself to the 'video' group for stuff that uses DRI)
    How do you add yourself to the 'video' group?

  4. #504
    Join Date
    Dec 2008
    Beans
    123

    Re: Installing on the Dell Mini 12

    The simplest way is to use the "Users and Groups" control panel under "Administration" (or sudo vigr).

  5. #505
    Join Date
    Jan 2009
    Beans
    43

    Re: Installing on the Dell Mini 12

    With regards to getting the lpia image to install - I ended up doing a network install using a PXE boot with appropriately configured DHCP and TFTP servers. That process is beyond the scope of this discussion - I'm sure a standard USB-stick install would work fine.

    You can actually get the kernel to install from the installer with just one command-line trick - the installer will complain that it can't find a kernel. Tell it to continue with the installation. Then, when you get to the next screen (selecting packages, as I recall), go over to another virtual terminal (Alt+F2, I think) and, at the prompt, type "apt-get install linux-lpia". This will install the kernel, and then you can continue with the rest of the OS installation as usual. NOTE - you want the 'desktop' packages but NOT the 'mobile' packages, they conflict with eachother!

    Sheesh. For all the polish that the rest of Ubuntu receives, the release engineering for this particular piece really stinks.

  6. #506
    Join Date
    Dec 2008
    Beans
    123

    Re: Installing on the Dell Mini 12

    Yeah if you do a net install you don't have the issue with conflicting packages causing the install to fail (just the missing kernel). They must have fixed the lpia packages after the release was done.

    Have you been able to get mplayer-vaapi working with this driver? I got it compiled, and when I play a file it opens up the psb_drv_video stuff just fine, but then I get this error:

    Code:
    VDec: vo config request - 368 x 480 (preferred colorspace: Planar YV12)
    Could not find matching colorspace - retrying with -vf scale...
    Opening video filter: [scale]
    The selected video_out device is incompatible with this codec.
    Any idea why it would do that?

  7. #507
    Join Date
    Jan 2009
    Beans
    43

    Re: Installing on the Dell Mini 12

    Quote Originally Posted by kylecronan View Post
    Code:
    VDec: vo config request - 368 x 480 (preferred colorspace: Planar YV12)
    Could not find matching colorspace - retrying with -vf scale...
    Opening video filter: [scale]
    The selected video_out device is incompatible with this codec.
    Any idea why it would do that?
    No, I don't. I havn't compiled a new version; I'm using the one I built a few months back (20090123). Are you using the version of libva that comes with Intrepid, or the one on the mplayer-vaapi website?

  8. #508
    Join Date
    Dec 2008
    Beans
    123

    Re: Installing on the Dell Mini 12

    Quote Originally Posted by brteag00 View Post
    No, I don't. I havn't compiled a new version; I'm using the one I built a few months back (20090123). Are you using the version of libva that comes with Intrepid, or the one on the mplayer-vaapi website?
    I installed the libva debs from the mplayer-vaapi website. I had to use --force-depends to get the libva-dev package to install, but I figure that's probably okay if it compiled.

  9. #509
    Join Date
    Jan 2009
    Beans
    43

    Re: Installing on the Dell Mini 12

    Quote Originally Posted by kylecronan View Post
    I had to use --force-depends to get the libva-dev package to install, but I figure that's probably okay if it compiled.
    Yeah, I did too.

    I just built the newest mplayer-vaapi, and it seems to work fine as well.

    From my (admittedly limited) experience with video decoding, your "could not find matching color space" error sounds like a problem with Xv or XvMC. Are you sure you've got all your permissions, etc. correct? Ie, hardware-accelerated 3D works? Also check your /var/log/Xorg.0.log for errors. Beyond that, I'm not sure what to suggest...

  10. #510
    Join Date
    Dec 2008
    Location
    Calw (Stuttgart), Germany
    Beans
    111
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Installing on the Dell Mini 12

    Wow this went really fast now, maybe they can do this for Jaunty, too? Do you know who is reponsible for the PPA?

Page 51 of 86 FirstFirst ... 41495051525361 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •