Date: Thu, 15 Dec 2005 00:40:10 -0700 From: TuxGirl <tuxgirl@gmail.com> To: questions@freebsd.org Subject: TouchPoint on IBM Thinkpad works in console but not X Message-ID: <6e4453640512142340m11dd1c8cu9c3ce2f1be59b1d1@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
When I'm in the console, my mouse works great --- no problems
whatsoever. However, once I start X, if I just touch the touchpoint
once, the mouse runs off and hides in the upper right corner and
refuses to come out.
I'm sure that this is something with my xorg.conf, but I can't seem to
find it anywhere, and I'm quite stumped at this point.
I haven't been able to find anything about this in a quick check of
google, so I was wondering if anyone here has any ideas. I started
working from an xorg.conf that I was using on this machine on Linux,
and I've been slowly modifying it to resolve the inconsistencies
between Linux and FreeBSD.
In the process of debugging, I've switched off all the X modules and
switched my driver from radeon to ati (at least in Linux, ati
generallly worked a bit easier, although radeon supported more of the
nice features). I think I've got most of the unnecessary features
commented out, and it's still doing the same thing. Here's the
uncommented sections that define the mouse:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "Device" "/dev/sysmouse"
Option "Protocol" "PS/2"
EndSection
I'm including the full xorg.conf as an attachment in case that will help.
Thanks for all the help. I'd appreciate being CC'd in the replies, as
I'm not on the list.
Thanks,
~Erin
[-- Attachment #2 --]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg
Section "Files"
#FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
#FontPath "/usr/X11R6/lib/modules/fonts"
#FontPath "/usr/X11R6/include/X11/fonts"
#FontPath "/usr/X11R6/etc/fonts"
#FontPath "/usr/lib/X11/fonts/cyrillic"
#FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
#FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
#FontPath "/usr/lib/X11/fonts/Type1"
#FontPath "/usr/lib/X11/fonts/CID"
#FontPath "/usr/lib/X11/fonts/100dpi"
#FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
#FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
#FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection
Section "Module"
#Load "GLcore"
#Load "bitmap"
#Load "dbe"
#Load "ddc"
#Load "extmod"
#Load "freetype"
#Load "glx"
#Load "int10"
#Load "record"
#Load "type1"
#Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
#Option "CorePointer"
Option "Device" "/dev/sysmouse"
Option "Protocol" "PS/2"
#Option "Emulate3Buttons" "true"
#Option "ZAxisMapping" "4 5"
EndSection
#Section "InputDevice"
#Identifier "Synaptics Touchpad"
#Driver "synaptics"
#Option "SendCoreEvents" "true"
#Option "Device" "/dev/psaux"
#Option "Protocol" "auto-dev"
#Option "HorizScrollDelta" "0"
#EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility M300 (M22)"
Driver "ati"
#Driver "radeon"
#Driver "fglrx"
BusID "PCI:1:0:0"
VideoRam 65536
Option "AGPFastWrite" "on"
Option "AGPMode" "4"
Option "Dynamic Clocks" "true"
Option "MonitorLayout" "LVDS"
Option "EnablePageFlip" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility M300 (M22)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
#InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6e4453640512142340m11dd1c8cu9c3ce2f1be59b1d1>
