請問Qt and GTK2的字型
Moderator: Forums Team
請問Qt and GTK2的字型
我是用KDE,不過有些Gnome的軟體不錯
不過若用gtk2的軟體, 為了字型我必須emerge control-center,然後啟動gnome-setting-daemon
可是每次gtk2字型正常後,就換qt字型大小變了,且若是所有的qt都同時變大也就還好,但是有的有變有的沒........
請問友人知道怎麼解決嗎?
我所有的firefly patch都有用~~~include pango
不過若用gtk2的軟體, 為了字型我必須emerge control-center,然後啟動gnome-setting-daemon
可是每次gtk2字型正常後,就換qt字型大小變了,且若是所有的qt都同時變大也就還好,但是有的有變有的沒........
請問友人知道怎麼解決嗎?
我所有的firefly patch都有用~~~include pango
Re: 請問Qt and GTK2的字型
看看這個吧,應該是有用seifer wrote:我是用KDE,不過有些Gnome的軟體不錯
不過若用gtk2的軟體, 為了字型我必須emerge control-center,然後啟動gnome-setting-daemon
可是每次gtk2字型正常後,就換qt字型大小變了,且若是所有的qt都同時變大也就還好,但是有的有變有的沒........
請問友人知道怎麼解決嗎?
我所有的firefly patch都有用~~~include pango
http://netlab.cse.yzu.edu.tw/~statue/fr ... ut/wm.html
另外還有一個地方可以改,但是只對使用kdm登入有效,
目前我設 96dpi還算滿意,而且這個值跟windows的設定相近,在windows字型的使用上感覺還不錯…
目前我設 96dpi還算滿意,而且這個值跟windows的設定相近,在windows字型的使用上感覺還不錯…
Code: Select all
su:scsihome root # cat /usr/kde/3.2/share/config/kdm/Xservers
# Xservers - local X-server list
#
# This file should contain an entry to start the server on the
# local display; if you have more than one display (not screen),
# you can add entries to the list (one per line).
# If you also have some X terminals connected which do not support XDMCP,
# you can add them here as well; you will want to leave those terminals
# on and connected to the network, else kdm will have a tougher time
# managing them. Each X terminal line should look like:
# XTerminalName:0 foreign
#
:0 local@tty1 /usr/X11R6/bin/X -dpi 96 -nolisten tcp vt7
:1 local@tty2 reserve /usr/X11R6/bin/X -dpi 96-nolisten tcp :1 vt8
:2 local@tty3 reserve /usr/X11R6/bin/X -dpi 96 -nolisten tcp :2 vt9
:3 local@tty4 reserve /usr/X11R6/bin/X -dpi 96 -nolisten tcp :3 vt10
:4 local@tty5 reserve /usr/X11R6/bin/X -dpi 96 -nolisten tcp :4 vt11
### Don't change these two lines; they are hints for genkdmconf. ###
### Version 1.99 ###
su:scsihome root #我的 /etc/X11 底下找到的Xresources 都有這三行:
! Fix the Xft dpi to 96; this prevents tiny fonts
! or HUGE fonts depending on the screen size.
!Xft.dpi: 90
改這裡應該是全域的吧?
! Fix the Xft dpi to 96; this prevents tiny fonts
! or HUGE fonts depending on the screen size.
!Xft.dpi: 90
改這裡應該是全域的吧?
-- Fire --
Public key: http://kiosk.feuer.idv.tw/www/feuer_kiosk_pub_key.asc
Public key: http://kiosk.feuer.idv.tw/www/feuer_kiosk_pub_key.asc
http://www.csie.ntu.edu.tw/~b7506051/mo ... Chrome.csspaar wrote:哇~方法愈來愈多了,
再找時間來踹..
本來 mozilla 的套件裡有個好像是 css 還是什麼的檔,
註解有說怎麼改選單字型大小,
可是在 gentoo 裡的 mozilla 好像不太鳥那個檔..
真是..
我放到/home/seifer/.mozilla/default/d1l6h2wu.slt/chrome/
/* ----- piaip: Uncomment lines below and change the 14 to some value
that fits best on your system. Remember to entirely
restart your Mozilla. And you must NOT put any space
between 14 and the word 'pt'.
[Big5] 如果你的 Mozilla 看起來字太小/大,可把下面的
註解(就是寫「請刪除此行」的那兩行) 拿掉,再把 14 換成
適合你的系統的字型大小。記得要完全重開 Mozilla。
還有注意 14 與 pt 中間不可有空白。
*/
* {
font-size: 12pt !important;
}
我目前在gentoo用很正常
之前在RH9的經驗是,.gtk-2.0無法改變mozilla
但是gnome-settings-daemon可以
當然userChrome.css也可以
然後當兩種都有時,gnome-settings-daemon比userChrome.css優先
我是用KDE當然不想裝gnome-settings-daemon ^^
但是 gnome-settings-daemon 確實比 .gtkrc-2.0 漂亮..
我是比較龜毛啦:p
我是比較龜毛啦:p
GOT 討論區管理規則及使用指南
http://forums.gentoo.tw/viewtopic.php?t=43260
實行中!
加入 GOT 的郵件討論!
http://lists.linux.org.tw/cgi-bin/mailm ... nfo/gentoo
http://forums.gentoo.tw/viewtopic.php?t=43260
實行中!
加入 GOT 的郵件討論!
http://lists.linux.org.tw/cgi-bin/mailm ... nfo/gentoo
