Categorie

Archivio Articoli

Categorie

Commenti recenti

Eclipse on Ubuntu: Fixing the black background color in hover | vogella blog

eclipse-logo

 

 

 

 

Eclipse Papercut #10 – Eclipse on Ubuntu: Fixing the black background color in hover | vogella blog.

Problema con info di Linux

Create mount and copy floppy disks images under linux « A fork in the road

 

 

 

 

Problema con info di Linux.

[Linux] Change virtual screen size in xorg.conf

Linux

 

 

 

 

 

 

 

If when you try to set a dual monitor with xrandr obtain the message:

$ xrandr: screen cannot be larger than widthXheight (desired size mywidthXmyheight)

You can solve creating a new file in:

$ /usr/share/X11/xorg.conf.d/

e.g.:

$ sudo nano /usr/share/X11/xorg.conf.d/50-default-screen.conf

With the following content:

Section "Screen"
     Identifier      "Default Screen"
     SubSection "Display"
            Virtual         4096 4096
     EndSubSection
EndSection

 

Then restarting the session!
Enjoy.