젠투에서 KDE 설정하기 (폰트와 마우스 휠)

욱성군의 이미지

젠투를 설치하고 장장 22 시간의 엄청난 KDE 컴파일 시간을 거쳐서.. (유즈 플래그로 엄청나게 뺐는데도 180 개 정도가 걸려버려서..) 겨우 KDE 를 설치했건만! 폰트의 안티 알리어싱과 마우스 휠이 도저히 안먹히네요.

폰트의 안티 알리어싱의 경우에는 .fonts.conf 를 아래와 같이 설정해주어도 안되고 KDE 자체에서 폰트의 안티 알리어싱을 꺼주어도 그놈이나 윈도즈처럼 굴림폰트를 구현해내지 못합니다. (반만 꺼진것 같아요)

<fontconfig>
<match target="pattern">
  <test name="family">
    <string>Bitstream Vera Sans</string>
    <string>Bitstream Vera Serif</string>
    <string>Bitstream Vera Sans Mono</string>
  </test>
  <edit name="family" mode="append" binding="strong">
    <string>UnDotum(굴림을 설정할 경우에는 Gulim)</string>
  </edit>
</match>
<match target="font">
                <test qual="any" name="family" compare="eq">
                        <string>Batang</string>
                        <string>Dotum</string>
                        <string>Gulim</string>
                        <string>Gungsuh</string>
                        <string>BatangChe</string>
                        <string>DotumChe</string>
                        <string>GulimChe</string>
                        <string>GungsuhChe</string>
                        <string>New Batang</string>
                        <string>New Dotum</string>
                        <string>New Gulim</string>
                        <string>New Gungsuh</string>
                </test>
                <test name="size" compare="more_eq"><int>9</int></test>
                <test name="size" compare="less"><int>16</int></test>
                <edit name="antialias" mode="assign"><bool>false</bool></edit>
                <edit name="hinting" mode="assign"><bool>false</bool></edit>
        </match>
</fontconfig>

또 마우스 휠은 도대체 왜 안먹히는지 알 수가 없습니다. 설정창에도 없는데 말이지요.. orz 도움을 주세요! 엉엉

korean의 이미지

/etc/X11/xorg.conf 인가..
암튼 X 설정파일 중에 input device를 설정해주는 곳을 찾아서
아래 내용이 맞게 돼있나 확인해 보세요.

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

아마 Option "ZAxisMapping" "4 5"
이놈만 추가하면 될겁니다

글꼴은 잘 모르겠네요..

zeranium의 이미지

설치시에 마우스 설정을 마소의 인델리마우스로 설정을 해놓으시면 아무 문제없이 저는 휠을 사용하였는데요 그냥 팁입니다;;;;

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.