LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 4249|回复: 6

kde和gnome字体大小不同的解决办法

[复制链接]
发表于 2004-5-11 23:35:36 | 显示全部楼层 |阅读模式
辛辛苦苦将gentoo的kde和gnome都编译成功了,但是字体大小就是不能统一,看起来实在的不爽。百般的查阅资料终于找到了切实可行的解决办法。现在介绍如下!
1.
    问题描述:
    gnome中的kde程序字体过大。
    问题原因:
    gnome的分辨率用的是自己的配置,但是kde用的是XF86Config的配置。
    解决办法:

  1. $ xdpyinfo | grep dot
  2.   resolution:    78x78 dots per inch
复制代码

你可以看到这里定义的分辨率是78x78

  1.     $gnome-font-properties
复制代码

点“细节”,选择分辨率将你的分辨率填入其中,你可能需要重新配置字体大小。
这样你的kde程序的字体大小在gnome下就正常了!

2.
   问题描述:
   但是到了kde桌面,发现gnome的程序字体比较小,不论你在gnome下将字体大小调为多大都是一样,但是如果你在kde下运行gnome-font-properties,字体就恢复正常了.
   问题原因:
    不是很清楚可能是因为在kde下,gnome程序的配置没有起作用吧。
    解决方法:
    让gnome配置随着kde的启动生效。
   

  1.      $ cd ~/.kde/Autostart/
  2.      $cat >auto.sh
  3.       gnome-settings-daemon &  [color=blue]按C^D退出[/color]
  4.      $chmod a+x auto.sh
  5.      
复制代码
发表于 2004-5-12 00:47:30 | 显示全部楼层
好贴。。。。加精!
发表于 2004-5-12 00:58:34 | 显示全部楼层

回复: kde和gnome字体大小不同的解决办法

最初由 小锁 发表
2.
   问题描述:
   但是到了kde桌面,发现gnome的程序字体比较小,不论你在gnome下将字体大小调为多大都是一样,但是如果你在kde下运行gnome-font-properties,字体就恢复正常了.
   问题原因:
    不是很清楚可能是因为在kde下,gnome程序的配置没有起作用吧。
    解决方法:
    让gnome配置随着kde的启动生效。
   

  1.      $ cd ~/.kde/Autostart/
  2.      $cat >auto.sh
  3.       gnome-settings-daemon &  [color=blue]按C^D退出[/color]
  4.      $chmod a+x auto.sh
  5.      
复制代码

If you've already started gnome-font-properties, you can minimize it and save kde session (to be able to do this, you may need to choose  'manually save sessions' in the control center), then next time you startkde, you'll find gnome-font-properties is back there sort of automatically (thus this method functions the same as the above-mentioned auto.sh).
发表于 2004-12-9 22:03:56 | 显示全部楼层
有没有不装gnome那一堆东西就改好的办法
发表于 2004-12-9 22:23:29 | 显示全部楼层
要学会翻查以前的贴子啊。
发表于 2004-12-10 00:08:22 | 显示全部楼层
我的解决方法是在Gnome字体设置里调节字体分辨率让Gnome和KDE里
设置的字体号一样大。这样连gnome-settings-daemon都不用了
发表于 2005-10-29 12:24:50 | 显示全部楼层
好铁, 终于找到你了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表