You are not logged in.
Pages: 1
hi.
i updated my xorg, and now i have the following problems:
- evdev doesnt work, but the input-evdev package is installed. when i start x, it says that its an unknown protocol.
- pekwm titlebars are fucked up
- kde transparency and wallpaper doesnt work anymore
i think i'm missing some libaries, but which?
thx 4 help
€dit:
http://gnulords.org/~caust1c/xorg.conf
evdev is commented because x won't start if i use evdev protocol
Offline
About your kde problems: start "kdesktop" in a terminal, and see what it complains about. In my case, I was missing libXss. A simple pacman -S libxss fixed that.
BTW, I couldn't get evdev to work either
.
Offline
This is the mouse part from xorg.conf
Section "InputDevice"
# Identifier and driver
Identifier "EvdevMouse"
Driver "evdev"
Option "CorePointer"
# Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/event1"
Option "Dev Phys" "isa0060/serio1/input0"
Option "Dev Name" "PS2++ Logitech MX Mouse"
Option "ZAxisMapping" "11 12"
Option "Buttons" "12"It works fine for me.
Arch - It's something refreshing
Offline
ok, evdev works now, so the arch wiki should be changed to this settings-sheme.
But PekWM still has graphic errors, here's a screen:
http://gnulords.org/~caust1c/2006-02-20 … _scrot.png
look at the window titles, the menu also has gfx errors at the borders.
It doesnt matter which theme i use, they all have gfx errors.
Offline
look at the window titles, the menu also has gfx errors at the borders.
It doesnt matter which theme i use, they all have gfx errors.
Do you have 'Load "extmod"' in your xorg.conf? If not, xshapes (fake transparency of the WM) won't work properly.
·¬»· i am shadowhand, powered by webfaction
Offline
any other ideas? problems still exists, and xmms behaves very strange related to the fonts in the playlist and the main window.
something is broken very hard in case of the fonts.
and my special mouse buttons dont work anymore. evdev runs again, but the mousebuttons for "next and prev" in the browser doesnt work anymore.
Offline
Pages: 1