Correcting the display resolution


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers Correcting the display resolution
# 1  
Old 05-01-2011
Correcting the display resolution

I have an issue with the display resolution under Xfce. The monitor can handle 1024x768, but the screen display is 800x600. The control panel does not allow me to change this.
I also found the file .config/xfce4/xfconf/xfce-perchannel-xml/displays.xml in which I have made changes, but after a restart these changes get lost.
What makes this issue even stranger is that a previous installation of the exact same distribution (FreeBSD 8.1), did yield a resolution of 1024x768 from the start.

UPDATE: Something else that has puzzled me is why the refresh rate is at 61Hz, as opposed to a choice of 60Hz and 75Hz, with no option to change this.

Last edited by figaro; 05-01-2011 at 04:43 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Debian

Xorg resolution/display size problem

Hello, I am running Debian 6.0 on a Sun Ultra 5 and the openbox window manager. The window is way larger than the screen and minimized icons go off the screen and I can't get them back. The mode is set to 1280x1024 in the Screen section of xorg.conf and Virtual is also set to 1280x1024 which is... (4 Replies)
Discussion started by: snorkack59
4 Replies

2. Shell Programming and Scripting

need help in correcting the code

Hi Guys ! can anyone help me to write the code doing same thing without using awk. is it possible using cut command? awk '{c++} END {for(k in c} print k "\t\t" c;}' file_name | sort -nrk 2 | column -t thanks in advance BR Ewa (4 Replies)
Discussion started by: me_newbie
4 Replies

3. AIX

Change AIX display resolution ?

Hello, Running X on AIX local display - want to change resolution. On Linux for example I used xrandr. ? thanks Vilius (1 Reply)
Discussion started by: vilius
1 Replies

4. Solaris

OpenWindows display resolution problem

Hi all! On my SPARC mashine I have changed the screen resolution from default to: output-device screen r1024x768x75, because the OBP picture too big (e.g. Sun Logo and OBP text). Now, after the system booting I have the problem with OpenWindows picture (e.g. the window manager does not display... (2 Replies)
Discussion started by: wolfgang
2 Replies

5. UNIX for Dummies Questions & Answers

Cannot change my display to high resolution

Hi all, i am one of the newbies with linux. i just install the Enterprise AS on my ibm z60t. I am trying to change the color setting to hight resolution, unfortunately, it does not work. it works only with the 256 color setting. It seems the widescreen or the vga card of my notebook does not... (3 Replies)
Discussion started by: sanlen
3 Replies

6. UNIX for Dummies Questions & Answers

How to change display resolution in UnixV4.0D

I would like to know how to change the display resolution in UnixV4.0D. Can anyone please help me. Regards, Avgust (1 Reply)
Discussion started by: avgust
1 Replies

7. UNIX Desktop Questions & Answers

Graphic display resolution

Hello all, I need to fix some resolution in an AIX, how can I do it? It cannot be altered at system reboot, in the other words, I'm setting an display resolution, but when I do a reboot this configuration will be losted. I need somethig like this: Set a configuration and it cannot be changed... (0 Replies)
Discussion started by: nando_zambone
0 Replies

8. Shell Programming and Scripting

Correcting script

Hi! I have for example a script/file: +1 echo "toto" +2 echo "abcdef +3 echo "dqmsl" $r "dsqlfj" +4 cat titi | tr \t' ';' +5 exit --------------------------------------- I try to find a solution who say: <ERROR> The character " has been forgotten a the line 2 The character... (7 Replies)
Discussion started by: Castelior
7 Replies

9. Solaris

How to change display resolution

Hi, I would like to know how to change the display resolution in solaris on sparc. Can anyone please help me. Regards, Raja (3 Replies)
Discussion started by: RajaRC
3 Replies
Login or Register to Ask a Question
gvidm(1)						      General Commands Manual							  gvidm(1)

NAME
gvidm - GTK+ app to quickly and easily change video resolutions in X SYNOPSIS
gvidm [-r] [modes...] gvidm [-r] <-l|-q> [screens...] DESCRIPTION
gvidm is a gtk app to quickly and easily change video resolutions in X. Running it will pop up a list of available modes, upon choosing a mode or cancelling, it exits. This makes it perfect for running from an application menu or a hotkey, so you don't have to use ram for an applet constantly running. If you are running dual or multi-head displays, it will give you a list of screens so you can select the appro- priate one. You can also specify a mode to switch to immediately, or a list of modes to choose from. Modes are specified in the form [screen:]<resolu- tion>. If the screen portion isn't specified, the current screen is used. The keyword "cur" will use the current screen, and "all" may be used to cause the mode to apply to all screens. Resolution may be given as <width>x<height>[@refresh], or the keyword "max", "best", or "all". If the same resolution is available with multiple refresh rates, "best" will show only the one with the highest rate. Thus, speci- fying "all:all" is the same as running gvidm with no args. OPTIONS
-l/--list Print list of available modes on all or specified screens. -q/--query Print list of current modes on all or specified screens -r/--resize Change root window size. --help Print help info. EXAMPLES
Choose a resolution out of all possible: gvidm Choose a resolution out of 1024x768, 800x600, 640x480: gvidm 1024x768 800x600 640x480 Switch to 640x480 immediatly: gvidm 640x480 Switch screen 1 to 800x600 and screen 2 to 1024x768: gvidm 1:800x600 2:1024x768 Switch all screens to their highest resolution: gvidm all:max Choose from only screen 1's modes: gvidm 1:all Print current mode of all screens: gvidm -q Print current mode of screen 2 and screen 3: gvidm -q 2 3 NOTES
Please note that gvidm cannot change the color depth, as that requires restarting X. Furthermore, any and all modes you want to appear must be defined in your XF86Config. If you've only configured one mode, that's all that will show in the pop up. (Though this seems to no longer be the case with XFree 4.3+) The XVidMode and/or XRandR extensions must be enabled in order to run gvid. As mentioned above, gvidm supports multiple screen displays, including Xinerama. If you're running Xinerama, make sure that the configure script detects that and compiles in support for it. If gvidm only displays one list of resolutions when you're running Xinerama, it means that Xinerama wasn't detected. AUTHOR
Matthew Mueller <donut AT dakotacom.net> The latest version, and other programs I have written, are available from: http://www.dakotacom.net/~donut/programs/gvidm.html Based on gvid by Keith Vanderlinde <kvand@mit.edu> http://kvand.mit.edu/gvid/ 23 Jun 2004 gvidm(1)