Tagged Questions
3
votes
0answers
1k views
Laptop monitor stopped working and can't be re-enabled on a Dell Latitude E6410 [closed]
I'm using Ubuntu 12.04 (upgraded from 11.10), everything seemed to work fine until today when my laptop monitor suddenly stopped working.
Here are the facts:
My laptop is a Dell Latitude E6410, Intel ...
2
votes
1answer
471 views
Why DISPLAY variable constantly changing, and how can I determine what's the right value?
I use this script to launch XBMC:
#! /bin/bash
# Launch XBMC in windowed mode, then use wmctrl to remove the titlebar
DISPLAY=:0.0
# Start XBMC without blocking this script
xbmc &
# Wait for ...
2
votes
2answers
172 views
Where can I file a bug for having a “primary” display checkbox in gnome-display-properties?
When working with two displays there is a question of which display is the "primary". In the case of Unity the primary display is the screen on which the launcher appears for instance. This property ...