|
|
|
|
||||||
| linux.debian.user debian-user@lists.debian.org. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
2007/9/28, Neil Watson <debian@watson-wilson.ca>:
> On Fri, Sep 28, 2007 at 10:43:38PM +0200, Pál Csányi wrote: > >Where can I pass the -fn argument to xterm to set up font size, using dwm? > > You can assign you xterm properties in .Xdefaults: > > # fonts > xterm*faceName: Bitstream Vera Sans Mono:style=Bold I edit the .Xdefaults : xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* run xterm but the font do not changes. Why? -- Regards, Paul Csanyi http://www.freewebs.com/csanyi-pal/index.htm |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
"Pál Csányi" <csanyipal@gmail.com> writes:
> 2007/9/28, Neil Watson <debian@watson-wilson.ca>: >> On Fri, Sep 28, 2007 at 10:43:38PM +0200, Pál Csányi wrote: >> >Where can I pass the -fn argument to xterm to set up font size, using dwm? >> >> You can assign you xterm properties in .Xdefaults: >> >> # fonts >> xterm*faceName: Bitstream Vera Sans Mono:style=Bold > > I edit the .Xdefaults : > xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* > > run xterm but the font do not changes. Why? did you run 'xrdb -merge ~/.Xresources' to add the changed resources or login/out of X? -- Peter Smerdon psmerdon@magma.ca -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG/XC2owvbDpiw8RERAt1UAJ9AXLIJP2JlBCo8QjmdfdbMFul6DwC gkkpM DCvwICzGDf+knGhEwNbaEgM= =3Wol -----END PGP SIGNATURE----- |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
2007/9/28, Peter Smerdon <psmerdon@magma.ca>:
> "Pál Csányi" <csanyipal@gmail.com> writes: > > > 2007/9/28, Neil Watson <debian@watson-wilson.ca>: > >> On Fri, Sep 28, 2007 at 10:43:38PM +0200, Pál Csányi wrote: > >> >Where can I pass the -fn argument to xterm to set up font size, usingdwm? > >> > >> You can assign you xterm properties in .Xdefaults: > >> > >> # fonts > >> xterm*faceName: Bitstream Vera Sans Mono:style=Bold > > > > I edit the .Xdefaults : > > xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* > > > > run xterm but the font do not changes. Why? > > did you run 'xrdb -merge ~/.Xresources' to add the changed resources or login/out of X? Yes, I did, I logout/login of X. -- Regards, Paul Csanyi http://www.freewebs.com/csanyi-pal/index.htm |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Fri, 28 Sep 2007 23:08:21 +0200
"Pál Csányi" <csanyipal@gmail.com> wrote: > 2007/9/28, Neil Watson <debian@watson-wilson.ca>: > > On Fri, Sep 28, 2007 at 10:43:38PM +0200, Pál Csányi wrote: > > >Where can I pass the -fn argument to xterm to set up font size, > > >using dwm? > > > > You can assign you xterm properties in .Xdefaults: > > > > # fonts > > xterm*faceName: Bitstream Vera Sans Mono:style=Bold > > I edit the .Xdefaults : > xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* > > run xterm but the font do not changes. Why? > The faceName resource is used to select fonts using the FreeType library. I am not familiar with the 'biznet' font. Is it available to FreeType? You can check using the 'fc-list' command. -- Liam |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
On Fri, Sep 28, 2007 at 11:37:36PM +0200, Pál Csányi wrote:
> 2007/9/28, Peter Smerdon <psmerdon@magma.ca>: > > "Pál Csányi" <csanyipal@gmail.com> writes: > > > > > 2007/9/28, Neil Watson <debian@watson-wilson.ca>: > > >> On Fri, Sep 28, 2007 at 10:43:38PM +0200, Pál Csányi wrote: > > >> >Where can I pass the -fn argument to xterm to set up font size, using dwm? > > >> > > >> You can assign you xterm properties in .Xdefaults: > > >> > > >> # fonts > > >> xterm*faceName: Bitstream Vera Sans Mono:style=Bold > > > > > > I edit the .Xdefaults : > > > xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* > > > The closest I have to xterm installed is aterm and it specifies that for '-fn' argument, use the resource name 'font' so try xterm*font: -biznetblachblahblah xterm*boldfont: -biznetblahblhablah > > > run xterm but the font do not changes. Why? > > > > did you run 'xrdb -merge ~/.Xresources' to add the changed resources orlogin/out of X? > > Yes, I did, I logout/login of X. that may require a full restart of X, I'm not sure, but just FTR, if you're already editing ~/.Xdefaults on a cli somewhere, its pretty darn easy to do the `xrdb -merge ~/.Xdefaults && xterm` and see results immediately. Also, I use ~/.Xdefaults not ~/.Xresources. I'm not sure if that's critical, but sure could be. A -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFG/XdYaIeIEqwil4YRAhIbAJ93/Xrzx2mynw2Qz/6SAUj18e+HZwCgx2Tl T5IZawZ+RgdOjo6i+WVq2CY= =jH13 -----END PGP SIGNATURE----- |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
2007/9/29, Liam O'Toole <liam.p.otoole@gmail.com>:
> On Fri, 28 Sep 2007 23:08:21 +0200 > "Pál Csányi" <csanyipal@gmail.com> wrote: > > > 2007/9/28, Neil Watson <debian@watson-wilson.ca>: > > > On Fri, Sep 28, 2007 at 10:43:38PM +0200, Pál Csányi wrote: > > > >Where can I pass the -fn argument to xterm to set up font size, > > > >using dwm? > > > > > > You can assign you xterm properties in .Xdefaults: > > > > > > # fonts > > > xterm*faceName: Bitstream Vera Sans Mono:style=Bold > > > > I edit the .Xdefaults : > > xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* > > > > run xterm but the font do not changes. Why? > > > > The faceName resource is used to select fonts using the FreeType > library. I am not familiar with the 'biznet' font. Is it available to > FreeType? You can check using the 'fc-list' command. No, it is not available. I checked out with 'fc-list'. So, I decide to use rxvt (xterm that support the biznet fonts). -- Regards, Paul Csanyi http://www.freewebs.com/csanyi-pal/index.htm |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
2007/9/28, Andrew Sackville-West <andrew@farwestbilliards.com>:
> On Fri, Sep 28, 2007 at 11:37:36PM +0200, Pál Csányi wrote: > > 2007/9/28, Peter Smerdon <psmerdon@magma.ca>: > > > "Pál Csányi" <csanyipal@gmail.com> writes: > > > > > > > 2007/9/28, Neil Watson <debian@watson-wilson.ca>: > > > >> On Fri, Sep 28, 2007 at 10:43:38PM +0200, Pál Csányi wrote: > > > >> >Where can I pass the -fn argument to xterm to set up font size, using dwm? > > > >> > > > >> You can assign you xterm properties in .Xdefaults: > > > >> > > > >> # fonts > > > >> xterm*faceName: Bitstream Vera Sans Mono:style=Bold > > > > > > > > I edit the .Xdefaults : > > > > xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* > > > > > > The closest I have to xterm installed is aterm and it specifies that > for '-fn' argument, use the resource name 'font' so try > > xterm*font: -biznetblachblahblah > xterm*boldfont: -biznetblahblhablah > > > > > run xterm but the font do not changes. Why? > > > > > > did you run 'xrdb -merge ~/.Xresources' to add the changed resources or login/out of X? > > > > Yes, I did, I logout/login of X. > > that may require a full restart of X, I'm not sure, but just FTR, > if you're already editing ~/.Xdefaults on a cli somewhere, its pretty > darn easy to do the `xrdb -merge ~/.Xdefaults && xterm` and see > results immediately. Also, I use ~/.Xdefaults not ~/.Xresources. I'm > not sure if that's critical, but sure could be. Thank you all for ! -- Regards, Paul Csanyi http://www.freewebs.com/csanyi-pal/index.htm |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
Pál Csányi <csanyipal@gmail.com> wrote:
> I edit the .Xdefaults : > xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* xterm.*font: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* (the package description for biznet font says it is a bitmap font) -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
#9 |
|
Messages: n/a
Hébergeur: |
Pál Csányi <csanyipal@gmail.com> wrote:
> I edit the .Xdefaults : > xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* xterm.*font: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* (the package description for biznet font says it is a bitmap font) -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian..org . |
|
|
|
#10 |
|
Messages: n/a
Hébergeur: |
Pál Csányi <csanyipal@gmail.com> wrote:
> I edit the .Xdefaults : > xterm.*faceName: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* xterm.*font: -biznet-fixed-*-*-*-*-24-*-*-*-*-*-*-* (the package description for biznet font says it is a bitmap font) -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian...org . .. |
|
![]() |
| Outils de la discussion | |
|
|