Menu
Text Links
Search
Calendar
Solution: Resetting your screen resolution with xrandr
rechosen | 28 February, 2007 21:29
To set your screen resolution back to normal, use xrandr like this:
[rechosen@localhost ~]$ xrandr -s 0
The "-s" option allows you to specify the size, and the "0" parameter tells xrandr to reset the screen to its default size. You can also specify a resolution, like this:
[rechosen@localhost ~]$ xrandr -s 800x600
If you want to check which modes are currently available for your screen, run xrandr with the -q option:
[rechosen@localhost ~]$ xrandr -q
Comments
Add comment
Recently...
- Solution: Converting flac to mp3 advanced (supports drag 'n drop)
- Tutorial: Conditions in bash scripting (if statements)
- Linux Tutorial Blog is no longer frozen!
- Solution: Getting a Gravis GamePad Pro to work on Linux
- Linuxtutorialblog.com is now officially frozen!
- Solution: Preventing damage after a system lockup
- Solution: Creating an mpeg with mencoder that plays on Windows Media Player
- Cropping multiple images the same way (short tutorial)
- Solution: Converting flac to mp3
- Tutorial: Disabling unused daemons to speed up your boot sequence
Trackbacks (0)
refresh rates
Frederik Hertzum | 03/07/2007, 02:05
You can also specify a specific refresh rate when using the -s switch. The format is xrandr -s x@. For example this command will switch to 800x600 using 75Hz: xrandr -s 800x600@75