Comment 58 for bug 589485

Revision history for this message
In , MartinDengler (mtd) wrote :

I renamed the option to match comment #27 https://bugs.freedesktop.org/show_bug.cgi?id=23705#c27 in #27505: DontForce96DPI. There are Fedora 15 i386 and x86_64 rpms at: http://koji.fedoraproject.org/koji/taskinfo?taskID=3372856 and of course the source rpm.

I tested it and actually didn't see what I expected, so I'm not sure what's going wrong:

$ rpm -q xorg-x11-server-Xorg
xorg-x11-server-Xorg-1.10.4-1.3.fc15.x86_64
$ grep -C2 Dont /etc/X11/xorg.conf
Section "ServerFlags"
        Option "AIGLX" "on"
        Option "DontForce96DPI" "on"
EndSection

$ xrandr|grep LV
LVDS connected 1366x768+0+0 (normal left inverted right x axis y axis) 293mm x 164mm
$ xdpyinfo|grep dimens
  dimensions: 1366x768 pixels (361x203 millimeters)

I rebased Nick's original patch but I don't think I ended up with something any different than his most recently-posted, rebased patch.