http://launchpad.net/~dell-14z-15z lenovo-g550 lenovo-ideapad-u-series HP G60/G61/G70/G71 sony-vaio-nw-series HP dvxz

Friday 5 November 2010

HP G-series laptop: budget-minded G62m

HP G-series laptop and Linux

HP slips out budget-minded G62m, Pavilion dv7t laptops -- Engadget

No 3D or over-the-top designs here, but HP has just rolled out a pair of new laptops for those simply looking for the basics. First up is the 15.6-inch G62m series laptop (pictured above), which packs a 2.2GHz Celeron 900 processor, 3GB or DDR3 RAM, a 320GBHard Drive, and integrated Intel GMA 4500MHD graphics on the base model, and starts at just $529.99 (a few upgrades are available, though you're stuck at the Celeron level for processors). On the slightly higher-end is the 17.3-inch Pavilion dv7t, which is considerably configurable, but starts out with a Core i3-380M processor, 4GB of RAM, a 500GB hard drive, and the same integrated Intel graphics for $774.99 (after a $150 instant rebate and $25 coupon). Hit up the links below to check out all the configuration options available.

Wednesday 3 November 2010

Howto fix flipped webcam Asus U33Jc Ubuntu 10.10

wget http://people.fedoraproject.org/~jwrdegoede/v4l-utils-0.8.2-test.tar.gz
ls -d /usr/lib64
ls -d /usr/lib32
tar xvfz v4l-utils-0.8.2-test.tar.gz
cd v4l-utils-0.8.2-test/lib
make PREFIX=/usr
sudo make install PREFIX=/usr
sudo apt-get install libc6-dev
make clean
make PREFIX=/usr CFLAGS=-m32 LDFLAGS=-m32 LIBDIR=/usr/lib32
sudo make install PREFIX=/usr LIBDIR=/usr/lib32
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype

cat /usr/bin/skype-wrapper
#!/bin/sh

if [ ! -e ~/.Skype/shared.xml ]; then
  mkdir -p ~/.Skype
  cp /usr/share/skype/shared.xml ~/.Skype/shared.xml
fi

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so  /usr/bin/skype "$@"

Followers