Linux

linux an operating system

How to Disable second screen in Ubuntu

On update, ubuntu shows 2 screen as default. Here is fix xrandr | grep connected sudo nano /etc/lightdm/monitor1-off.sh #!/bin/bash   xrandr –output HDMI1 –off #change HDMI1 with your device id ( you can check by executing command ‘xrandr’ sudo chmod +x /etc/lightdm/monitor1-off.sh Edit /etc/lightdm/lightdm.conf and add the following line to the file greeter-setup-script=/etc/lightdm/monitor1-off.sh It will remove …

How to Disable second screen in Ubuntu Read More »

What is Xpdf & Xpdf installation on Ubuntu

What is Xpdf ? Xpdf is an open source viewer for Portable Document Format (PDF) files. (These are also sometimes also called ‘Acrobat’ files, from the name of Adobe’s PDF software.) The Xpdf project also includes a PDF text extractor, PDF-to-PostScript converter, and various other utilities. Xpdf runs under the X Window System on UNIX, …

What is Xpdf & Xpdf installation on Ubuntu Read More »