[Bug 15865] DisplaySize first considered but than overwritten

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 25 03:27:37 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=15865





--- Comment #10 from Oliver Maurhart <oliver.maurhart at gmx.net>  2008-11-25 03:27:36 PST ---
Ahhh ... =)

/etc/X11/xorg.conf
---> snip --->

Section "Monitor"
        Identifier      "LVDS"
        Option       "DPMS"
        DisplaySize  332 209
EndSection

Section "Monitor"
        Identifier      "VGA"
EndSection

Section "Device"
        Identifier  "xorg ati driver"
        Driver      "ati"
        Option          "Monitor-LVDS" "LVDS"
        Option          "Monitor-VGA-0" "VGA"
        Option          "XAANoOffscreenPixmaps" "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "xorg ati driver"
        Monitor    "LVDS"
        DefaultDepth    24
        SubSection "Display"
                Viewport        0 0
                Depth           24
                Modes           "1920x1200"
        EndSubSection
EndSection

<--- snap <---

Did it:

---> snip --->
# xdpyinfo | grep resolution
  resolution:    147x146 dots per inch
<--- snap <---

THX. Didn't knew of these Option values.

Great!


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list