Desktop problem - no programs

14 respuestas [Último envío]
user4234
Desconectado/a
se unió: 12/11/2016

I installed Trisquel 7 but there is no desktop bar at all and no folders. I use a vga non-HD display because of a defect laptop display. Maybe because of this the whole desktop is not shown correctly. At the moment I have no normal access to the programs. Any Idea what I can do? I tried live usb mode and lxde, everytime same effect. The login screen seems to be normal.

loldier
Desconectado/a
se unió: 02/17/2016

What is your hardware, make & model and graphics adapter? You may have a driver issue, incorrectly detected display resolution. Or maybe your desktop has failed to launch the Gnome panel.

You can open the terminal application. Press Ctrl+Alt+T. System settings can be launched from the command line

gnome-control-center

Open 'displays' and see what your resolution is. You can try to make it smaller to fit objects inside your screen if that's the problem.

trisquel_displays.png
user4234
Desconectado/a
se unió: 12/11/2016

It's a thinkpad w500 with intel gma4500mhd. If I type 'gnome-control-center' in the command line it says 'command not found'. It seems there is no gnome panel..?

loldier
Desconectado/a
se unió: 02/17/2016

What is your desktop environment? Trisquel Gnome or Trisquel Mini (LXDE)?

user4234
Desconectado/a
se unió: 12/11/2016

I used 'trisquel-mini_7.0_i686.iso' and I made no changes to standard installation

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

Please show us the output of this command:
$ xrandr

user4234
Desconectado/a
se unió: 12/11/2016

'bash: xrandr: command not found'

what is wrong here..?

loldier
Desconectado/a
se unió: 02/17/2016

Try this

sudo apt-get install x11-xserver-utils

and then

xrandr

You may also try and install Lxrandr

sudo apt-get install lxrandr

It has a GUI.

xrandr.png lxrandr.png
SuperTramp83

I am a translator!

Desconectado/a
se unió: 10/31/2014

Unless you (the OP) have less than 1 gb of RAM I suggest you install the gnome fallback (the other one) ISO, it's known to be way less buggy.

aloniv

I am a translator!

Desconectado/a
se unió: 01/11/2011

In order to get xrandr working on a live CD you only need to install the package arandr. Then run it and assuming the internal display is called LVDS1 turn it off using this command:

$ xrandr --output LVDS1 --off

From there you can disable the laptop's monitor permanently using the desktop environment's graphical settings.

(I believe that if two monitors are available Trisquel will display the regular screen with the menu bars on the main monitor and use the external monitor for additional space which explains why you cannot see the menu bars. It should perhaps default to mirroring both screens instead.)

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

Like loldier wrote, installing "x11-xserver-utils" is enough. 'arandr' (like 'lxrandr') is a graphical interface to 'xrandr'.

aloniv

I am a translator!

Desconectado/a
se unió: 01/11/2011

Magic Banana, you are indeed right. xrandr used to be available as a package, and I erroneously assumed it was replaced by arandr.

user4234
Desconectado/a
se unió: 12/11/2016

aloniv: "It should perhaps default to mirroring both screens instead."

It could be that the mirroring is working, but not correctly because the integrated display is a hd screen and the external not. So it's not zoomed in the right way (if I open a window its in the lower right corner, not center). There seems to be no correct seperate recognition of the 2nd screen size.

What exact terminal-command for which program do I need to simply shut the integrated screen off? (I wanna avoid try and error here..)

user4234
Desconectado/a
se unió: 12/11/2016

ok with

$ xrandr --output LVDS1 --off

it works, but how can I make this command permanent?

Magic Banana

I am a member!

I am a translator!

Desconectado/a
se unió: 07/24/2010

Try to write it in /etc/rc.local before the exit directive. You need administrative permissions to edit that file (here with GEdit):
$ gksu gedit /etc/rc.local