KDE4 font corruption.

Nathan England nathan at paysonlinux.org
Wed Mar 18 17:17:08 GMT 2009


On Wednesday 18 March 2009 19:01:10 paulo wrote:
> Hi,
>
> > I had that problem with Qt 4.4.  It got fixed with 4.5.
>
> I compiled qt-4.5 (on purpose because of qtcreator), and then installed
> kde4 (clean install - no previous kde).
> Using sabayon 4 Lite, now with kde4.
>
> Well, no such problem with gnome.
> This is not such a big problem.
>
> The big problem is the lack of the wireless connection knetworkmanager.
> I need that, or similar.
> Any Ideas? How do you guys connect to a wireless network? Command line?
> (Oo)
>
> Also need the synaptics touchpad to work correctly. (no scrooling or
> applet) but this one is not so important for now.
>
> =(
>

Attached is my xorg with the details you can copy to make your synaptics work.
Are you willing to build parts of KDE 3 to get knetworkmanager running? You 
will need kdelibs-3.5.10 and knetworkmanager. It is not too difficult. I can 
send you my build scripts and you just download the packages themselves if 
you're interested.

nathan

> paulo
> ___________________________________________________
> This message is from the kde mailing list.
> Account management:  https://mail.kde.org/mailman/listinfo/kde.
> Archives: http://lists.kde.org/.
> More info: http://www.kde.org/faq.html.

-------------- next part --------------
Section "Module"
    Load        "dbe"
    SubSection  "extmod"
      Option    "xfree86-dga"
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load        "xtt"
    Load        "glx"
    Load        "dri"
    Load        "synaptics" # For the synaptic mouse driver, if installed
EndSection

Section "Files"
    FontPath    "/usr/share/fonts/fixed"
    FontPath 	"/usr/share/fonts/misc"
    FontPath 	"/usr/share/fonts/100dpi:unscaled"
    FontPath 	"/usr/share/fonts/75dpi:unscaled"
    FontPath 	"/usr/share/fonts/TTF"
    FontPath 	"/usr/share/fonts/Type1"
    FontPath    "/usr/share/fonts/cyrillic"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier	"Keyboard"
    Driver	"kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc104"
    Option "XkbLayout"	"us"
EndSection

Section "InputDevice"
    Identifier	"Mouse"
    Driver	"mouse"
    Option "Protocol"    "IMPS/2"	# IntelliMouse PS/2
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5"
EndSection

Section "InputDevice"
   Identifier "Synaptics"
   Driver     "synaptics"
   Option     "AlwaysCore"        "true"
   Option     "Device"            "/dev/psaux"
   Option     "Protocol"          "auto-dev"
   Option     "SHMConfig"         "false"
   Option     "TouchPadOff"       "0"     # 0 enables the touchpad
   Option     "TapButton1"        "0"     # Enable button 1 tapping on touchpad
   Option     "LeftEdge"          "1700"  # x coord left
   Option     "RightEdge"         "5300"  # x coord right
   Option     "TopEdge"           "1700"  # y coord top
   Option     "BottomEdge"        "4200"  # y coord bottom
   Option     "FingerLow"         "25"    # pressure below this level triggers release
   Option     "FingerHigh"        "30"    # pressure above this level triggers touch
   Option     "MaxTapTime"        "180"   # max time in ms for detecting tap
   Option     "VertEdgeScroll"    "true"  # enable vertical scroll zone
   Option     "HorizEdgeScroll"   "true"  # enable horizontal scroll zone
   Option     "CornerCoasting"    "true"  # continuous scroll with finger in corner
   Option     "CoastingSpeed"     "0.30"  # corner coasting speed
   Option     "VertScrollDelta"   "100"   # edge-to-edge scroll distance
   Option     "HorizScrollDelta"  "100"   # edge-to-edge scroll distance
   Option     "MinSpeed"          "0.10"  # speed factor for low pointer movement
   Option     "MaxSpeed"          "0.60"  # maximum speed factor for fast movement
   Option     "AccelFactor"       "0.0020" # acceleration factor for normal movements
   Option     "VertTwoFingerScroll"   "true" # vertical scroll with two fingers
   Option     "HorizTwoFingerScroll"  "true" # horizontal scroll with two fingers
EndSection

Section "Device"
    Identifier	"Standard VGA"
    VendorName	"Unknown"
    BoardName	"Unknown"
    Driver     "vga"
EndSection

Section "Monitor"
    Identifier  "LCD-Screen"
    HorizSync   31.5 - 64.3
    VertRefresh 50-100
EndSection

Section "Device"
    Identifier  "Default Vesa Device"
    Driver      "intel"
    Option 	"XAANoOffscreenPixmaps" "true"
    Option 	"DRI" "true"
    Option      "AccelMethod" "EXA"
EndSection

Section "Screen"
    Identifier  "Screen"
    Device      "Default Vesa Device"
    Monitor     "LCD-Screen"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x800" "1024x768" "800x600" "640x480"
	ViewPort    0 0
	Virtual     2560 1024
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen 	"Screen"
    InputDevice "Mouse" "CorePointer"
    InputDevice "Synaptics" "AlwaysCore"
    InputDevice "Keyboard" "CoreKeyboard"
    Option "AIGLX" "true"
EndSection

Section "DRI"
   Mode 0666
EndSection

Section "Extensions"
    Option "Composite" "enabled"
EndSection
-------------- next part --------------
___________________________________________________
This message is from the kde mailing list.
Account management:  https://mail.kde.org/mailman/listinfo/kde.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.


More information about the kde mailing list