|
Bugzilla – Full Text Bug Listing |
| Summary: | Fonts fallback with external monitor | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Juergen Weigert <jw> |
| Component: | X11 Applications | Assignee: | Hendrik Vogelsang <hvogel> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | behlert, maiku.fabian |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 10.3 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 357354 | ||
| Attachments: |
screenshot -- VGA connected while Xserver start
screenshot -- no VGA connected -- normal fonts. |
||
|
Description
Juergen Weigert
2008-07-05 13:32:19 UTC
Created attachment 226110 [details]
screenshot -- VGA connected while Xserver start
Created attachment 226111 [details]
screenshot -- no VGA connected -- normal fonts.
This sounds like a DPI issue combined with automatic monitor detection/configuration of RANDR 1.2. Mike? As a workaround, you could add the following rule to your ~/.fonts.conf: <match target="pattern" > <edit mode="assign" name="dpi" > <double>75</double> </edit> </match> instead of 75, use the true dpi of the internal display of your X60. After doing this, the external display will use fonts which have the same height in pixels as the internal display which might be what you want. is that what you want juergen? can we close this? I am fine with this workaround. thanks Mike. so i close this |