Hi,
At 04:35 +0800 on 2007-2-17 Jerome BENOIT wrote:
>
> I have just tried the patch: apparently something is wrong with my
> xorg.conf as X can not start.
What is the error?
> Can you send me your xorg.conf ?
Sure, I am attaching it to this message. Now here is how the thing
behaves: as a normal mouse ("mouse" driver, the Mouse0 section in the
config) it works well, but it only has five buttons (three + vertical
wheel). Its full potential is unleashed in principle using the
"evdev" driver (the MightyMouse section in the config), but in my case
everything seems to be detected correctly by Xorg but the mouse does
not move at all. I don't know what else to try, but if anybody has
any suggestion I would be more thn happy to hear it.
By the way, running evtest on the corresponding device shows that
everything is passed on by the kernel, it is X that has the problem.
Also, I cannot seem to activate the DVI-I component of the video
adapter: the monitor EDID data is read alright but no signal is
forthcoming. Should anybody spot any problem with my config in this
respect I would be grateful to know about it.
Thanks,
Stefan
--
If it was so, it might be; and if it were so, it would be; but as
it isn't, it ain't. That's logic.
--Lewis Carroll, Through the Looking-Glass
# xorg.conf (Xorg server configuration file)
#Section "Extensions"
# Option "Composite" "Enable"
#EndSection
Section "ServerLayout"
Identifier "X.Org Configured"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
# This offers basic functionality, i.e., three buttons plus vertical
# wheel.
InputDevice "Mouse0"
# This is supposed to offer full functionality (horizontal wheel plus
# side button) but although everything is detected alright, the
# Bluetooth mouse does not do anything.
# InputDevice "MightyMouse"
EndSection
Section "Files"
# ModulePath set to "/usr/X11R6/lib/modules"
# RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/mathfonts-tt"
FontPath "/usr/share/fonts/Acrobat"
FontPath "/usr/share/fonts/texcm-ttf"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefont"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
FontPath "/usr/share/fonts/lfpfonts-var"
FontPath "/usr/share/fonts/lfpfonts-fix"
FontPath "/usr/share/fonts/urw-fonts"
FontPath "/usr/share/fonts/hunkyfonts"
FontPath "/usr/share/fonts/efont-unicode"
FontPath "/usr/share/fonts/vc"
FontPath "/usr/share/fonts/jmk"
FontPath "/usr/share/fonts/sgi-fonts"
FontPath "/usr/share/fonts/intlfonts"
FontPath "/usr/share/fonts/default/Type1"
FontPath "/usr/share/fonts/default/TrueType"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/oo-truetype"
FontPath "/usr/share/fonts/bitmap-fonts"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/dejavu"
# FontPath "/usr/share/fonts/bitmap-fonts"
# FontPath "/usr/share/fonts/ISO8859-2/75dpi:unscaled"
# FontPath "/usr/share/fonts/ISO8859-2/100dpi:unscaled"
# FontPath "/usr/share/fonts/ISO8859-2/misc:unscaled"
# FontPath "/usr/share/fonts/ISO8859-2/75dpi"
# FontPath "/usr/share/fonts/ISO8859-2/100dpi"
# FontPath "/usr/share/fonts/ISO8859-2/misc"
# FontPath "/usr/share/fonts/ukr"
# FontPath "/usr/share/fonts/cyrillic"
# FontPath "/usr/share/fonts/TTF"
# FontPath "/usr/share/fonts/CID"
# FontPath "/usr/share/fonts/local"
# FontPath "/usr/share/fonts/Speedo"
# FontPath "/usr/share/fonts/encodings"
# FontPath "/usr/share/fonts/lfp-fix"
# FontPath "/usr/share/fonts/truetype"
# FontPath "/usr/share/fonts/afms/adobe"
# FontPath "/usr/share/fonts/util"
EndSection
Section "Module"
# Extensions
Load "extmod"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "vbe"
Load "dri"
Load "drm"
Load "glx"
Load "GLcore"
Load "freetype"
Load "type1"
Load "dbe"
Load "record"
Load "xtrap"
Load "synaptics"
Load "int10"
EndSection
Section "ServerFlags"
# Option "BlankTime" "20"
# Option "StandbyTime" "0" #"180"
# Option "SuspendTime" "0" #"180"
# Option "OffTime" "0" #"180"
Option "DontZoom" "false"
Option "AllowMouseOpenFail" "true"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbOptions" "ctrl:nocaps"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
Option "LeftAlt" "Meta"
Option "RightAlt" "Meta"
EndSection
Section "InputDevice"
Identifier "MightyMouse"
Driver "evdev"
# Option "Protocol" "auto"
# Option "SendCoreEvents" "true"
# This is how mice are presented by the Bluetooth stack!
Option "Name" "Bluetooth HID Boot Protocol Device"
# These should not be of interest as evdev is supposed to discover
# these.
# Option "Emulate3Buttons" "false"
# Option "Buttons" "8"
# Option "ZAxisMapping" "5 6 7 8"
# These are gotten from a howto someplace, but don't seem to make any
# difference
# Option "evBits" "+1-2"
# Option "keyBits" "~272-287"
# Option "relBits" "~0-2 ~6 ~8"
# Option "Pass" "3"
EndSection
Section "InputDevice"
# Option "CorePointer"
Identifier "Mouse0"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
Option "Buttons" "8"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "InputDevice"
# fine-tune parameters with synclient (you can find it in synaptics's
# source dir). if you like the "notaptyping" option of pbbuttonsd you
# should try also syndaemon. a good start could be:
# /usr/bin/syndaemon -d -t -i 0.4
# Option "ClickTime" "100"
# Option "FastTaps" "0"
# Option "EmulateMidButtonTime" "75"
# Option "HorizEdgeScroll" "1"
# Option "EdgeMotionMinZ" "30"
# Option "EdgeMotionMaxZ" "160"
# Option "EdgeMotionMinSpeed" "1"
# Option "EdgeMotionMaxSpeed" "400"
# Option "EdgeMotionUseAlways" "0"
# Option "UpDownScrolling" "1"
# Option "LeftRightScrolling" "1"
# Option "UpDownRepeat" "1"
# Option "LeftRightRepeat" "1"
# Option "ScrollButtonRepeat" "100"
# Option "TouchpadOff" "0"
# Option "GuestMouseOff" "0"
# Option "RBCornerButton" "3"
# Option "TapButton2" "2"
# Option "TapButton3" "3"
# Option "CircularScrolling" "0"
# Option "CircScrollDelta" "0.1"
# Option "CircScrollTrigger" "0"
# Option "CircularPad" "0"
# Option "PalmDetect" "1"
# Option "PalmMinWidth" "10"
# Option "PalmMinZ" "200"
# Option "CoastingSpeed" "0"
# Option "PressureMotionMinFactor" "1"
# Option "PressureMotionMaxFactor" "1"
Identifier "Synaptics"
Driver "synaptics"
Option "CorePointer"
Option "Protocol" "auto-dev"
# Option "Protocol" "event"
Option "Device" "/dev/input/mouse1"
# Option "Device" "/dev/input/appletouch"
Option "SHMConfig" "on"
Option "LeftEdge" "100"
Option "RightEdge" "1120"
Option "TopEdge" "50"
Option "BottomEdge" "310"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "40" # "220"
Option "MaxDoubleTapTime" "180"
# Option "SingleTapTimeout" "180"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "50"
# Option "VertEdgeScroll" "1"
Option "VertTwoFingerScroll" "0"
Option "HorizTwoFingerScroll" "0"
Option "MinSpeed" "0.5" # "0.79"
Option "MaxSpeed" "4" # "0.88"
Option "AccelFactor" "0.1" # "0.0015"
Option "LockedDrags" "1"
# Option "RTCornerButton" "2"
Option "LTCornerButton" "4"
Option "LBCornerButton" "5"
# Option "TapButton1" "1"
Option "PressureMotionMinZ" "5" # "30"
Option "PressureMotionMaxZ" "10" # "160"
EndSection
Section "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
Option "DesktopSetup" "clone"
Option "MonitorLayout" "LVDS,CRT"
Option "MetaModes" "1440x900-1024x768 1440x900-1152x864 1440x900-1280x1024 1440x900-1600x1200"
Option "backingstore" "true"
Option "RenderAccel" "true"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "PseudoColorVisuals" "off"
Option "DynamicClocks" "on"
# Option "UseFastTLS" "1"
Option "EnableMonitor" "lvds"
EndSection
Section "Screen"
# DefaultFbBPP 32
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mactel-linux-users mailing list
Mactel-linux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-users