วันอังคารที่ 29 กันยายน พ.ศ. 2552

Testing Chrome OS beta

Yesterday I try to load Chrome OS beta.
I just found that it developed from OpenSUSE.
I install it in VirtualBox.
First try I little wrong. I allocate less memory it requires.
Chrome OS need minumum mainmemory at 1 GB.

Later after I install about hour.
I need to expand original view (800x600) by adding VirtualBoxGuestAddition.

I got first error (can't remember). I think you will got the same error.
to solve this you need to install GCC C Compiler.
you can found this install from open menu Computer > Install Software and then search for it
click install and then apply

After I install GCC C Compiler It still throw the second Error similar this
... build and header files for your current linux kernel ....
To solve this first I random install packet include Gcc C++ Compiler , this packet I don't know it relate with solving or not.

but after use this command zypper install gcc make automake autoconf kernel-source

then it work thanks to that webs (I forgot it again) = ="

Now nothing to do with it just only install =.+"

วันจันทร์ที่ 28 กันยายน พ.ศ. 2552

Reference future Research

I just start researching this year.
and I just know that research is public for future.
not for today.
See! in the red rectangle they public in 2010 while we are on September 2009.
that so very fantastic.

วันเสาร์ที่ 26 กันยายน พ.ศ. 2552

Wireless individual software case

I try to play truewifi (it is SSID of my ISA name) for many months.
But It provide low signal.

Yesterday is solved only change from zero config utility to Intel ProWireless.

I think this is because One-time connect option and others.

วันเสาร์ที่ 19 กันยายน พ.ศ. 2552

Wireless always lost? sometime RTS Threshold can help you.

for a four day ago I use my internet Wifi access and found that my place is very low signal.
I try to do many things such that set wireless card to always on (not sleep) , let's it use only G not auto choose , etc.

And Today I rather success. It lost connection less often.
After I change my RTS Threshold.

I little search for knowledge to decide to change it and get this.

There are several trade-offs to consider setting this parameter.

Using a small value causes RTS packets to be sent more often, consuming more of the available bandwidth, therefore reducing the apparent throughput of the network packet.

However, the more RTS packets that are sent, the quicker the system can recover from interference or collisions -- as would be the case in a heavily loaded network, or a wireless network with much electromagnetic interference.

that from http://kb.netgear.com/app/answers/detail/a_id/1158

yep! I can use better now that's good.

วันศุกร์ที่ 18 กันยายน พ.ศ. 2552

adobe acrobat preference : small icon sticky note


I try to set adobe acrobat to best performance browsing PDF files but
after setting I have many problem after.
first , my sticky note icon is very small while other comments is no problem.
second , my picture is not display it show only gray color in the frame.

first is solved by edit > preference > page display > resolution > use system setting or add more resolution if you like custom.
second is solved by edit > preference > page display > page content and information > show large image.
Just back to Learning now lol.

วันอังคารที่ 15 กันยายน พ.ศ. 2552

Set up CUDA Project #4 : Can't Connect With Dll

I try using Dll import in both Cuda project and C++ project.
Lastly , It FAIL.
Because it doesn't use the same compiler.
Next , I will try to use .lib instead.

If anyone has suggestion please comment that to help me.

another way I wish is waiting for NVIDIA NEXUS after NVIDIA conference.

ByeBye See you Tomorrow.

วันจันทร์ที่ 14 กันยายน พ.ศ. 2552

Set up CUDA Project #3 : LNK1181 again

I encounter LNK1181 again but not error that occur is
(fatal error LNK1181 : cannot open input file 'cudart.lib')

the solution is the same only delete double quote in
project > properties > Configuration Properties > Linker > General > Additional Library Directories

Set up CUDA Project #2 : Try to Build Example Project

I should say it before you read that I install Cuda winapp add-in before do this operation.

when you first build cuda project that you got from SDK
you will get this error (fatal error LNK1181:cannot open input file '.\Debug\bandwidthTest.cu.obj')


even you try search clue in log file. it help you not much



Compiling with CUDA Build Rule...
"C:\CUDA\bin\nvcc.exe" -arch sm_10 -ccbin "C:\Program Files\Microsoft Visual Studio 8\VC\bin" -Xcompiler "/EHsc /W3 /nologo /Od /Zi /MTd " -I""C:\CUDA\include;C:\ProgramFilesSummer4\NVIDIA Corporation\NVIDIA CUDA SDK\common\inc;"" -I"../../common/inc" -maxrregcount=32 --compile -o "Debug\bandwidthTest.cu.obj" bandwidthTest.cu
nvcc fatal : A single input file is required for a non-link phase when an outputfile is specified
Linking...
LINK : fatal error LNK1181: cannot open input file '.\Debug\bandwidthTest.cu.obj'

the right answer for me is come from this url.
http://www.cs.ucf.edu/~janaka/gpu/issues.htm

follow his advice Remove quotations from the nvcc include directories list

from this picture it changed to $(CUDA_INC_PATH);../../common/inc

Set up CUDA Project #1

After Install Cuda WinApp for Visual Studio 2005.
I try start first project and encounter
"This application has failed to start because cutil32D.dll was not found. Re-installing the application may fix this problem."

It solved by copy cutil32D.dll from SDK to CUDA\bin directory

Add Reference in Visual C++

After long time to code to add library to use in C++.
I found that there has some other way to add reference.
Just like bottom picture
right click at project then select properties then common properties > references

Yeah that right!

วันอาทิตย์ที่ 13 กันยายน พ.ศ. 2552

Free Space Better

2 Day ago, I encounter Computer slow problem.
I do many things to make it faster.
one thing it may concern is Drive C that installed windows is roughly little left (12 GB).
But I think 12 GB is very big for me.
After I move some files to other drive the computer speed is come back to usually it has.
I think it may concern with the fraction of file that let's 12 GB is not enough ?(I defrag before move those files too. )
or something else I don't know HaHa!@!?

Describe About Loop

from my experience
To describe expert programmer you may describe only structure of blocks.
To describe little familiar with programming user you should describe about 2 loop.
To describe user who not familiar with programming you should describe appoximate 5-6 loop.