Powered by Blogger.

Social Icons

Featured Posts

Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Enable Compiz on Linux Mint Mate

Tuesday, April 15, 2025

 Click the Menu button


Search for Desktop Settings and open it


Click Windows


Click Window Manager


Select Compiz from the list


Click Configure Compiz to adjust its settings



Enable Compiz on Linux Mint Xfce

 Click the Menu button

Search for Desktop Settings and open it

Click Window Manager

Select Compiz from the list


Click Configure Compiz to adjust its settings


Get X,Y coordinates of mouse cursor in Linux

Sunday, June 26, 2022

Install package xdotool

sudo apt-get install xdotool


Now run following command to get X,Y coordinates of mouse cursor

xdotool getmouselocation


Output will be like this

x:1285 y:10 screen:0

Check if computer is BIOS or UEFI in Linux

Sunday, May 15, 2022

Look for  folder /sys/firmware/efi

ls /sys/firmware/efi

If folder is there then its UEFI otherwise its BIOS

 

Translate

Popular Posts