Bug 15365 - latest git driver font issues
Summary: latest git driver font issues
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 7.3 (2007.09)
Hardware: Other All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-05 06:54 UTC by Alex
Modified: 2008-12-03 01:29 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
xorg.conf (4.37 KB, text/plain)
2008-04-09 07:55 UTC, Alex
no flags Details
Xorg.0.log (43.94 KB, text/plain)
2008-04-09 07:56 UTC, Alex
no flags Details

Description Alex 2008-04-05 06:54:27 UTC
I installed latest ati driver from git to test textured video and new exa and 200m fixes. xorg starts but fonts is very big. For example: my default font is Tahoma 8 - with this driver it looks like Tahoma 64. So desktop is absolutely unusable. I tried EXA and XAA: the result is the same. My server version is 1.4.0.90. Video card - radeon xpress 200m (5955).
Comment 1 Alex Deucher 2008-04-05 16:19:57 UTC
Your monitor does not provide an edid, so the server does not know what size display you have.  You can use xrandr to set the display size, or add the display size to the monitor section of your config.

xrandr --fbmm XxY

or

DisplaySize X Y

Replace X and Y with the width and height of your monitor in mm.
Comment 2 Alex 2008-04-05 22:04:11 UTC
My monitor section:


Section "Monitor"

    #UseModes "16:10"
	Identifier   "monitor1"
	VendorName   "Plug'n Play"
	DisplaySize  333	209
	Option	    "DPMS"
EndSection

I have a notebook and everything ok with driver v. 6.8.0. So I think the problems are with latest changes.
Comment 3 Alex 2008-04-06 00:45:39 UTC
option IgnoreEDID helped me. But anyway I think there is something wrong in the driver code.
Comment 4 Alex Deucher 2008-04-08 11:34:53 UTC
(In reply to comment #3)
> option IgnoreEDID helped me. But anyway I think there is something wrong in the
> driver code.
> 

Sounds like your monitor has a bad edid.  Can you attach you xorg log and config?
Comment 5 Alex 2008-04-09 07:55:32 UTC
Created attachment 15783 [details]
xorg.conf
Comment 6 Alex 2008-04-09 07:56:11 UTC
Created attachment 15784 [details]
Xorg.0.log
Comment 7 Alex Deucher 2008-12-03 01:29:30 UTC
there is no edid so we have no way of knowing what size your monitor is.  You'll need to specify the display size in your xorg config file.  You'll need to change the identifier of your monitor to LVDS if you want to associate it with your panel rather than the VGA port:
        Identifier   "LVDS"
Please see this page for more on xrandr configuration:
http://wiki.debian.org/XStrikeForce/HowToRandR12



Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.