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





--- Comment #10 from Oliver Maurhart <[EMAIL PROTECTED]>  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.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to