Check if sudo cheese work ?
If works, then add user to the "video" group (if exists)
then login afresh or (temporary )instantiate the group video .
I feel this blog as a reflection of my thoughts to myself , and sometimes as a public diary, and the is my only friend to share my thoughts who says never a "oh no! ,you shouldn't....That is boring...."
Check if sudo cheese work ?
If works, then add user to the "video" group (if exists)
then login afresh or (temporary )instantiate the group video .
get the list of display devices using xrandr -q
brightness any number between 0 and 1
xrandr --output eDP --brightness 0.7
sh: 1: glxinfo: not found
sh: 1: glxinfo: not found
libGL error: unable to load driver: nouveau_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: nouveau
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 33
Current serial number in output stream: 34
use only Nvidia 361 and no other versions can help you on this.
sudo apt-get install gcc g++ gfortran make libblas-dev liblapack-dev libpcre3-dev libarpack2-dev libcurl4-gnutls-dev epstool libfftw3-dev transfig libfltk1.3-dev libfontconfig1-dev libfreetype6-dev libgl2ps-dev libglpk-dev libreadline-dev gnuplot libgraphicsmagick++1-dev libhdf5-serial-dev openjdk-7-jdk libsndfile1-dev llvm-dev lpr texinfo libglu1-mesa-dev pstoedit libjack0 libjack-dev portaudio19-dev libqhull-dev libqrupdate-dev libqscintilla2-dev libqt4-dev libqtcore4 libqtwebkit4 libqt4-network libqtgui4 libsuitesparse-dev zlib1g-dev libxft-dev autoconf automake bison flex gperf gzip librsvg2-bin icoutils libtool perl rsync tar libosmesa6-dev libqt4-opengl-dev
wget ftp://ftp.gnu.org/gnu/octave/octave-4.0.0.tar.gz
tar xf octave-4.0.0.tar.gz
rm octave-4.0.0.tar.gz
cd octave-4.0.0/
./configure
make -j4
sudo make install
I found this help on askubuntu.com
ఈరోజు ల్లో ఎంత పెద్ద కంప్యూటర్ పరిశోధనా కేంద్రం ఐనా ప్రయోగాలన్నీ లినక్స్ OS మాధ్యమంగానే జరుగుతున్నాయి.
లార్జ్ హాడ్రన్ కొల్లైడర్ నుంచి సిలికాన్ వాలీ వరకూ అందరూ తమ తమ. Algorithms ను ముందుగా open source environment లోనే పరీక్షిస్తున్నారు.
Here rowthu is my account username.
The directory where the disk folder is mounted is /media/rowthu
Before running this programme create a folder OLD_DATA in home directory
Script starts from here
#!/bin/bash
echo "Enter subject code:"
read pname
cd /media/rowthu
rm -r ~/tempsource
mkdir ~/tempsource
for jj in `find . -type f`
do
cp $jj ~/tempsource
done
chmod a+rwx ~/tempsource/*
cd ~/OLD_DATA
mkdir $pname
mv ~/tempsource/* $pname
echo $pname
echo " folder has been successfully created."
echo "Insert Another Disk :"
eject
# end of the program