Tagged Questions
0
votes
0answers
143 views
How to set display resolution via terminal?
I am on a multi monitor 12.04.2 with ATI 13.1. After the pain of configuring multi monitor, I have the following problem. For some reason whenever I restart the system my third monitor (ID: Display ...
5
votes
2answers
257 views
How do I rotate my display when not using an X Server?
I have a widescreen monitor that rotates. I'm trying to use it in 'landscape' mode (vertical). This is easy in the GUI.
How do I rotate my display when I am not running an X Server or when I am ...
1
vote
2answers
112 views
How do I get more than 80 columns in command line mode?
I installed ubuntu from the minimalcd because I just want to use vim and command line tools.
However I would like more than 80 columns of text. I have a large monitor so I would like at least a ...
2
votes
0answers
74 views
12.10 starts up to just my desktop background [duplicate]
Possible Duplicate:
Unity does not start after installing the fglrx drivers on 12.10
I have only just started using linux more than just instlling it on an old pc for fun and have just ...
0
votes
1answer
134 views
how to reset dual display to one screen from command line?
How can I reset dual display to one screen from command line and set old second screen as main display? (12.04 + nvidia)
0
votes
1answer
82 views
Ubuntu partition won't display on screen
I installed ggobi on my MacBook Pro, and it wasn't working right. I looked up some information, and found this site: Gtk Warning: Cannot open display
I followed the vague instructions, but I think I ...
1
vote
1answer
352 views
Reveal File in File Explorer
I have a Java application in which I need to "reveal" a file to the user (i.e. open the containing folder of the file in an explorer and highlight the file). I have configured it to do so in both ...
2
votes
3answers
3k views
How do I list connected displays using the command line?
Is there a command that will list displays connected to the computer?
Specifically, I'm looking to find out how my external monitor is being detected by the system when connected by HDMI cable and ...
1
vote
1answer
88 views
How can i tell if a window is in fullscreen from command line
So I found that with wmctrl -F -r "SomeWin" -b add,fullscreen I can make a window fullscreen, now i want to run a cron so that it stays open, but also verifies that it's fullscreen.
Is there ...
2
votes
1answer
200 views
Lines disappearing intermittently from both Terminal and Emacs
I'm having trouble even finding the right search terms to diagnose this problem. It's also hard to reproduce on my own machine.
When I enter a command in the terminal, occassionally I will see no ...
1
vote
2answers
867 views
Is there any way to specify which workspace and/or window to launch a program into?
I asked a related, but more specific, question here. I want to know if there is a way to specify where you want a program to launch. I basically want to write a shell script which is launched every ...
3
votes
3answers
5k views
How do you change brightness, color and sharpness from command line?
I am controlling my PC with SSH and scripting. How can i change the brightness, color and sharpness from command line?
Try 1: failed
$ sudo redshift -t 5000:5000 -g .5
Cannot list GNOME panel ...
1
vote
2answers
3k views
How can I switch user in a shell and use the existing gnome display session?
If I switch user in a terminal.
su bob
I can't open gedit because bob doesn't own the display.
If I execute
xhost +
before switching to bob I can open the display for some applications but not ...
1
vote
1answer
257 views
Is there a way to shutdown the X display?
I know about startx, but is there a command that stops X? I run Ubuntu 10.04.
1
vote
1answer
375 views
What's the best way to implement a script for tiling windows?
I just upgraded to ubuntu 11.04, and I am looking for a good way to tile windows. What I need is just to move window to the left or right half side of the screen, and bind the actions to some keyboard ...
13
votes
2answers
2k views
How to turn off the display via the command line?
Is there a way to turn off the display (enter power saving mode) using a command?
For example, when the computer is inactive for a specific interval, the screen turns off to conserve energy. Is there ...