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

Saturday, 30 July 2011

How to solve black screen SoftEDID problem...

How to solve black screen SoftEDID problem on Sony Vaio Y-series models:

https://help.ubuntu.com/community/NvidiaOnSonyLaptop
NvidiaOnSonyLaptop - Community Ubuntu Documentation
Nvidia on Sony laptop. After you installed Nvidia driver on Sony laptop, you probably will get a black screen, but when you connect a external monitor, surprisingly, it works. This is because, Sony us...
View or comment on Albert Vilella's post »
The Google+ project makes sharing on the web more like sharing in real-life.
Join Google+
You have received this message because Albert Vilella shared it with avilella.syncbestseller@blogger.com. Unsubscribe from these emails.

Friday, 29 July 2011

Linux and Sony Vaio VPCY21S1E? http://forums.linuxmint.com...

Linux Mint Forums • View topic - Mint Xfce 64-bit on sony vaio vpcy21s1e screen remains black
Mint Xfce 64-bit on sony vaio vpcy21s1e screen remains black. Post by marc7003 on Sun Jul 24, 2011 9:03 am. I'm running Linux Mint "Debian" - Linux Mint Xfce 64-bit (201104) http://www.l...
View or comment on Albert Vilella's post »
The Google+ project makes sharing on the web more like sharing in real-life.
Join Google+
You have received this message because Albert Vilella shared it with avilella.syncbestseller@blogger.com. Unsubscribe from these emails.

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 "$@"

Monday, 11 October 2010

Howto fix sound in headphones and speakers for HP G-series laptops

Ubuntu linux sound in headphones and speakers

Ubuntu sound problem in HP Dell Toshiba and other laptops and desktops

Saturday, 9 October 2010

Linux Best Seller laptop teams continue growing

After more than a year since it's creation, the http://linux-best-seller-laptops.blogspot.com/ website has compiled information for many best seller laptop launchpad teams.

Right now, the HP G-series Launchpad team has more than 60 members, followed by the HP Envy series and the Lenovo G-series teams. Other teams in this linux best seller laptops website are the Sony Vaio E-series, the ASUS N-series and the Lenovo IdeaPad U-series, all of them with over ten team members and growing.

Wednesday, 18 August 2010

Howto fix audio on HP G72 Linux Ubuntu 10.04

Doodle: HP G60/G70 Linux November 2009 Poll
With Ubuntu 10.04 on the G72-110EL everything works out of the box, except for audio, but it's a quick fix:
-in System Administration: add the ppa:ubuntu-audio-dev repository
-in Terminal: sudo apt-get install linux-alsa-driver-modules-`uname -r`

Followers