Tagged Questions
0
votes
2answers
202 views
How to take screenshot of an X11 based GUI from a text terminal (such as tty1)?
I tried using DISPLAY=:0 import -window root "$HOME/Pictures/screenshot.png" (import is part of the ImageMagick suite), but that just displays a black screen.
I want to do this as I wanted to ...
0
votes
1answer
1k views
Ubuntu 12.04 not booting to a display manager or login manager
When I boot up my computer with Ubuntu install on it, it's keeps booting and booting forever. It loads the boot screen but it doesn't boot up.
The only way to log in is to press Ctrl+Alt+F2, then ...
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 ...