Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm not as familiar with SuSE as I am with a few other distributions. I think there should be a file named, "/etc/rc.d/boot.local." Correct me if I'm wrong here anyone. (I'm kinda getting used to BSD here.) You should be able to append this at the end of the file, inside of that file.
anyway in my /home/iaross/ folder I created a new .xsession file, as I didn't have one, and entered
Code:
xmodmap -e "pointer = 1 2 3 6 7 4 5"
However, when I logged out and logged in, the screen would flash up the init 3 window (the one you see on startup when you press Esc or F2) then went blank, flashed up the NVIDIA logo, then returned to the login screen. I had to log in as root and delete the .xsession file to be able to log in as me.
My mistake (well, actually that is distribution spesific thingy, but anyways).
It seems that when .xsession -file exists it[The X session initializer] assumes that you want to control the initialization of X session by yourself and so it doesn't start a window manager automaticly, but just runs that xmodmap line there and exits.
So, to circumvent the issue, try putting also a line "startkde" after the xmodmap line.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.