Sunday, May 30, 2010

TeamViewer For Linux!!! Finally

Download From official site:



http://www.teamviewer.com/download/index.aspx?os=linux


Read more...

10.04 Mac Aloumin Keyboard

Fn Fix Always On


sudo gedit /etc/rc.local


Add this line near the end of the file, before the "exit" line:

echo 2 > /sys/module/hid_apple/parameters/fnmode


and Reboot!!:)


Read more...

Wednesday, September 30, 2009

Wine with Full antialiasing!!!!!!




After a long search i find out that, if you take from real windows the fonts make a difference!!!

You need ms fonts installed first


sudo apt-get install ttf-mscorefonts-installer



From Nautilus - View -Show Hidden

then go to /home/username/.wine/

edit user.reg

find this "UserPreferenceMask"=hex:10,00,02,80

and replace from this line and above with this

WINE REGISTRY Version 2
;; All keys relative to \\User\\S-1-5-4

[AppEvents\\Schemes\\Apps\\Explorer\\Navigating\\.Current] 1249917684
@=""

[Console] 1252956930
"CursorSize"=dword:00000019
"CursorVisible"=dword:00000001
"EditionMode"=dword:00000000
"ExitOnDie"=dword:00000001
"FaceName"="Courier\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
"FontSize"=dword:000d0008
"FontWeight"=dword:00000000
"HistoryBufferSize"=dword:00000032
"HistoryNoDup"=dword:00000000
"MenuMask"=dword:00000000
"QuickEdit"=dword:00000000
"ScreenBufferSize"=dword:00190050
"ScreenColors"=dword:0000000f
"WindowSize"=dword:00190050

[Control Panel\\Colors] 1254317519
"ActiveBorder"="212 208 200"
"ActiveTitle"="94 129 188"
"AppWorkSpace"="128 128 128"
"Background"="16 26 38"
"ButtonAlternateFace"="181 181 181"
"ButtonDkShadow"="133 135 140"
"ButtonFace"="235 233 237"
"ButtonHilight"="255 255 255"
"ButtonLight"="220 223 228"
"ButtonShadow"="167 166 170"
"ButtonText"="0 0 0"
"GradientActiveTitle"="112 177 235"
"GradientInactiveTitle"="131 183 227"
"GrayText"="167 166 170"
"Hilight"="94 129 188"
"HilightText"="255 255 255"
"HotTrackingColor"="0 0 128"
"InactiveBorder"="212 208 200"
"InactiveTitle"="111 161 217"
"InactiveTitleText"="255 255 255"
"InfoText"="0 0 0"
"InfoWindow"="255 255 225"
"Menu"="255 255 255"
"MenuBar"="235 233 237"
"MenuHilight"="94 129 188"
"MenuText"="0 0 0"
"Scrollbar"="212 208 200"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"

[Control Panel\\Desktop] 1254316497
"DragFullWindows"="0"
"FontSmoothing"="2"
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001
"FontSmoothingType"=dword:00000002
"LowPowerActive"="0"
"MenuShowDelay"="400"
"SmoothScroll"=hex:00,00,00,00
"UserPreferenceMask"=hex:10,00,02,80


Save and close.

now you have antialiasing on menu and some other boxes only!

lets fix it all!!!

You have to download Tahoma fonts from here

Unzip and copy the to font files to /home/username/.wine/drive_c/windows/Fonts

Thats it!!!

Enjoy full antialiasing!!!!!!!


Read more...

Monday, September 28, 2009

About Donation

I add a new donate button, because i want to transfer my blog to a better server with a real host name :) i want to add forum and some other stuffs..

So if you like my blog you can donate, when i reach the target of money for new domain.. i will make a poll for the Hostname :)

Thanks for the support!!!


Read more...

Mediainfo Gui with Right click and get info!













Ok.. if you install windows mediainfo you get on movie right click, you select mediainfo and get the info...

Here is how can we do it with linux...

First you download and install media info and libs with this order... (First), (Second), (Third)


you just installed the mediainfo GUI:)

Now lets fix the right click!!

Go to System- Preferences - Nautilus Actions Configuration

In nautilus action windows press Add

You give label : Mediainfo
Icon make browse and select mediainfo

then click on Main and select Edit

Path give : /usr/bin/mediainfo-gui
Parameters : %M

and OK!!

you are ready .. now select a movie .. right click .. select mediainfo.. and get movie info!!!

PS: if desktop icons dissapears press ALT+F2 and give "nautilus &"

:)


Read more...

Thursday, September 24, 2009

Yo Frankie!!!











I was looking around and i found an amazing linux game!!!

This game have amazing gameplay and 3D graphics!!!!

you're going to love it!!!!!!

Download from official Site!!


Read more...

Monday, September 14, 2009

Wine Font smooth!!

Wine is ugly without font smoothing!!! Here is my User.reg file with font smooth changes!

Before:


After:


Download from here my User.reg

and replace it with /home/youusername/.wine/ (needs options -show hidden-)

keep backup your User.reg!!! :)


Read more...