* [gentoo-user] Very small fonts after re-emerging xorg-x11
@ 2006-06-28 10:25 Arturo 'Buanzo' Busleiman
2006-06-28 14:53 ` A. R.
0 siblings, 1 reply; 11+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2006-06-28 10:25 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Yesterday I re-emerged xorg-x11 and all my nvidia ebuilds (glx, kernel and settings) after unmasking
nvidia-* by ~x86, and adding dlloader to my USE flags (yes, it was not enabled by default, as I use
- -* and package-per-package use-flags).
After re-emerging that, I restarted xdm/kdm and when I logged in I found all fonts to be quite
smaller... to the level of thinking I had a bigger resolution :P (I use 1024x768 maximum).
Any idea?
What information can I provide?
- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
Genetic - A multiplatform Gentoo Portage Frontend - http://genetic.sourceforge.net
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar ; done
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEolkVAlpOsGhXcE0RAq7BAJ9JPjoOFHc0hBlE7h5M2ejDpev+owCeOsNk
+jvZZl+kkc0z1Hhpj+dGUn4=
=ZwPD
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Very small fonts after re-emerging xorg-x11
2006-06-28 10:25 [gentoo-user] Very small fonts after re-emerging xorg-x11 Arturo 'Buanzo' Busleiman
@ 2006-06-28 14:53 ` A. R.
2006-06-28 15:40 ` Andrew Gaydenko
2006-06-28 16:00 ` [gentoo-user] " James
0 siblings, 2 replies; 11+ messages in thread
From: A. R. @ 2006-06-28 14:53 UTC (permalink / raw
To: gentoo-user
> After re-emerging that, I restarted xdm/kdm and when I logged in I found all fonts to be quite
> smaller... to the level of thinking I had a bigger resolution :P (I use 1024x768 maximum).
>
> Any idea?
>
> What information can I provide?
>
Hi,
I used to have the same problems every time I upgraded xorg until I
found information about passing the screen dimensions in the xorg.conf
file so the server can determine (calculate) the DPI.
Basically, you can provide the screen dimensions in millimiters in the
following manner:
Section "Monitor"
Identifier "CRT-2"
VendorName "Sony"
ModelName "CDP-G400"
DisplaySize 355 264
EndSection
This way you'll get a consistent DPI for your display even after upgrading xorg.
Another way of achieving this is, if you do not boot right into
KDM/XDM, you log into the console and pass a DPI value when starting
xorg:
startx -- -layout <Your server layout of choice> -dpi 96
As you can see, in the example I am forcing a DPI of 96.
Hope this helps.
- AR
--
If you stare long enough into an abyss, the abyss will stare back into you...
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Very small fonts after re-emerging xorg-x11
2006-06-28 14:53 ` A. R.
@ 2006-06-28 15:40 ` Andrew Gaydenko
2006-06-28 16:33 ` Richard Fish
2006-06-28 16:00 ` [gentoo-user] " James
1 sibling, 1 reply; 11+ messages in thread
From: Andrew Gaydenko @ 2006-06-28 15:40 UTC (permalink / raw
To: gentoo-user
I have something like this:
Section "Device"
Identifier "Card00"
Driver "nv"
BusID "PCI:1:0:0"
Screen 0
Option "DPI" "100 x 100" # <-------- this is place to play!
EndSection
======= On Wednesday 28 June 2006 18:53, A. R. wrote: =======
> After re-emerging that, I restarted xdm/kdm and when I logged in I found all fonts to be quite
> smaller... to the level of thinking I had a bigger resolution :P (I use 1024x768 maximum).
>
> Any idea?
>
> What information can I provide?
>
Hi,
I used to have the same problems every time I upgraded xorg until I
found information about passing the screen dimensions in the xorg.conf
file so the server can determine (calculate) the DPI.
Basically, you can provide the screen dimensions in millimiters in the
following manner:
Section "Monitor"
Identifier "CRT-2"
VendorName "Sony"
ModelName "CDP-G400"
DisplaySize 355 264
EndSection
This way you'll get a consistent DPI for your display even after upgrading xorg.
Another way of achieving this is, if you do not boot right into
KDM/XDM, you log into the console and pass a DPI value when starting
xorg:
startx -- -layout <Your server layout of choice> -dpi 96
As you can see, in the example I am forcing a DPI of 96.
Hope this helps.
- AR
--
If you stare long enough into an abyss, the abyss will stare back into you...
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-user] Re: Very small fonts after re-emerging xorg-x11
2006-06-28 14:53 ` A. R.
2006-06-28 15:40 ` Andrew Gaydenko
@ 2006-06-28 16:00 ` James
2006-06-28 16:20 ` A. R.
2006-06-28 16:30 ` Richard Fish
1 sibling, 2 replies; 11+ messages in thread
From: James @ 2006-06-28 16:00 UTC (permalink / raw
To: gentoo-user
> Basically, you can provide the screen dimensions in millimiters in the
> following manner:
> Section "Monitor"
> Identifier "CRT-2"
> VendorName "Sony"
> ModelName "CDP-G400"
> DisplaySize 355 264
> EndSection
Very nice! However, where does one find some sort of matix listing of screen
screen sizes, aspect ratios and the corresponding dimentions in mm ?
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: Very small fonts after re-emerging xorg-x11
2006-06-28 16:00 ` [gentoo-user] " James
@ 2006-06-28 16:20 ` A. R.
2006-06-28 16:30 ` Richard Fish
1 sibling, 0 replies; 11+ messages in thread
From: A. R. @ 2006-06-28 16:20 UTC (permalink / raw
To: gentoo-user
> Very nice! However, where does one find some sort of matix listing of screen
> screen sizes, aspect ratios and the corresponding dimentions in mm ?
>
> James
I do not know that...
I had to actually measure my monitor!! :-)
But I think a better solution has been mentioned in one of the
responses above, the one that uses a "DPI" option...
Ragards,
- AR
--
If you stare long enough into an abyss, the abyss will stare back into you...
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: Very small fonts after re-emerging xorg-x11
2006-06-28 16:00 ` [gentoo-user] " James
2006-06-28 16:20 ` A. R.
@ 2006-06-28 16:30 ` Richard Fish
2006-06-28 17:13 ` James
2006-06-29 19:10 ` James
1 sibling, 2 replies; 11+ messages in thread
From: Richard Fish @ 2006-06-28 16:30 UTC (permalink / raw
To: gentoo-user
On 6/28/06, James <wireless@tampabay.rr.com> wrote:
> Very nice! However, where does one find some sort of matix listing of screen
> screen sizes, aspect ratios and the corresponding dimentions in mm ?
Why do you need a matrix? Just measure and enter the actual
dimensions of your display.
Or if you want a specific DPI, do the math. For example, for
1280x1024 at 100dpi:
width = 1280pix / 100pix/in -> 12.8in * 25.4mm/in -> 325mm
height = 1024pix / 100pix/in -> 10.24in * 25.4mm/in -> 260mm
So the dimensions should be 325x260.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Very small fonts after re-emerging xorg-x11
2006-06-28 15:40 ` Andrew Gaydenko
@ 2006-06-28 16:33 ` Richard Fish
2006-06-28 16:56 ` Andrew Gaydenko
0 siblings, 1 reply; 11+ messages in thread
From: Richard Fish @ 2006-06-28 16:33 UTC (permalink / raw
To: gentoo-user
On 6/28/06, Andrew Gaydenko <a@gaydenko.com> wrote:
> I have something like this:
>
> Section "Device"
> Identifier "Card00"
> Driver "nv"
> BusID "PCI:1:0:0"
> Screen 0
> Option "DPI" "100 x 100" # <-------- this is place to play!
Are you sure about this? DPI is not a standard option for the Device
section, and doesn't appear in the nv man page. It is valid for the
nvidia driver, but I think if you check /var/log/Xorg.0.log, you will
find that this is generating an error message with the nv driver...
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Very small fonts after re-emerging xorg-x11
2006-06-28 16:33 ` Richard Fish
@ 2006-06-28 16:56 ` Andrew Gaydenko
0 siblings, 0 replies; 11+ messages in thread
From: Andrew Gaydenko @ 2006-06-28 16:56 UTC (permalink / raw
To: gentoo-user
Richard,
You are right, this is my mistake - the Option is nvidia driver trace :-)
There *is* a string:
(WW) NV(0): Option "DPI" is not used
Andrew
======= On Wednesday 28 June 2006 20:33, Richard Fish wrote: =======
On 6/28/06, Andrew Gaydenko <a@gaydenko.com> wrote:
> I have something like this:
>
> Section "Device"
> Identifier "Card00"
> Driver "nv"
> BusID "PCI:1:0:0"
> Screen 0
> Option "DPI" "100 x 100" # <-------- this is place to play!
Are you sure about this? DPI is not a standard option for the Device
section, and doesn't appear in the nv man page. It is valid for the
nvidia driver, but I think if you check /var/log/Xorg.0.log, you will
find that this is generating an error message with the nv driver...
-Richard
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-user] Re: Very small fonts after re-emerging xorg-x11
2006-06-28 16:30 ` Richard Fish
@ 2006-06-28 17:13 ` James
2006-06-28 21:20 ` Arturo 'Buanzo' Busleiman
2006-06-29 19:10 ` James
1 sibling, 1 reply; 11+ messages in thread
From: James @ 2006-06-28 17:13 UTC (permalink / raw
To: gentoo-user
Richard Fish <bigfish <at> asmallpond.org> writes:
> width = 1280pix / 100pix/in -> 12.8in * 25.4mm/in -> 325mm
>height = 1024pix / 100pix/in -> 10.24in * 25.4mm/in -> 260mm
For a 1440x900 portable;
DisplaySize 366 229
worked great.
Thanks Richard!
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [gentoo-user] Re: Very small fonts after re-emerging xorg-x11
2006-06-28 17:13 ` James
@ 2006-06-28 21:20 ` Arturo 'Buanzo' Busleiman
0 siblings, 0 replies; 11+ messages in thread
From: Arturo 'Buanzo' Busleiman @ 2006-06-28 21:20 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Thank you people for all of your help!
- --
Arturo "Buanzo" Busleiman - VPN Mail Project - http://vpnmail.buanzo.com.ar
Consultor en Seguridad Informatica - http://www.buanzo.com.ar
Genetic - A multiplatform Gentoo Portage Frontend - http://genetic.sourceforge.net
for f in www blog linux-consulting vpnmail; do firefox http://$f.buanzo.com.ar ; done
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFEovK1AlpOsGhXcE0RAv4eAJ4sVtNWFI/MKGYpd6pKvaT8dpfCOQCcCiLz
TCAuVLREKLNwVBsXFtz7IHk=
=9+7f
-----END PGP SIGNATURE-----
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
* [gentoo-user] Re: Very small fonts after re-emerging xorg-x11
2006-06-28 16:30 ` Richard Fish
2006-06-28 17:13 ` James
@ 2006-06-29 19:10 ` James
1 sibling, 0 replies; 11+ messages in thread
From: James @ 2006-06-29 19:10 UTC (permalink / raw
To: gentoo-user
Richard Fish <bigfish <at> asmallpond.org> writes:
>
Sorry for the delayed resonse. Gmane:
http://thread.gmane.org/gmane.linux.gentoo.user
has been down quite a bit, of late......
> Why do you need a matrix? Just measure and enter the actual
> dimensions of your display.
> Or if you want a specific DPI, do the math. For example, for
> 1280x1024 at 100dpi:
> width = 1280pix / 100pix/in -> 12.8in * 25.4mm/in -> 325mm
> height = 1024pix / 100pix/in -> 10.24in * 25.4mm/in -> 260mm
> So the dimensions should be 325x260.
DisplaySize 366 229 # display size in mm for DPI auto set
width = 1440pix / 100pix/in -> 14.4in * 25.4mm/in -> 366 mm
height = 900pix / 100pix/in -> 9.00in * 25.4mm/in -> 229 mm
Works like a champ on a 1440x900 portable screen.
thx,
James
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2006-06-29 19:23 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-28 10:25 [gentoo-user] Very small fonts after re-emerging xorg-x11 Arturo 'Buanzo' Busleiman
2006-06-28 14:53 ` A. R.
2006-06-28 15:40 ` Andrew Gaydenko
2006-06-28 16:33 ` Richard Fish
2006-06-28 16:56 ` Andrew Gaydenko
2006-06-28 16:00 ` [gentoo-user] " James
2006-06-28 16:20 ` A. R.
2006-06-28 16:30 ` Richard Fish
2006-06-28 17:13 ` James
2006-06-28 21:20 ` Arturo 'Buanzo' Busleiman
2006-06-29 19:10 ` James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox