PDA

View Full Version : [gnome] monitor configuration lost on every logout



gts
February 9th, 2009, 02:42 PM
distro: ubuntu 8.10 amd64
dual monitor:
- lg flatron 995ft plus on the left, 19'' 1280x1024@85 Hz
- lg flatron f900p on the right, 19'' 1280x1024@100 Hz
video card: ati radeon 9800 pro, using open source drivers (not fglrx)

I've set up all perfectly using gnome-display-properties (and a little tweak of the xorg.conf file to get 100 Hz refresh), but every time I reboot or simply log out, all is messed up (mirror screens, wrong vertical refresh etc.).

This is my xorg.conf, with the 100 Hz modification, but even before that modification the settings didn't used to be saved.



# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg

Section "Monitor"
Identifier "Configured Monitor"
Vendorname "LG Electronics Inc."
Modelname "LG F900P"
Horizsync 30.0-111.0
Vertrefresh 50.0-160.0
modeline "1280x1024@100" 190.3 1280 1376 1520 1760 1024 1025 1028 1085 +hsync +vsync
Gamma 1.0
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Modes "1280x1024@100"
Virtual 2560 1024
EndSubSection
EndSection

Section "Device"
Identifier "Configured Video Device"
EndSection



I honestly don't know where to look to resolv this problem, also thanks to the fact that every time I put a line in xorg.conf I don't even know if Xorg cares or not about that...

Please try to suggest solutions that don't involve the installation of fglrx, because gaining a good multimonitor with my hardware and that driver is IMPOSSIBLE... The actual configuration that I had is just perfect, it only needs to be SAVED... somewhere...

Sorry for my english, and thanks in advance...