On Wed, 24 Nov 2004 12:15:41 -0800 (PST), Erwin Zavala <erwinzavala@xxxxxxxxx> wrote: > > I ram Xorg -configure to to generate my configuration file. It however > cannot detect my mouse. The system see my mouse; I am able to use setup to > configure it. What do I need to put om xorg.conf to make this work. I have > a logictech m n:m-saw34 standard 2 buttom mouse. > > Here is my xorg.conf file: > # XFree86 4.0 configuration generated by Xconfigurator > Section "ServerLayout" > Identifier "XFree86 Configured" > Screen 0 "Screen0" 0 0 > InputDevice "Mouse0" "CorePointer" > InputDevice "Keyboard0" "CoreKeyboard" > EndSection > # By default, Red Hat Linux 6.0 and later use xfs > Section "Files" > FontPath "unix/:7100" > EndSection > # Module loading section > Section "Module" > Load "dbe" # Double-buffering > Load "GLcore" # OpenGL support > Load "dri" # Direct rendering infrastructure > Load "glx" # OpenGL X protocol interface > Load "extmod" # Misc. required extensions > Load "v4l" # Video4Linux > ! # Load "record" # X event recorder > # You only need the following two modules if you do not use xfs. > # Load "freetype" # TrueType font handler > # Load "type1" # Adobe Type 1 font handler > EndSection > #Section "InputDevice" > # Identifier "Keyboard0" > # Driver "kbd" > # Option "XkbLayout" "us" > #EndSection > #Section "InputDevice" > # Identifier "Mouse0" > # Driver "mouse" > # Option "Device" "/dev/mouse" > # Option "Protocol" "PS/2" > # Option "Emulate3Buttons" "on" > # Option "ZAxisMapping" "4 5" > #EndSection > Section "Monitor" > Identifier "Dell 1726T-HS/D1025HT" > VendorName "Unknown" > ModelName "Unknown" > HorizSync 31.0-85.0 > VertRefresh 50.0-100.0 > Option "dpms" > EndSection > Section "Device" > Identifier "ATI Rage 128" > Driver "r128" > BoardName "Unknown" > EndSection > Section "Device" > Identifier "Linux Frame Buffer" > Driver "fbdev" > BoardName "Unknown" > EndSection > Section "Screen" > Identifier "Screen0" > Device "ATI Rage 128" > Monitor "Dell 1726T-HS/D1025HT" > DefaultDepth 16 > Subsection "Display" > Depth 24 > Modes "1152x864" "1024x768" "800x600" "640x480" > EndSubSection > Subsection "Display" > Depth 16 > Modes "1152x864" "1024x768" "800x600" "640x480" > EndSubSection > Subsection "Display" > Depth 8 > Modes "1152x864" "1024x768" "800x600" "640x480" > EndSubSection > EndSection > Section "DRI" > Mode 0666 > EndSection > > Run the FailSafe terminal then run the /usr/sbin/mouseconfig Set the mouse model then "OK" will resume... Ringo