Archive for the 'laptop' Category

Watching HD Media on Linux made easy

h1_camcorder_1

This article is presented to you by LaptopLogic.com. Go there to read the latest info on the top rated laptops and the best laptop accessories.

The High Definition (HD) content is everywhere these days, from HD and Blue Ray Discs to streaming HD media. Although HD content gives best picture quality, it also uses a lot of computational power to decode and play.

This was made easy for Windows by the introduction of new drivers from graphics card manufacturers, Nvidia and ATI, which allowed the whole media to be decoded on the dedicated graphics card, saving cost in computational power, and the need to have a stronger processor.

nvidia graphicsNvidia recently released a new set of drivers for Linux supporting PureVideo technology for its line of graphics hardware, enabling full hardware HD-decoding, and giving smooth HD content playback, even on less powerful computers. The 180 series supports PureVideo decode acceleration. These drivers adds a new VDPAU API, which provides PureVideo like features on Linux, adds CUDA support, X Render optimizations, new workstation performance optimizations and some other improvements. The new versions offer optimizations and support for a wide range of Nvidia hardware, and is expected to improve with future releases.

Linux uses X-Video (Xv) as output extensions, where as X-Video MotionCompensation (XvMC) is an X-Video extension which offers some video decoding on GPU. With the new drivers, Nvidia implements VDPAU (Video Decode and Presentation API for UNIX).

VDAPU is capable of hardware acceleration and the decoding of MPEG-1, MPEG-2, VC-1 and H.264 bit streams. It also provides an API for post-processing of decoded video in order to apply operations such as noise reduction and temporal and spatial de-interlacing, timestamp-based presentation of final video frames, and compositing of sub-picture elements.

amd-4800-series-graphic-cardAMD also supports hardware acceleration through X-Video Bit stream Acceleration or XvBA API. The recent drivers can take advantage of Unified Video Decoder (UVD2).

These new technologies are also supported by new video playback softwares, which can fully utilize the Graphics Hardware for video playback, providing smooth frames in HD and Blue-Ray movies. The VDPAU supported players include libavcodec, mplayer and ffmpeg.

CUDA support is also provided with 180 series drivers for Linux, and it can also be used to accelerate videos, and also to do any processing involved, like CoreAVC 1.9.0 is the first media player to offer this decoding.

The video acceleration on Linux came late, but certainly, with these new advancements by Graphics chips manufacturers, Linux users will be able to experience HD media playback, even on less powerful systems.

Update Dell laptop BIOS with Ubuntu

dell logoGood news for Dell laptops owners: latest BIOS images can be loaded with Ubuntu, Fedora or CentOS! It was announced at official Direct2Dell blog by Matt Domsch. In a nutshell to get new BIOS installed while you’re running Ubuntu 7.04 Feisty, 7.10 Gutsy, or Hardy just enable Universe repository in sources.list (System -> Administration -> Software Sources) and run under root (sudo -s):

wget -q -O - http://linux.dell.com/repo/firmware/bootstrap.cgi | bash
aptitude install firmware-addon-dell
aptitude install $(bootstrap_firmware -a)
update_firmware

The first command enables Dell’s Ubuntu repository as well as downloads and installs GPG key for this repository. As you might guess, restart is needed after last command is done (keep fingers crossed) :)

Please note that detailed instructions on how to update BIOS with Ubuntu (or other Linux distro) and firmware-tools developed by Dell are here:

We are releasing this project in the hopes of moving the industry towards a more scalable and friendly way to update BIOS and Firmware for systems.

Respect to Dell and it’s Linux engineers!

Information improvisation: We offer best quality 1z0-047 exam test papers and ccie training materials. You can get our 100% guaranteed 1Y0-A08 questions & 1z0-533 to help you in passing the real exam of 642-467.

Dell shares custom-tailored Ubuntu Feisty for it’s laptops

dell

As Dell’s laptop owner I’d like to share information that Dell Inc. prepared special Ubuntu Feisty Fawn version especially for it’s Inspiron E1505N, Inspiron 1420N, Inspiron 530N laptops.

 

 

Dell Linux Engineering team has a remastered copy of the Ubuntu 7.04 Live CD available for download. It includes native system hardware support and many of the fixes listed below. The media will help you get the system installed and running with the necessary drivers.

CD and DVD images are available here.

Select Linux distro for Lenovo ThinkPad

Lenovo logoHere you can vote for Linux distribution (or Unix) to be pre-installed at Lenovo ThinkPad notebooks. As usually Ubuntu is the most popular distribution, Debian is second, Fedora is third:

Linux distribution selection for Lenovo ThinkPad

Please note: it’s not a full list of suggested distros at the screen.

Get suspend/hibernate working fast in Ubuntu Feisty Fawn (7.04) and Edgy Eft (6.10)

Linux sleepAfter I upgraded to Ubuntu Feisty Fawn 7.04 Linux distribution I noticed that one of my favorite laptop features suspend/hibernate worked quite baldly and slowly. It took up to few minutes to get laptop sleeping and then awake it. Both default suspend and hibernate features are cheesy in this Ubuntu version. The worst thing I faced was that after I got laptop sleeping and put it into my bag it was still working. This situation caused laptop overheating.

Thanks to heaven there is alternative suspend/hibernate utility for Ubuntu OS – uswsusp (I really don’t know who gave such a name for it). To get it working just install it with apt-get or aptitude (I recommend aptitude) :

sudo aptitude install uswsusp

When it’s done it would be great if you test it before making it default suspend/hibernate engine:

sudo s2disk

This will hibernate your system, to check suspend feature execute:

sudo s2ram
or
sudo s2ram -f

Working well? Great! Let’s make it default (including Gnome logout dialog). First of all download these files:

hal-system-power-suspend-linux
hal-system-power-hibernate-linux

Then backup Ubuntu’s original files to your Desktop by commands:

cp /usr/lib/hal/scripts/linux/ hal-system-power-suspend-linux ~/Desktop
cp /usr/lib/hal/scripts/linux/ hal-system-power-hibernate-linux ~/Desktop

Now it’s time to make uswsusp to be default in the system:

sudo cp hal-system-* /usr/lib/hal/scripts/linux/
sudo chmod 755 /usr/lib/hal/scripts/linux/*

Note: if you use Edgy just replace /usr/lib/hal/scripts/linux/ with /usr/share/hal/scripts.

Now you can use suspend/hibernate features normally without any obstacles :)

You may also be interested in:
EV-DO Internet access with Ubuntu Linux
Review of sticky notes applications for GNOME
Video conference between Linux and Windows users
Ubuntu Linux and your Apple iPod
Debian/Ubuntu Linux apt-get vs. aptitude




Pages: 1 2 Next
Friendly Sites:Who is behind Linux Screw?
GeekyBits³ | Bash Cures Cancer | OMG! Ubuntu!
My SysAd Blog | Web Upd8
ZEPY | Linux config Wiki | Planet Sysadmin
a non-geek's linux notes | Linux Today
TuxArena: The arena of Tux | LinuxAlt.Com
My name is Artem N. (artiomix AT gmail DOT com) and I'm Linux/Unix, Cisco systems engineer. The main idea of Linux Screw is to share relevant knowledge, skills and observations over The Web. Here you can find a lot of information related to different Linux distributions, FreeBSD, IOS as well as a other Open Source around staff. Read more ››