Alex Deucher wrote:
# grep 'Image Size:' /var/log/Xorg.0.log | uniq
(II) RADEON(0): clock: 154.0 MHz Image Size: 593 x 371 mm
This is from the edid.
# grep 'screen physical' /var/log/Xorg.0.log
(II) RADEON(0): Setting screen physical size to 508 x 317
This is from the xserver. The display size is all handled in the
xserver rather than the driver. All the driver does is pass the edid
along. Recent xservers default to 96 dpi.
Also discovered that removing xorg.conf (with HD 4850) gives me 96 DPI
instead of (correct) 82 DPI.
Restoring my xorg.conf gives me back the correct 82 DPI. File attached.
Thanks,
Dave W.
Section "Device"
Identifier "Configured Video Device"
Driver "radeon"
Option "ModeDebug" "true"
# Option "AccelMethod" "exa"
# Option "RenderAccel" "on"
# Option "DRI" "on"
# Option "EnablePageFlip" "on"
EndSection
Section "Monitor"
Identifier "HH281HPB"
VendorName "Hanns.G"
ModelName "HH281HPB"
HorizSync 24-80
VertRefresh 56-75
DisplaySize 593 371
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "HH281HPB"
SubSection "Display"
Depth 24
Virtual 1920 1200
Modes "1920x1200" "640x480"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "On"
EndSection
Section "ServerFlags"
Option "AIGLX" "On"
Option "StandbyTime" "10"
Option "SuspendTime" "12"
Option "OffTime" "15"
EndSection
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati