You are not logged in.

#1 2006-02-20 20:31:12

caust1c
Member
Registered: 2005-12-02
Posts: 56

xorg7 upgrade issues

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 smile

€dit:
http://gnulords.org/~caust1c/xorg.conf
evdev is commented because x won't start if i use evdev protocol

Offline

#2 2006-02-20 21:14:17

paul2lv
Member
From: Vegas
Registered: 2005-11-09
Posts: 116

Re: xorg7 upgrade issues

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 sad .

Offline

#3 2006-02-20 21:32:25

whargoul
Member
From: Odense, Denmark
Registered: 2005-04-04
Posts: 546

Re: xorg7 upgrade issues

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

#4 2006-02-21 17:59:31

caust1c
Member
Registered: 2005-12-02
Posts: 56

Re: xorg7 upgrade issues

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

#5 2006-02-21 18:16:02

shadowhand
Member
From: MN, USA
Registered: 2004-02-19
Posts: 1,142
Website

Re: xorg7 upgrade issues

caust1c wrote:

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

#6 2006-02-22 22:59:33

caust1c
Member
Registered: 2005-12-02
Posts: 56

Re: xorg7 upgrade issues

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

Board footer

Powered by FluxBB