Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

[Solved]touchpad can not scroll after upgrade

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
20 posts • Page 1 of 1
Author
Message
walterguo
Apprentice
Apprentice
Posts: 155
Joined: Fri Jul 15, 2005 3:30 pm

[Solved]touchpad can not scroll after upgrade

  • Quote

Post by walterguo » Tue Nov 18, 2008 12:24 am

Hi,

My previous version of x11-drivers/xf86-input-synaptics is 0.15.2. The driver works perfect with the following config in /etc/X11/xorg.conf

Code: Select all

Section "InputDevice"
    Driver          "synaptics"     
    #Driver         "evdev"     
    Option          "Device"            "/dev/touchpad"
    Identifier      "TouchPad0"         #Touchpad
    Option          "Corepointer"    
    Option          "SHMConfig"         "on"
    Option          "Protocol"          "auto-dev"
    Option          "LeftEdge"          "1700"
    Option          "RightEdge"         "5300"
    Option          "TopEdge"           "1700"
    Option          "BottomEdge"        "4200"
    Option          "FingerLow"         "25"
    Option          "FingerHigh"        "30"
    Option          "MaxTapTime"        "180"
    Option          "MaxTapMove"        "220"
    Option          "VertScrollDelta"   "100"
    Option          "MinSpeed"          "0.09"
    Option          "MaxSpeed"          "0.18"
    Option          "AccelFactor"       "0.0015"
EndSection

but after upgraded to Version 0.99.1, the scrolling is disabled, How to enable it?

Thanks in advance.
Last edited by walterguo on Sun Nov 30, 2008 9:16 am, edited 1 time in total.
Top
soren.harward
n00b
n00b
Posts: 11
Joined: Mon Jun 23, 2003 4:17 am

  • Quote

Post by soren.harward » Tue Nov 18, 2008 1:29 am

Bump. Same problem.
Top
acevery
n00b
n00b
Posts: 53
Joined: Thu Nov 03, 2005 4:40 pm
Location: Amoy, China

  • Quote

Post by acevery » Tue Nov 18, 2008 1:51 am

same here, downgraded to 0.15.2
Top
albright
Advocate
Advocate
User avatar
Posts: 2588
Joined: Sun Nov 16, 2003 6:36 pm
Location: Near Toronto

  • Quote

Post by albright » Tue Nov 18, 2008 3:17 am

just a stab in the dark, but I had to set the device
to :

Option "Device" "/dev/input/event4"

(but that's probably where your /dev/touchpad points
already ... )
.... there is nothing - absolutely nothing - half so much worth
doing as simply messing about with Linux ...
(apologies to Kenneth Graeme)
Top
tante
n00b
n00b
User avatar
Posts: 20
Joined: Tue Jan 30, 2007 8:10 pm
Location: Oldenburg/Germany
Contact:
Contact tante
Website

  • Quote

Post by tante » Tue Nov 18, 2008 12:05 pm

Try this: Multitouch.

Take two fingers and slide them up on the middle of the touchpad, it will scroll. Because of this the driver disables Edge-scrolling, which you can re-enable via

Code: Select all

synclient VertEdgeScroll=1
Entia non sunt multiplicanda praeter necessitatem
Top
niskel
Guru
Guru
User avatar
Posts: 457
Joined: Wed Nov 17, 2004 1:50 pm
Location: Fredericton, NB, Canada
Contact:
Contact niskel
Website

  • Quote

Post by niskel » Tue Nov 18, 2008 2:42 pm

I also lost scrolling :/ I was using the event device, same deal.
Top
walterguo
Apprentice
Apprentice
Posts: 155
Joined: Fri Jul 15, 2005 3:30 pm

  • Quote

Post by walterguo » Tue Nov 18, 2008 3:13 pm

This doesn't work for me. I think some new configuration in /etc/hal/fdi/policy/ should be added, but by now I dont find any valid config.

Code: Select all

synclient VertEdgeScroll=1
Top
db_404
Guru
Guru
Posts: 336
Joined: Thu Dec 05, 2002 2:41 pm

  • Quote

Post by db_404 » Tue Nov 18, 2008 3:24 pm

I lost the ability to tap-click, however the Vert/HorizEdgeScroll in xconfig did re-enable the edge scroll (the multitouch is kind of flakey on my laptop).

Presumably there's a config setting for the tap-click to, but I haven't found it yet.
Top
pigeon768
l33t
l33t
Posts: 683
Joined: Mon Jan 02, 2006 1:13 pm

  • Quote

Post by pigeon768 » Tue Nov 18, 2008 5:47 pm

db_404 wrote:Presumably there's a config setting for the tap-click to, but I haven't found it yet.
TapButton1
Top
optiluca
Guru
Guru
User avatar
Posts: 551
Joined: Mon Jan 16, 2006 5:20 pm
Location: Rivergaro, Italy

  • Quote

Post by optiluca » Tue Nov 18, 2008 5:59 pm

Any ideas for the /etc/hal/fdi/policies/*synaptics.fdi edits to make to re-enable tapping and scrolling?
# "Hmm, sounds like your system froze up."
# "I don't know why. It's about 80 degrees in here!"

http://www.rinkworks.com/stupid/cs_mincing.shtml
Top
Gef
Apprentice
Apprentice
Posts: 180
Joined: Sat May 17, 2008 1:59 pm
Location: France

  • Quote

Post by Gef » Tue Nov 18, 2008 11:18 pm

Hi,

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
      <match key="info.product" contains="SynPS/2 Synaptics TouchPad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <merge key="input.x11_options.Emulate3Buttons" type="string">yes</merge>
        <merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.TapButton2" type="string">2</merge>
        <merge key="input.x11_options.TapButton3" type="string">3</merge>
        <merge key="input.x11_options.BMaxTapMove" type="string">2000</merge>
        <merge key="input.x11_options.SHMConfig" type="string">true</merge>
        <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
        <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
        <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
        <merge key="input.x11_options.SpecialScrollAreaRight" type="string">true</merge>
      </match>
    </match>
  </device>
</deviceinfo>
This gives me a fully working Touchpad with both Edge and Multi Scrolling, running the 0.99.1 driver.
Laptop : Gentoo ~amd64
(remote) Server : Gentoo amd64
Top
walterguo
Apprentice
Apprentice
Posts: 155
Joined: Fri Jul 15, 2005 3:30 pm

  • Quote

Post by walterguo » Wed Nov 19, 2008 4:11 am

Tried, doesn't work, what is your corresponding configuration in xorg.conf ?
Gef wrote:Hi,

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
      <match key="info.product" contains="SynPS/2 Synaptics TouchPad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <merge key="input.x11_options.Emulate3Buttons" type="string">yes</merge>
        <merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.TapButton2" type="string">2</merge>
        <merge key="input.x11_options.TapButton3" type="string">3</merge>
        <merge key="input.x11_options.BMaxTapMove" type="string">2000</merge>
        <merge key="input.x11_options.SHMConfig" type="string">true</merge>
        <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
        <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
        <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
        <merge key="input.x11_options.SpecialScrollAreaRight" type="string">true</merge>
      </match>
    </match>
  </device>
</deviceinfo>
This gives me a fully working Touchpad with both Edge and Multi Scrolling, running the 0.99.1 driver.
Top
Voyageur
Developer
Developer
User avatar
Posts: 342
Joined: Sun Mar 06, 2005 8:04 pm
Location: Paris, France
Contact:
Contact Voyageur
Website

  • Quote

Post by Voyageur » Tue Nov 25, 2008 10:03 pm

Similar settings in HAL fdi file work for me too, check that your xorg.conf is cleaned of input entries as these may collide with hal

FWIW, my entire xorg.conf is now:

Code: Select all

Section "Monitor"
	Identifier   "Monitor0"
	VendorName   "Monitor Vendor"
	ModelName    "Monitor Model"
EndSection

Section "Device"
	Identifier  "Card0"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "GeForce 8400M G"
	BusID       "PCI:1:0:0"

	Option "NvAGP" "0"
	Option "NoLogo" "true"
	Option "FlatPanelProperties" "Scaling=aspect-scaled"
	Option "OnDemandVBlankInterrupts" "true"
	Option "AddARGBGLXVisuals" "true"
	Option "DPMS" "true"
	Option "TwinView" "1"
	Option "TwinViewXineramaInfoOrder" "DFP-0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     32
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection
(and I probably still have a few things to clean up ;) )
Also remember to restart HAL when tweaking the fdi file
Routinely breaking NX, GNUstep, net-ftp, miscellaneous (llvm, filezilla, rdesktop, chromium, ...) packages
Top
walterguo
Apprentice
Apprentice
Posts: 155
Joined: Fri Jul 15, 2005 3:30 pm

  • Quote

Post by walterguo » Sun Nov 30, 2008 9:16 am

This config works for me now, the previous problem is I have a rule in /etc/udev/rules.d/10-local.rules

Code: Select all

 $ cat /etc/udev/rules.d/10-local.rules 
ATTRS{name}=="TPPS/2 IBM TrackPoint", SYMLINK="trackpoint"
ATTRS{name}=="SynPS/2 Synaptics TouchPad", SYMLINK="touchpad"
ATTRS{name}=="Logitech USB-PS/2 Optical Mouse", SYMLINK="logitech"
It is because of the above configuration, the following fdi doesn't work for me. After I removed 10-local.rules, Synaptics works well.

Gef wrote:Hi,

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
      <match key="info.product" contains="SynPS/2 Synaptics TouchPad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <merge key="input.x11_options.Emulate3Buttons" type="string">yes</merge>
        <merge key="input.x11_options.TapButton1" type="string">1</merge>
        <merge key="input.x11_options.TapButton2" type="string">2</merge>
        <merge key="input.x11_options.TapButton3" type="string">3</merge>
        <merge key="input.x11_options.BMaxTapMove" type="string">2000</merge>
        <merge key="input.x11_options.SHMConfig" type="string">true</merge>
        <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
        <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
        <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
        <merge key="input.x11_options.SpecialScrollAreaRight" type="string">true</merge>
      </match>
    </match>
  </device>
</deviceinfo>
This gives me a fully working Touchpad with both Edge and Multi Scrolling, running the 0.99.1 driver.
Top
Da Fox
Guru
Guru
User avatar
Posts: 345
Joined: Wed Jul 06, 2005 12:03 am

  • Quote

Post by Da Fox » Mon Dec 01, 2008 12:02 am

I've just upgraded from xorg-server-1.4.2 to xorg-server-1.5.2, and I also lost touchpad functionality.
However my touchpad too does not work properly, even with Gef's config.
I've placed the given contents in /etc/hal/fdi/policy/11-x11-synaptics.fdi, and restarted hal, xorg and
even my laptop but still I cannot scroll with my touchpad. It does seem to have picked up some variables;
for example the speed of the cursor feels the same as before upgrading (I have it set quite sensitive
and now it moves quite fast again, whereas it felt really sluggish before adding the hal/fdi/policy).
I tried both completely without a device section for the touchpad and with an 'almost empty' device section,
eg only Identifier and Driver options but this does not seems to make a difference.

I've also emerged x11-drivers/xf86-input-evdev since I was getting errors in /var/log/Xorg.0.log. I'm not
sure if I was getting those before or not but they've disappeared so I guess thats a good thing. However
even more annoying than not being able to scroll is that now since I've emerged evdev I've gained a new
input device from the hdaps driver (the IBM Thinkpad tilt-sensor), so that I can now move my cursor by
tilting my laptop - tilt laptop to the left, cursor goes left, tilt away from me, cursor goes up, etc - which is
really cool for about 15 seconds, but then I realized that now every time I move my laptop in the slightest
the mouse cursor will be positioned back to where the tilt sensor tells it to move (because it is an absolute
pointing device) instead of where I'm trying to move my mouse.

So I have three questions:
1) Do I need evdev? (I'm guessing I do, since I apparently now need to use HAL to configure my mouse)
2) How can I disable the tilt-sensor as an input/pointing device?
3) Right now I'm kind-of hoping that the no-scroll bug fixes itself once the tilt-sensor is no longer functioning
as a mouse since *some* of the other options (movement speed) do work, but in case it doesn't: What else
do I have to change/configure to get a working touchpad once more?

Thanks in advance.
"Man fears the darkness, and so he scrapes away at the edges of it with fire."
- Rei Ayanami

JGBE, a Java based GameBoy Emulator
Top
Da Fox
Guru
Guru
User avatar
Posts: 345
Joined: Wed Jul 06, 2005 12:03 am

  • Quote

Post by Da Fox » Mon Dec 01, 2008 6:38 pm

Just to report back to other people who might have the same problem:
I've managed to get both problems solved, the first (tilt sensor as X input) I solved by
creating a file in /etc/hal/fdi/preprobe which tells hal not to manage the hdaps device(s?):

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="info.product" string="hdaps">
<merge key="info.ignore" type="bool">true</merge>
</match>
</device>
</deviceinfo>
The second problem was partially an oversight on my part, I did create the
/etc/hal/fdi/policy/11-x11-synaptics.fdi file using Gef's config as a base, but I only put in
the same options I had in xorg.conf. In xorg.conf I did not need to set 'VertEdgeScroll' to 'true'
as this appeared to be default. However now with hal this is needed. What one can
do is take a look at the output of lshal to see which options are supported (look for a line
like 'input.x11_driver = 'synaptics' (string)' in the output, then after that there should be a lot
of lines like 'input.x11_options.BottomEdge = '4200' (string)'), and set any option that you think
you might need.
"Man fears the darkness, and so he scrapes away at the edges of it with fire."
- Rei Ayanami

JGBE, a Java based GameBoy Emulator
Top
qubaaa
Tux's lil' helper
Tux's lil' helper
Posts: 148
Joined: Sat Dec 23, 2006 1:44 pm

  • Quote

Post by qubaaa » Tue Dec 02, 2008 8:47 pm

So where should I put my synaptics fdi config file? I haven't got /etc/hal/fdi/policy directory. There is /etc/hal/fdi/preprobe/policy. I've created this directory but the config file isn't working. Hal do not read this file imo. My /etc/hal/fdi/policy/11-x11-synaptics.fdi:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
      <match key="info.product" contains="Synaptics TouchPad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
            <merge key="input.x11_driver" type="string">synaptics</merge>
            <merge key="input.x11_options.SHMConfig" type="boolean">true</merge>
            <merge key="input.x11_options.LeftEdge" type="string">1700</merge>
            <merge key="input.x11_options.RightEdge" type="string">5300</merge>
            <merge key="input.x11_options.TopEdge" type="string">1700</merge>
            <merge key="input.x11_options.BottomEdge" type="string">4200</merge>
            <merge key="input.x11_options.FingerLow" type="string">25</merge>
            <merge key="input.x11_options.FingerHigh" type="string">30</merge>
            <merge key="input.x11_options.TapButton1" type="string">1</merge>
            <merge key="input.x11_options.TapButton2" type="string">2</merge>                  
            <merge key="input.x11_options.TapButton3" type="string">3</merge>
            <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
            <merge key="input.x11_options.MaxTapMove" type="string">220</merge>
            <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
            <merge key="input.x11_options.MinSpeed" type="string">0.02</merge>
            <merge key="input.x11_options.MaxSpeed" type="string">0.18</merge>
            <merge key="input.x11_options.AccelFactor" type="string">0.0010</merge>
        <!-- Arbitrary options can be passed to the driver using
             the input.x11_options property since xorg-server-1.5. -->
        <!-- EXAMPLE:
        <merge key="input.x11_options.LeftEdge" type="string">120</merge>
        -->
      </match>
    </match>
  </device>
</deviceinfo>
Xorg log:

Code: Select all

(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"

(II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
        compiled for 1.5.2, module version = 0.99.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 2.1
(II) Synaptics touchpad driver version 0.99.1
(**) Option "Device" "/dev/input/event9"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
(--) SynPS/2 Synaptics TouchPad touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(--) SynPS/2 Synaptics TouchPad touchpad found
(II) config/hal: Adding input device Video Bus
Has hal his own log file? How can I check, if hal reads my config file?
Top
qubaaa
Tux's lil' helper
Tux's lil' helper
Posts: 148
Joined: Sat Dec 23, 2006 1:44 pm

  • Quote

Post by qubaaa » Mon Dec 08, 2008 4:34 pm

bump
Top
Da Fox
Guru
Guru
User avatar
Posts: 345
Joined: Wed Jul 06, 2005 12:03 am

  • Quote

Post by Da Fox » Wed Dec 10, 2008 11:01 pm

I don't know anything about HAL so I cannot help you. I know that I too searched for a log file but could not find any either. HAL does spit out some messages in the system log (/var/log/messages), particularly errors it seems. Perhaps you need a newer version of HAL for that directory to be created? What version do you have now?

<rant>
I must say that this is one of the worst examples of how NOT to do an upgrade. Not only was there was zero warning about all the breakage caused by upgrading, there are two versions of the same driver available, no-one tells you which one you need, if you do have the right driver it still does not work as expected despite having a working config for almost four years (in xorg.conf). There are no pointers given as to what might be wrong, there doesn't appear to be any documentation, especially considering that this is a whole new way to setup your touchpad. It takes a shitload of googling, trial-and-error and restarting X until finally something works. This is NOT how things should work...
</rant>
"Man fears the darkness, and so he scrapes away at the edges of it with fire."
- Rei Ayanami

JGBE, a Java based GameBoy Emulator
Top
qubaaa
Tux's lil' helper
Tux's lil' helper
Posts: 148
Joined: Sat Dec 23, 2006 1:44 pm

  • Quote

Post by qubaaa » Sun Jul 05, 2009 9:05 pm

hal still do not read my config file ;/ I even don't know if I did everything OK.
I've placed my config in /etc/hal/fdi/policy/99-x11-synaptics.fdi, following this howto http://en.gentoo-wiki.com/wiki/Synaptic ... d/Xorg_7.3

Tried everything and still nothing. I can only config my touchpad using synclient command. for example synclient vertedgescroll=1 gives me a possibility to scroll with the right edge.

Xorg.log:

Code: Select all


This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.1.902 (1.6.2 RC 2)
Release Date: 2009-6-29
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-gentoo-r1 x86_64 
Current Operating System: Linux localhost 2.6.26-gentoo-r1 #12 SMP Fri Sep 26 10:20:33 UTC 2008 x86_64
Build Date: 05 July 2009  09:54:20PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul  5 22:38:58 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout0"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard0"
(**) Option "StandbyTime" "10"
(**) Option "SuspendTime" "20"
(**) Option "OffTime" "30"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/,
	built-ins
(==) ModulePath set to "/usr/lib64/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
	If no devices become available, reconfigure HAL or disable AllowEmptyInput.
(II) Loader magic: 0xce0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0:1:0:0) 10de:040c:17aa:20d9 nVidia Corporation Quadro FX 570M rev 161, Mem @ 0xd6000000/16777216, 0xe0000000/268435456, 0xd4000000/33554432, I/O @ 0x00002000/128
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.6.1.902, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib64/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.1.902, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
(II) NVIDIA GLX Module  180.60  Mon May 11 15:53:29 PDT 2009
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.1.902, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
(II) LoadModule: "dri2"
(II) Loading /usr/lib64/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.1.902, module version = 1.1.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "nvidia"
(II) Loading /usr/lib64/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) NVIDIA dlloader X Driver  180.60  Mon May 11 15:33:16 PDT 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01@00:00:0
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib64/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.6.1.902, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib64/xorg/modules//libwfb.so
(II) Module wfb: vendor="X.Org Foundation"
	compiled for 1.6.1.902, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.4
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Module "ramdac" already built-in
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "UBB" "false"
(**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
(**) NVIDIA(0): Option "PixmapCacheSize" "300000"
(**) NVIDIA(0): Unified Back Buffers (UBB) disabled
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU Quadro FX 570M (G84GL) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 524288 kBytes
(--) NVIDIA(0): VideoBIOS: 60.84.51.00.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on Quadro FX 570M at PCI:1:0:0:
(--) NVIDIA(0):     IBM (DFP-0)
(--) NVIDIA(0): IBM (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): IBM (DFP-0): Internal Dual Link LVDS
(WW) NVIDIA(0): The EDID for IBM (DFP-0) contradicts itself: mode "1680x1050"
(WW) NVIDIA(0):     is specified in the EDID; however, the EDID's valid
(WW) NVIDIA(0):     HorizSync range (53.398-64.075 kHz) would exclude this
(WW) NVIDIA(0):     mode's HorizSync (42.7 kHz); ignoring HorizSync check for
(WW) NVIDIA(0):     mode "1680x1050".
(WW) NVIDIA(0): The EDID for IBM (DFP-0) contradicts itself: mode "1680x1050"
(WW) NVIDIA(0):     is specified in the EDID; however, the EDID's valid
(WW) NVIDIA(0):     VertRefresh range (50.000-60.000 Hz) would exclude this
(WW) NVIDIA(0):     mode's VertRefresh (40.1 Hz); ignoring VertRefresh check
(WW) NVIDIA(0):     for mode "1680x1050".
(WW) NVIDIA(0): The EDID for IBM (DFP-0) contradicts itself: mode "1680x1050"
(WW) NVIDIA(0):     is specified in the EDID; however, the EDID's valid
(WW) NVIDIA(0):     HorizSync range (53.398-64.075 kHz) would exclude this
(WW) NVIDIA(0):     mode's HorizSync (42.7 kHz); ignoring HorizSync check for
(WW) NVIDIA(0):     mode "1680x1050".
(WW) NVIDIA(0): The EDID for IBM (DFP-0) contradicts itself: mode "1680x1050"
(WW) NVIDIA(0):     is specified in the EDID; however, the EDID's valid
(WW) NVIDIA(0):     VertRefresh range (50.000-60.000 Hz) would exclude this
(WW) NVIDIA(0):     mode's VertRefresh (40.1 Hz); ignoring VertRefresh check
(WW) NVIDIA(0):     for mode "1680x1050".
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1680x1050"
(II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
(--) NVIDIA(0): DPI set to (129, 127); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[B]
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
(II) NVIDIA(0):     enough to receive ACPI display change hotkey events.
(II) NVIDIA(0): Setting mode "1680x1050"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing extension GLX
(II) config/hal: Adding input device ThinkPad Extra Buttons
(II) LoadModule: "evdev"
(II) Loading /usr/lib64/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.6.1.902, module version = 2.2.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(**) ThinkPad Extra Buttons: always reports core events
(**) ThinkPad Extra Buttons: Device: "/dev/input/event9"
(II) ThinkPad Extra Buttons: Found keys
(II) ThinkPad Extra Buttons: Configuring as keyboard
(II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) LoadModule: "synaptics"
(II) Loading /usr/lib64/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.6.1.902, module version = 1.1.2
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) Synaptics touchpad driver version 1.1.2
(**) Option "Device" "/dev/input/event7"
(II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
(II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
(II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
(II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
(II) SynPS/2 Synaptics TouchPad: buttons: left right middle double triple
(--) SynPS/2 Synaptics TouchPad: touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
(**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
(**) SynPS/2 Synaptics TouchPad: (accel) filter chain progression: 2.00
(**) SynPS/2 Synaptics TouchPad: (accel) filter stage 0: 20.00 ms
(**) SynPS/2 Synaptics TouchPad: (accel) set acceleration profile 0
(--) SynPS/2 Synaptics TouchPad: touchpad found
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event6"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device Video Bus
(**) Video Bus: always reports core events
(**) Video Bus: Device: "/dev/input/event5"
(II) Video Bus: Found keys
(II) Video Bus: Configuring as keyboard
(II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(II) config/hal: Adding input device TPPS/2 IBM TrackPoint
(**) TPPS/2 IBM TrackPoint: always reports core events
(**) TPPS/2 IBM TrackPoint: Device: "/dev/input/event10"
(II) TPPS/2 IBM TrackPoint: Found 3 mouse buttons
(II) TPPS/2 IBM TrackPoint: Found x and y relative axes
(II) TPPS/2 IBM TrackPoint: Configuring as mouse
(**) TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
(**) TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE)
(**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
(**) TPPS/2 IBM TrackPoint: (accel) filter chain progression: 2.00
(**) TPPS/2 IBM TrackPoint: (accel) filter stage 0: 20.00 ms
(**) TPPS/2 IBM TrackPoint: (accel) set acceleration profile 0
(II) config/hal: Adding input device B16_b_02 USB-PS/2 Optical Mouse
(**) B16_b_02 USB-PS/2 Optical Mouse: always reports core events
(**) B16_b_02 USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
(II) B16_b_02 USB-PS/2 Optical Mouse: Found 8 mouse buttons
(II) B16_b_02 USB-PS/2 Optical Mouse: Found x and y relative axes
(II) B16_b_02 USB-PS/2 Optical Mouse: Found scroll wheel(s)
(II) B16_b_02 USB-PS/2 Optical Mouse: Configuring as mouse
(**) B16_b_02 USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
(**) B16_b_02 USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
(II) XINPUT: Adding extended input device "B16_b_02 USB-PS/2 Optical Mouse" (type: MOUSE)
(**) B16_b_02 USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
(**) B16_b_02 USB-PS/2 Optical Mouse: (accel) filter chain progression: 2.00
(**) B16_b_02 USB-PS/2 Optical Mouse: (accel) filter stage 0: 20.00 ms
(**) B16_b_02 USB-PS/2 Optical Mouse: (accel) set acceleration profile 0
(II) config/hal: Adding input device AT Translated Set 2 keyboard
(**) AT Translated Set 2 keyboard: always reports core events
(**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
(II) AT Translated Set 2 keyboard: Found keys
(II) AT Translated Set 2 keyboard: Configuring as keyboard
(II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
(**) Option "xkb_rules" "evdev"
(**) Option "xkb_model" "evdev"
(**) Option "xkb_layout" "us"
(WW) config/hal: device AT Translated Set 2 keyboard already added. Ignoring.
(WW) config/hal: device ThinkPad Extra Buttons already added. Ignoring.

It makes me really mad :evil: Please HELP!
Top
Post Reply

20 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic