openSUSE Forums > Pre-Release/Beta » keyboard/graphics settings in 11.2RC2

Go Back   openSUSE Forums > Pre-Release/Beta
Forums FAQ Members List Search Today's Posts Mark Forums Read


Pre-Release/Beta Questions about pre-release versions of openSUSE Linux (software & hardware)

Reply
Page 3 of 3 12 3
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 05-Nov-2009, 04:35
epicurious's Avatar
Student Penguin
 
Join Date: Dec 2008
Posts: 70
epicurious hasn't been rated much yet
Default Re: keyboard/graphics settings in 11.2RC2

Gah. Tried posting to openFATE - kept saying something about a malformed URL.

At least the question's finally been answered - it's always funny how these things degenerate into point-scoring. I still don't think it's a very good idea, and I'm not certain it's progress. On openSUSE 11.0, this as a procedure was very simple for everyone. Now it's not unless you download massive programs and have new computers. Welcome to the future!

But, before I become a hypocrite...

For anyone else who's stuck and is looking for an actual answer, this is what I did to fix the issue:

I went to /etc/X11/xorg.conf and opened it up in my text editor as root.

I found the section called "Server Flags and added a line that says "AutoAddDevices" "off"

Code:
Section "ServerFlags"

[lots of other options...]

Option       "AutoAddDevices" "off"
EndSection
You'll need to find out the model of your keyboard and mouse and the driver names for them... for mine, I got lucky with the keyboard - I didn't have to edit anything - but the touchpad took some finding... so here it is

Code:
Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[1]"
  Option       "BottomEdge" "650"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "LeftEdge" "120"
  Option       "Name" "ALPS Touchpad"
  Option       "Protocol" "auto"
  Option       "RightEdge" "830"
  Option       "TopEdge" "120"
  Option       "ZAxisMapping" "4 5"
EndSection
I'm still using the VESA driver but I'm watching another thread on here where someone has the same problem - maybe some light will be shed there.
Reply With Quote
  #22 (permalink)  
Old 05-Nov-2009, 04:38
epicurious's Avatar
Student Penguin
 
Join Date: Dec 2008
Posts: 70
epicurious hasn't been rated much yet
Default Re: keyboard/graphics settings in 11.2RC2

I forgot to say that this would be easier on everyone if the modules in SaX were optional, as modules are in YaST. I can't make that as a comment on openFATE so I'm putting it here... but I will have a go...
Reply With Quote
  #23 (permalink)  
Old 06-Nov-2009, 04:53
TaraIkeda's Avatar
Parent Penguin
 
Join Date: Feb 2009
Posts: 741
TaraIkeda hasn't been rated much yet
Default Re: keyboard/graphics settings in 11.2RC2

Another reason the removal of Sax2's gui is a stupid idea, this relies too much on the DE and makes things harder.
What kind of **** is this?
Reply With Quote
Reply
Page 3 of 3 12 3

Bookmarks

Tags
intel


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2