Unix Technical Forum

Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE

This is a discussion on Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> subject ought to cover it been googling -> so far no joy Xorg.0.log mentions the font path being set ...


Go Back   Unix Technical Forum > Unix Operating Systems > Slackware Linux Support

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-19-2008, 06:51 PM
prodigal1
 
Posts: n/a
Default Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE

subject ought to cover it
been googling -> so far no joy
Xorg.0.log mentions the font path being set to:
"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
I'm guessing that the ":unscaled" is an attribute being applied to the
fonts in that directory. What exactly does this mean? That the fonts
are to be applied at a fixed size?

I've posted about this problem in the past in here and gotten no
response, so maybe it's unique to me, trop banal or egregiously OT.
Anyone else seen anything like this? If I pull the card and stick in
say a PCI Matrox Mystique or MilleniumII, all is good. Is there some
source I can czech out for info? Is the driver for the ATI no-good?

any SWAG's, opinions, clues, flames welcomed
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-19-2008, 06:51 PM
prodigal1
 
Posts: n/a
Default Re: Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE

prodigal1 wrote:
> subject ought to cover it


furthermore
swapped out the 8meg Rage IIc AGP with an 8meg Rage Pro PCI
redid xorgconfig

did startx as user

no joy

beautiful 32bbp colour, but the fonts in KDE and even in the terminal
windows are miniscule in size=totally unreadable

may try removing and reinstalling all X11 files
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-19-2008, 06:51 PM
prodigal1
 
Posts: n/a
Default Re: Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE

prodigal1 wrote:
> prodigal1 wrote:
>
>> subject ought to cover it

>
>
> furthermore


furthermore
swapped out RageIIc PCI with a Matrox Mystique 1064sg PCI
redid xorgconfig
did startx as user

all is good, beautiful 24bbp colour, nice anti-aliased fonts

conclusion: ATI driver in Xorg is FUBAR
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-19-2008, 06:51 PM
Shannon Lloyd
 
Posts: n/a
Default Re: Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE

prodigal1 wrote:
> prodigal1 wrote:
>
>> prodigal1 wrote:
>>
>>> subject ought to cover it

>>
>>
>>
>> furthermore

>
>
> furthermore
> swapped out RageIIc PCI with a Matrox Mystique 1064sg PCI
> redid xorgconfig
> did startx as user
>
> all is good, beautiful 24bbp colour, nice anti-aliased fonts
>
> conclusion: ATI driver in Xorg is FUBAR


Not sure if your problem is the same problem that I've had in the past,
but I've had issues with font sizes in X with an NVidia card (using the
nvidia driver - the nv driver does not seem to suffer from this
problem). After much hair pulling, one day I stumbled across the
DisplaySize setting for the Monitor section of xorg.conf. Took a bit of
trial and error to get it working correctly. Mine is set to:
DisplaySize 480 420
No, my screen is not in fact 48cm x 42cm, but this is the setting that
seems to work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-19-2008, 06:51 PM
prodigal1
 
Posts: n/a
Default Re: Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE

Shannon Lloyd wrote:
> one day I stumbled across the
> DisplaySize setting for the Monitor section of xorg.conf. Took a bit of
> trial and error to get it working correctly. Mine is set to:
> DisplaySize 480 420
> No, my screen is not in fact 48cm x 42cm, but this is the setting that
> seems to work.


what size monitor are you using?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-19-2008, 06:51 PM
Shannon Lloyd
 
Posts: n/a
Default Re: Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE

prodigal1 wrote:
> Shannon Lloyd wrote:
>
>> one day I stumbled across the DisplaySize setting for the Monitor
>> section of xorg.conf. Took a bit of trial and error to get it working
>> correctly. Mine is set to:
>> DisplaySize 480 420
>> No, my screen is not in fact 48cm x 42cm, but this is the setting that
>> seems to work.

>
>
> what size monitor are you using?


19" (a pair of them). each at 1600x1200.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-19-2008, 06:51 PM
cashmir
 
Posts: n/a
Default Re: Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE

Shannon Lloyd wrote:
> prodigal1 wrote:
>
>> Shannon Lloyd wrote:
>>
>>> one day I stumbled across the DisplaySize setting for the Monitor
>>> section of xorg.conf. Took a bit of trial and error to get it working
>>> correctly. Mine is set to:
>>> DisplaySize 480 420
>>> No, my screen is not in fact 48cm x 42cm, but this is the setting
>>> that seems to work.

>>
>>
>>
>> what size monitor are you using?

>
>
> 19" (a pair of them). each at 1600x1200.


you can also use " startx -dpi 96 " to
enhance fonts.

or edit the "startx " script and add " -dpi 96 " as below:

' defaultserverargs="-dpi 96" '
if you use a graph. login, you have to edit xorg.conf as explained above.

cashmir
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-19-2008, 06:52 PM
prodigal1
 
Posts: n/a
Default Re: Slack10 +Xorg +ATI rage IIc AGP =miniature fonts in KDE

cashmir wrote:

> you can also use " startx -dpi 96 " to
> enhance fonts.
>
> or edit the "startx " script and add " -dpi 96 " as below:
>
> ' defaultserverargs="-dpi 96" '
> if you use a graph. login, you have to edit xorg.conf as explained above.
>
> cashmir


thank you very much
this worked perfectly
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 05:51 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com