[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: desktop effects on PowerPC



> I avoided to reply because I thought that you could get a better opinion
>  since you asked exactly for a reply from a Mac G4 owner. I had a similar
>  video card on a PC laptop (ati 9000M) and I'm pretty sure that it worked
>  well with the open source driver and compiz, but it was not capable to run
>  the KDE4 effects at all (it was KDE4.0 and it was painful almost for
>  everybody). That laptop of mine now is dead and if you can cope with
>  general suggestions, you can send here your xorg.conf, but I'm not sure
>  your problem is related to KDE4 and that I can help you to solve it. Bye
> 
> Valerio
> 
thx for your reply.

Since my last update the X server doesnt freeze anymore. So one small step 
forward ;)
Heres my xorg.conf:
(i tried those marked as modified as commented and uncommented)

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"             
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"   
        Option          "XkbVariant"    "nodeadkeys"
        Option          "XkbOptions"    "lv3:lwin_switch"
EndSection                                               


Section "Module"
   Load   "synaptics"
   Load   "dri"      # modified
EndSection           

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"           
EndSection                                

Section "InputDevice"
   Identifier   "ADB mouse"
   Driver      "synaptics" 
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/input/mice"
   Option      "Protocol"      "auto-dev"     
   Option      "SHMConfig"      "true"        
   Option      "MinSpeed"      "0.30"         
   Option      "MaxSpeed"      "1"            
   Option      "EdgeMotionMinSpeed"   "200"
   Option      "EdgeMotionMaxSpeed"   "200"
   Option      "FastTaps"      "1"
   Option      "MaxTapTime"      "80"
   Option      "AccelFactor"      "0.10"
   Option      "HorizScrollDelta"   "0"
   Option      "VertScrollDelta"   "10"
   Option      "FingerLow"      "1"
   Option      "FingerHigh"      "3"
   Option      "LeftEdge"      "80"
   Option      "TopEdge"      "80"
   Option       "RightEdge"      "850"
   Option      "BottomEdge"      "560"
   Option      "TapButton1"      "0"
   Option      "TapButton2"      "3"
   Option      "TapButton3"      "2"
   Option      "SHMConfig" "true"
EndSection

Section "Device"
        Identifier      "Configured Video Device"
        BusID           "PCI:0:16:0"
        Option          "BusType" "PCI"
        Option          "DRI" "true"  # modified
        Option          "AccelMethod" "EXA" # modified
        Option          "XaaNoOffscreenPixmaps" "true"
#       Option          "UseFBDev"              "true"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
EndSection

Section "Extensions"
        Option          "Composite" "Enable"
EndSection

-- 
------

gpg fp: 5518 8F74 B2A0 E91A 6FAD 8AC8 C02C 6C6F C899 DC65
Public Key: http://rizzux.org/drz.asc


Reply to: