ordinary indian
Wednesday, March 2, 2022
Friday, December 13, 2019
Mother and Father by Medha Soni
My mother is cheerful and bright,
And my father is a guiding light.
My mother is very helpful,
And my father is absolutely wonderful.
My mother is really so much caring,
And my father teaches me the value of sharing
My mother teaches me in English where to use for and since
And my father is like my heart's loving Prince.
My mother is the queen of my heart,
And my father is extremely smart.
Thank you God for giving me parents who help me a lot,
And bless me that I follow everything that they have taught.
And my father is a guiding light.
My mother is very helpful,
And my father is absolutely wonderful.
My mother is really so much caring,
And my father teaches me the value of sharing
My mother teaches me in English where to use for and since
And my father is like my heart's loving Prince.
My mother is the queen of my heart,
And my father is extremely smart.
Thank you God for giving me parents who help me a lot,
And bless me that I follow everything that they have taught.
Friday, September 29, 2017
Solution when starting kalite server KALite gives error message "Environmental Variable not set script directory does not exist"
Somehow I messed up installation of KAlite and it gave the error kalite script directory not set. ans something about environment variable.
I found that when i reinstalled kalite .kalite directory was not created in user account and server was not starting and installation finished within 3-4 minutes.
here is what i found after multiple installations and re installations
I found that when i reinstalled kalite .kalite directory was not created in user account and server was not starting and installation finished within 3-4 minutes.
here is what i found after multiple installations and re installations
- uninstall kalite
- use "set" command without quotes in command prompt to find environmental paths
- Delete any paths to kalite using "system properties" in control panel
- remove kalite from app data
- unistall python
- delete python folder if present
- restart computer
- reinstall kalite
- Done
Sunday, December 4, 2016
Wednesday, October 12, 2016
Playing videos with double click in raspberry pi
Using Real Vnc PIXEL Raspberry PI ( screen resolution)
I have installed a new OS (PIXEL) on my Raspberry PI (https://www.raspberrypi.org/blog/introducing-pixel/)
It comes pre-installed with Real vnc server . You have to enable it and update your raspberry
with
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
So on my window machine I just download vnc viewer (https://www.realvnc.com/download/viewer/).
start vnc viewer
give ip adress of raspberry
fill username and password
and You can get it connected.
Screen resolution becomes a problem sometimes
crontab is a scheduler for pi which can be used to correct it
In terminal type
crontab -e
add the this line at the end of scheduled task for 1920 x 1080 resolution
@reboot /bin/fbset -g 1920 1080 1920 1080 16
and save the file and reboot
enjoy
It comes pre-installed with Real vnc server . You have to enable it and update your raspberry
with
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
So on my window machine I just download vnc viewer (https://www.realvnc.com/download/viewer/).
start vnc viewer
give ip adress of raspberry
fill username and password
and You can get it connected.
Screen resolution becomes a problem sometimes
crontab is a scheduler for pi which can be used to correct it
In terminal type
crontab -e
add the this line at the end of scheduled task for 1920 x 1080 resolution
@reboot /bin/fbset -g 1920 1080 1920 1080 16
and save the file and reboot
enjoy
Saturday, September 26, 2015
Setting Resolution in Raspberry Pi for HD TV : from a non IT person
I connected my raspberry Pi ( Raspbian OS) with HD LED 42 inch TV and with few modifications in config.txt, I could run the raspberry pi with full 1920 x 1080 full resolution. However the fonts were small in terminal and at other places
The fonts in terminal and other menu items can be easily changed from appearance settings
which are available at right click
framebuffer_width=1280
framebuffer_height=720
It corrected web and sonic pi to a large extent, but Scratch and Mathematica remained a problem.
As I understood somehow I need to lower the resolution on the fly or without restart which has to be done before starting X ( X seems to GUI name ) so that i can still boot to different resolution if i want
so this command before start x did the trick
fbset -g 800 450 800 450 16
The scratch and mathematica fonts are now visible from 10 feet.
when you are not using scratch startx without fbset command and you are good with original resolution.
The fonts in terminal and other menu items can be easily changed from appearance settings
which are available at right click
- right click on desktop as desktop preferences
- edit tab in terminal
- change geometry with right click on panel settings
- web can be managed by ctrl + or ctrl -
framebuffer_width=1280
framebuffer_height=720
It corrected web and sonic pi to a large extent, but Scratch and Mathematica remained a problem.
As I understood somehow I need to lower the resolution on the fly or without restart which has to be done before starting X ( X seems to GUI name ) so that i can still boot to different resolution if i want
so this command before start x did the trick
fbset -g 800 450 800 450 16
The scratch and mathematica fonts are now visible from 10 feet.
when you are not using scratch startx without fbset command and you are good with original resolution.
Subscribe to:
Posts (Atom)