Questions tagged [display-settings]
179 questions
58
votes
3 answers
CLICOLOR and LS_COLORS in bash
I have the following setup in .bashrc for coloring of listings.
export CLICOLOR=1
export…
prosseek
- 8,418
- 16
- 47
- 43
31
votes
7 answers
Increasing Screen Size/Resolution on a VirtualBox Instance of Centos
I have VirtualBox instance of Centos 5. The screen size is quite small (800*600) and I'd like to increase it to 1280*1080. Under the Gnome preferences for "Screen Resolution" I only get the option for 600*800 or 640*480.
I've tried editing my…
Aaron Newton
- 475
- 1
- 5
- 8
29
votes
3 answers
How do dim screen, even if artifically, below the minimum?
My laptop (a Toshiba Sattelite) runs far too bright, even in the ambient light from outside in the day, and I need to be able to dim it below its minimum setting.
~#cat /sys/class/backlight/acpi_video0/brightness
~#0
Setting it below 0 will…
Alex.
- 293
- 1
- 3
- 4
18
votes
2 answers
How to change the Xorg gamma/brightness?
I'm trying to play a game (Deus Ex) which I have to modify the brightness since it is very dark in my ambiance. The game has a "Brightness" setting, but lately it doesn't work. I tried to figure out how to change it and find out that xgamma do a…
Braiam
- 35,380
- 25
- 108
- 167
18
votes
1 answer
Configure GNOME/Wayland display configuration from command line
Is there a possibility to configure the monitor configuration of Mutter/GNOME shell from command line in a Wayland Session or is that not implemented until now?
I have tried to change some things via the xrandr command (but it seems obvious to me,…
flammi88
- 381
- 1
- 3
- 9
17
votes
1 answer
How to modify the default setting adopted by xrandr when connecting an external monitor?
I am confronted with a problem when connecting the external monitor while the computer is open.
At that point it seems that xrandr adopts one of the combinations that do not work.
As a workaround to the other larger problem, I want to be able to…
user32012
16
votes
2 answers
Is there a way to virtually split my monitor (for maximizing windows)
My question is essentially if I can fake the behaviour one gets using usual window managers on linux if one has a dual head setup. That is, if I maximize a window it maximizes only on one part of the desktop, matching the area of one physical…
Jonas Schäfer
- 1,753
- 2
- 14
- 25
15
votes
3 answers
Change zathuras display mode to single page only
I recently switched from Debian to Arch. Now I have a newer version of zathura, which displays the pages continuously. For poppler as well as mupdf, I need the discrete display mode. Is this fixed now? I can't find an option to change this…
ManuelSchneid3r
- 4,256
- 8
- 41
- 58
14
votes
2 answers
How can I run a separate X session on a different physical display?
Here's what I need to do. I need to be playing a movie over HDMI to a television screen for my friends while I'm hacking on some personal projects over VGA to a smaller monitor. It's imperative that the screens be separate, as I have a work monitor…
Naftuli Kay
- 38,686
- 85
- 220
- 311
13
votes
2 answers
Save display settings for specific monitor
When I'm connecting an external Monitor to my notebook (specs below), whether with VGA or Displayport, I always have to configure the screen resolution and display position. At the moment I'm doing this with an GUI utility for XRandR called arandr.…
klingt.net
- 1,615
- 4
- 17
- 21
12
votes
1 answer
Activate Night Light option from terminal
Recently Gnome came up with a new feature of Night Light. It is really helpful.
It feels too time-consuming that I need to go to settings (and then display) and activate it each time. Is there any terminal command that can simply turn on the night…
Ugnes
- 259
- 3
- 6
- 13
12
votes
3 answers
xfce4-display-settings: why is there no "Extend to the left"?
At work my laptop is set to the right of my external monitor. Not because I like to but because no other configuration is possible. When I need to extend my desktop I always have to select «Extend to the right» (to enable the external monitor with…
user86969
12
votes
2 answers
Screen brightness reverts to max after returning from `xset dpms` display suspend
I'm running the openbox window manager and using this line in my autostart.sh to control display power management:
xset dpms 0 60 0
This works nicely, causing the display to suspend after 60 seconds of inactivity.
However, when the display…
intuited
- 3,488
- 3
- 25
- 36
12
votes
2 answers
Can I truncate long file names in ls listing
I have a number of files with very long names. Please, is there a way to use ls -C and truncate the file names to get more columns for an overall view?
Or is there a better way to get a compact listing?
Harry Weston
- 1,319
- 5
- 21
- 35
11
votes
3 answers
How does X-server calculate DPI?
From Xfce Docs:
In case you want to override the DPI (dots per inch) value calculated
by the X-server, you can select the checkbox and use the spin box to
specify the resolution to use when your screen renders fonts.
But how does X-server do…
Alois Mahdal
- 4,330
- 11
- 40
- 62