Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] slim/xfce4 unable to login after xorg upgrade
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
emc
Guru
Guru


Joined: 02 Jul 2004
Posts: 564
Location: Cracow, Poland

PostPosted: Mon Jul 02, 2012 11:52 am    Post subject: [solved] slim/xfce4 unable to login after xorg upgrade Reply with quote

Hi,
I update xorg-server to 1.12 and after reboot entering user/pass into slim cause back to user entry. But it work when I switch to fluxbox. Some policykit issue? What logs do you need?

*EDIT: forgot mention touchpad stop working and energing all x11-drivers didn't help.


Last edited by emc on Tue Jul 03, 2012 11:24 am; edited 1 time in total
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Mon Jul 02, 2012 1:52 pm    Post subject: Reply with quote

For the touchpad, you probably need to re-emerge all of the drivers, not just xorg-drivers. Do

Code:

qlist -IC x11-drivers/


and re-emerge all of those.

For the login, check your /etc/slim.conf and make sure you have the correct login_cmd. If you use .xinitrc, you want

Code:

login_cmd           exec /bin/bash -login ~/.xinitrc %session


It should already be there, but is not un-commented by default.
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
emc
Guru
Guru


Joined: 02 Jul 2004
Posts: 564
Location: Cracow, Poland

PostPosted: Mon Jul 02, 2012 2:02 pm    Post subject: Reply with quote

Slim/Xfce4 works after revdeb-rebuild :)

Code:
qlist -IC x11-drivers/
x11-drivers/radeon-ucode
x11-drivers/xf86-input-evdev
x11-drivers/xf86-input-synaptics
x11-drivers/xf86-video-ati

I re-emerge them twice, but no change, keyboard and screen/display works, but touchpad not ;(

*EDIT touchpad under tex console (Alt-F!, Alt-F2...) is working but not under X...
Back to top
View user's profile Send private message
emc
Guru
Guru


Joined: 02 Jul 2004
Posts: 564
Location: Cracow, Poland

PostPosted: Tue Jul 03, 2012 11:24 am    Post subject: Reply with quote

Add:
Code:
Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option  "TapButton1"            "1"
        Option  "TapButton2"            "3"
        Option  "TapButton3"            "2"
        Option  "VertEdgeScroll"        "off"
        Option  "VertTwoFingerScroll"   "on"
        Option  "HorizEdgeScroll"       "on"
        Option  "HorizTwoFingerScroll"  "off"
        Option  "EmulateTwoFingerMinZ"  "40"
        Option  "EmulateTwoFingerMinW"  "8"
EndSection

/etc/X11/xorg.conf.d/50-synaptics.conf did the trick. It's working:)
Back to top
View user's profile Send private message
audiodef
Watchman
Watchman


Joined: 06 Jul 2005
Posts: 6639
Location: The soundosphere

PostPosted: Tue Jul 03, 2012 12:55 pm    Post subject: Reply with quote

Glad you got it sorted. :)
_________________
decibel Linux: https://decibellinux.org
Github: https://github.com/Gentoo-Music-and-Audio-Technology
Facebook: https://www.facebook.com/decibellinux
Discord: https://discord.gg/73XV24dNPN
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum