I don't know if this is a purely RHEL5 issue, or influenced by running it as a VM.
MacBook Pro, OS X resolution currently set to its maximum: 1440x900.
In the VM, I change the resolution from 1920x1200, to 1024x768 (I've tried other settings as well), then click 'OK'. I'm told:
"Display settings changed. You need to log out and restart the X server for the changes to take effect. Configuration was written to /etc/X11/xorg.conf [...]".
I restarted the VM, but changes don't stick.
If I reopen Display Settings after having attempted to make a change, the resolution remains at 1920x1200. It's as if the change isn't being written properly. If I change colors from Millions to Thousands, that sticks immediately (meaning if I reopen Display Settings, the choice I've changed to is what I changed it to).
Following show the permissions (I'm logged in as root, and have write privs to that file); a diff; and the video sections of xorg.conf. Most of my VM settings are default. I did increase video memory to 32MB.
Bob
-rw-r--r-- 1 root root 764 May 7 08:48 xorg.conf
-rw-r--r-- 1 root root 775 May 7 08:43 xorg.conf.backup
# diff /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
28c28
< Modes "1920x1200" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "800x600" "640x480" "640x480"
---
Modes "1920x1200" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
-----------
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection
MacBook Pro, OS X resolution currently set to its maximum: 1440x900.
In the VM, I change the resolution from 1920x1200, to 1024x768 (I've tried other settings as well), then click 'OK'. I'm told:
"Display settings changed. You need to log out and restart the X server for the changes to take effect. Configuration was written to /etc/X11/xorg.conf [...]".
I restarted the VM, but changes don't stick.
If I reopen Display Settings after having attempted to make a change, the resolution remains at 1920x1200. It's as if the change isn't being written properly. If I change colors from Millions to Thousands, that sticks immediately (meaning if I reopen Display Settings, the choice I've changed to is what I changed it to).
Following show the permissions (I'm logged in as root, and have write privs to that file); a diff; and the video sections of xorg.conf. Most of my VM settings are default. I did increase video memory to 32MB.
Bob
-rw-r--r-- 1 root root 764 May 7 08:48 xorg.conf
-rw-r--r-- 1 root root 775 May 7 08:43 xorg.conf.backup
# diff /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
28c28
< Modes "1920x1200" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "800x600" "640x480" "640x480"
---
Modes "1920x1200" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "1024x768" "800x600" "800x600" "640x480" "640x480"
-----------
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1920x1200" "1680x1050" "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "800x600" "640x480" "640x480"
EndSubSection