i.e. some stuff and junk about Python, Perl, Matlab, Ruby, Mac X, Linux, Solaris, ...
Thursday, July 30, 2015
Ubuntu: irfanview start from command line example
wine "C:\Program Files\IrfanView\i_view32.exe" "Z:\mnt\e\DCIM\100D5300\DSC_7791.JPG"
Tuesday, July 21, 2015
LG 43UF770 4K TV with gtx 960 running at 4K at 60Hz and chroma 4:4:4
This is complementary info to the one in here.
I have LG 43UF770T and Gigabyte GTX 960 G1 Gaming 4GB.
The PC is set to 4K@60Hz and connected to the tv using HDMI 1 port. Only this port supports HDMI ULTRA HD Deep Colour in this tv. By default HDMI 1 icon is HDMI and HDMI ULTRA HD Deep Colour is off as written above. This results in chroma 4:2:0. I changed the setting as per instructions here, i.e. HDMI 1 port icon to PC and HDMI ULTRA HD Deep Colour to On. The nvidia settings are shown below.
To test the chroma for the default setup and the new one I used chroma torture test.
The results are here:
As can be seen, the top red, middle blue and bottom text is unreadable with the default tv settings on HDMI 1 port. With the new settings, everything is clear.
To test the chroma for the default setup and the new one I used chroma torture test.
The results are here:
As can be seen, the top red, middle blue and bottom text is unreadable with the default tv settings on HDMI 1 port. With the new settings, everything is clear.
Tuesday, June 16, 2015
Ubuntu 14.04: compile DCMTK 3.6.1 (development snapshot)
Get latest version from: http://dicom.offis.de/download/dcmtk/snapshot/
At the time of writing this could be done to compile latest version of the dcmtk:
ubuntu: dcmtk convert to grayscale tiff
Example:
/opt/dcmtk361/bin/dcml2pnm +ot +G ../00_org/003.dcm 003.tif
Labels:
Ubuntu
Saturday, June 06, 2015
Xubuntu 15.04: lightdm autologin
To setup autologin, create the following file: /etc/lightdm/lightdm.conf
And add to the following lines:
sudo vim /etc/lightdm/lightdm.conf
And add to the following lines:
[SeatDefaults]
user-session=xubuntu
autologin-user=your_user_name
Labels:
xubuntu
Ubuntu: chome browser new instance
chromium-browser --enable-udd-profiles --user-data-dir=~/chromeProf or for chromegoogle-chrome --enable-udd-profiles --user-data-dir=~/chromeProf
Labels:
Ubuntu
Wednesday, May 27, 2015
bash: rename files to numbers
find . -name '*.jpg' | gawk 'BEGIN{ a=1 }{ printf "mv \"%s\" %04d.jpg\n", $0, a++ }' | bash
Wednesday, April 01, 2015
Saturday, March 07, 2015
Fedora 21: VirtualBox additions
su -
dnf update kernel*
dnf install kernel-headers kernel-devel dkms make bzip2 perl and reboot.
Optinally (usually not needed)
KERN_DIR=/usr/src/kernels/`uname -r`
Labels:
Fedora,
VirtualBox
Subscribe to:
Posts (Atom)