Tuesday 19 June 2012

Fixing Blue Tint Video (Linux Mint 13 and Ubuntu 12.04)

Open 'gstreamer-properties' by typing into a terminal...  
$ gstreamer-properties 
 Click on the 'Video' tab. Under 'Default Output' choose the 'Plugin' dropdown and select 'Custom'. Add the following line to the 'Pipeline' box. 
videobalance hue=-1 ! autovideosink
 If that doesn't work, it might be worth turning off  'Xv optimizations'. Under the same tab choose... 
X Window System (No Xv)  
 If this method doesn't work... try the following here.

Sunday 17 June 2012

Installing nVidia GT640 Graphics Driver (Mint 13 and Ubuntu 12.04)

Add the following lines to your repositories list...

deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main
deb-src http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu precise main

By doing...

gksudo gedit /etc/apt/sources.list

And then import the GPG key with...
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0x643dc6bd56580ceb1ab4a9f63b22ab97af1cdfa9
Refresh packages list in Synaptic and install.

More here.

Tuesday 12 June 2012

ntfs-config fstab backup

# /etc/fstab: static file system information.
#
#              

#Entry for /dev/sda5 :
UUID=279fac8b-181e-45c4-8065-b1987f60af18    /    reiserfs    defaults    1    1
#Entry for /dev/sda6 :
UUID=fd1ddbf7-fd4e-45e3-8f49-eecbe79364d1    /home    reiserfs    defaults    1    2
#Entry for /dev/sdb2 :
UUID=7C4E91931FB789D8    /media/Archives    ntfs-3g    defaults,nosuid,nodev,locale=en_GB.UTF-8    0    0
#Entry for /dev/sdb1 :
UUID=1FE78CC5354CF414    /media/Audio    ntfs-3g    defaults,nosuid,nodev,locale=en_GB.UTF-8    0    0
#Entry for /dev/sdb8 :
UUID=74C0A9D0654C02BB    /media/Video    ntfs-3g    defaults,nosuid,nodev,locale=en_GB.UTF-8    0    0
none    /proc    proc    defaults    0    0
#Entry for /dev/sda7 :
UUID=47562d14-80e8-4cb9-9907-2847bfdc4550    swap    swap    defaults    0    0