Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problem with mouse after X update to 7.1
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
bladus
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 233

PostPosted: Sat Oct 14, 2006 10:09 am    Post subject: Problem with mouse after X update to 7.1 Reply with quote

Hello, since X.org 7.1 was marked stable today i updated it, but the mouse fails ("No Core pointer").
The config is the same as it was for 7.0, i didn't change anything.


Xorg.conf
Code:

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/TTF"
  FontPath     "/usr/share/fonts/corefonts"
  FontPath     "/usr/share/fonts/freefont"
  FontPath     "/usr/share/fonts/sharefonts"
  FontPath     "/usr/share/fonts/terminus"
  FontPath     "/usr/share/fonts/ttf-bitstream-vera"
  FontPath     "/usr/share/fonts/unifont"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/artwiz"
EndSection

Section "Module"
  Load  "record"
  Load  "extmod"
  Load  "dbe"
  # Load  "dri"
  Load  "glx"
  Load  "xtrap"
  Load  "freetype"
  Load  "type1"
EndSection

Section "InputDevice"
  Identifier  "Keyboard1"
  Driver      "keyboard"
  Option      "XkbLayout" "de"
  Option      "XkbModel" "pc105"
  Option      "XkbRules" "xorg"
  Option      "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
  Identifier    "Mouse1"
  Driver      "evdev"
  Option       "Device"  "/dev/input/mx510"
  Option       "Name"    "Logitech MX510"
EndSection

Section "Monitor"
  Identifier   "ViewSonic VX912"
  HorizSync    30-82
  VertRefresh  50-85
  DisplaySize  338 270
  Option       "DPMS"
  # V-freq: 60.00 Hz  // h-freq: 63.73 KHz
  Modeline "1280x1024_60" 109.62  1280 1336 1472 1720  1024 1024 1026 1062
EndSection

Section "Device"
  Identifier  "nVidia Corp. 6600 GT"
  Driver      "nvidia"
  Option      "NoLogo" "true"
  VendorName  "nVidia Corporation"
  BoardName   "Unknown Board"
  BusID       "PCI:1:0:0"
  Option      "AllowGLXWithComposite" "true"
  Option      "RenderAccel" "true"
  Option      "UseEDIDFreqs" "FALSE"
  Option      "UseEDIDDpi" "FALSE"
EndSection

Section "Extensions"
  Option   "Composite"   "Enable"
EndSection

Section "Screen"
  Identifier "Screen0"
  Device     "nVidia Corp. 6600 GT"
  Monitor    "ViewSonic VX912"
  DefaultDepth 24
  Subsection "Display"
    Depth 24
    Modes "1280x1024_60"
    ViewPort 0 0
  EndSubsection
EndSection

Section "ServerLayout"
  Identifier     "X.org Configured"
  Screen      0  "Screen0" 0 0
  InputDevice    "Mouse1" "CorePointer"
  InputDevice    "Keyboard1" "CoreKeyboard"
  Option         "OffTime" "5"
EndSection


Xorg.0.log
Code:

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.17-emission8 x86_64
Current Operating System: Linux arthur 2.6.17-emission8 #5 Sat Sep 9 16:07:49 CEST 2006 x86_64
Build Date: 14 October 2006
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
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: Sat Oct 14 09:17:28 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "ViewSonic VX912"
(**) |   |-->Device "nVidia Corp. 6600 GT"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to:
   /usr/share/fonts/misc:unscaled,
   /usr/share/fonts/Type1,
   /usr/share/fonts/TTF,
   /usr/share/fonts/corefonts,
   /usr/share/fonts/freefont,
   /usr/share/fonts/sharefonts,
   /usr/share/fonts/terminus,
   /usr/share/fonts/ttf-bitstream-vera,
   /usr/share/fonts/unifont,
   /usr/share/fonts/75dpi:unscaled,
   /usr/share/fonts/100dpi:unscaled,
   /usr/share/fonts/artwiz
(==) RgbPath set to "/usr/share/X11/rgb"
(==) ModulePath set to "/usr/lib64/xorg/modules"
(**) Option "AllowMouseOpenFail" "true"
(**) Option "OffTime" "5"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.3
   X.Org Video Driver: 1.0
   X.Org XInput driver : 0.6
   X.Org Server Extension : 0.3
   X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib64/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib64/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   ABI class: X.Org Video Driver, version 1.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,005e card 147b,1c0c rev a3 class 05,80,00 hdr 00
(II) PCI: 00:01:0: chip 10de,0050 card 147b,1c0c rev a3 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0052 card 147b,1c0c rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,005a card 147b,1c0c rev a2 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,005b card 147b,1c0c rev a3 class 0c,03,20 hdr 80
(II) PCI: 00:06:0: chip 10de,0053 card 147b,1c0c rev a2 class 01,01,8a hdr 00
(II) PCI: 00:07:0: chip 10de,0054 card 147b,1c0c rev a3 class 01,01,85 hdr 00
(II) PCI: 00:08:0: chip 10de,0055 card 147b,1c0c rev a3 class 01,01,85 hdr 00
(II) PCI: 00:09:0: chip 10de,005c card 0000,0000 rev a2 class 06,04,01 hdr 01
(II) PCI: 00:0a:0: chip 10de,0057 card 147b,1c0c rev a3 class 06,80,00 hdr 00
(II) PCI: 00:0b:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0c:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0e:0: chip 10de,005d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:00:0: chip 10de,0140 card 107d,2a20 rev a2 class 03,00,00 hdr 00
(II) PCI: 05:06:0: chip 13f6,0111 card 153b,1144 rev 10 class 04,01,00 hdr 00
(II) PCI: 05:07:0: chip 104c,8023 card 147b,1c0c rev 00 class 0c,00,10 hdr 00
(II) PCI: End of PCI scan
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:9:0), (0,5,5), BCTRL: 0x0204 (VGA_EN is cleared)
(II) Bus 5 I/O range:
   [0] -1   0   0x00009000 - 0x000090ff (0x100) IX[B]
   [1] -1   0   0x00009400 - 0x000094ff (0x100) IX[B]
   [2] -1   0   0x00009800 - 0x000098ff (0x100) IX[B]
   [3] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
(II) Bus 5 non-prefetchable memory range:
   [0] -1   0   0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) Bus 5 prefetchable memory range:
   [0] -1   0   0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:11:0), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 4 I/O range:
   [0] -1   0   0x00006000 - 0x000060ff (0x100) IX[B]
   [1] -1   0   0x00006400 - 0x000064ff (0x100) IX[B]
   [2] -1   0   0x00006800 - 0x000068ff (0x100) IX[B]
   [3] -1   0   0x00006c00 - 0x00006cff (0x100) IX[B]
(II) Bus 4 non-prefetchable memory range:
   [0] -1   0   0xfe500000 - 0xfe5fffff (0x100000) MX[B]
(II) Bus 4 prefetchable memory range:
   [0] -1   0   0xfe400000 - 0xfe4fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:12:0), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 3 I/O range:
   [0] -1   0   0x00007000 - 0x000070ff (0x100) IX[B]
   [1] -1   0   0x00007400 - 0x000074ff (0x100) IX[B]
   [2] -1   0   0x00007800 - 0x000078ff (0x100) IX[B]
   [3] -1   0   0x00007c00 - 0x00007cff (0x100) IX[B]
(II) Bus 3 non-prefetchable memory range:
   [0] -1   0   0xfe700000 - 0xfe7fffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
   [0] -1   0   0xfe600000 - 0xfe6fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:13:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
   [0] -1   0   0x00008000 - 0x000080ff (0x100) IX[B]
   [1] -1   0   0x00008400 - 0x000084ff (0x100) IX[B]
   [2] -1   0   0x00008800 - 0x000088ff (0x100) IX[B]
   [3] -1   0   0x00008c00 - 0x00008cff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
   [0] -1   0   0xfe300000 - 0xfe3fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
   [0] -1   0   0xfe800000 - 0xfe8fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:14:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
   [0] -1   0   0x0000a000 - 0x0000a0ff (0x100) IX[B]
   [1] -1   0   0x0000a400 - 0x0000a4ff (0x100) IX[B]
   [2] -1   0   0x0000a800 - 0x0000a8ff (0x100) IX[B]
   [3] -1   0   0x0000ac00 - 0x0000acff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
   [0] -1   0   0xf4000000 - 0xfbffffff (0x8000000) MX[B]
(II) Bus 1 prefetchable memory range:
   [0] -1   0   0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:24:0), (0,0,5), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
   [0] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV43 [GeForce 6600 GT] rev 162, Mem @ 0xf4000000/26, 0xd0000000/27, 0xf8000000/24
(II) Addressable bus resource ranges are
   [0] -1   0   0x00000000 - 0xffffffff (0x100000000) MX[B]
   [1] -1   0   0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
   [0] -1   0   0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
   [1] -1   0   0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
   [2] -1   0   0xfebff000 - 0xfebfffff (0x1000) MX[B]
   [3] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [4] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [5] -1   0   0xfebf9000 - 0xfebf90ff (0x100) MX[B]
   [6] -1   0   0xfebfa000 - 0xfebfafff (0x1000) MX[B]
   [7] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [9] -1   0   0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
   [10] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
   [11] -1   0   0x0000fc00 - 0x0000fc07 (0x8) IX[B]
   [12] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [13] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [14] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [15] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [16] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [17] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [18] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [19] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [20] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [21] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [22] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [23] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [24] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [25] -1   0   0x0000bc00 - 0x0000bc1f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
   [0] -1   0   0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
   [1] -1   0   0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
   [2] -1   0   0xfebff000 - 0xfebfffff (0x1000) MX[B]
   [3] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [4] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [5] -1   0   0xfebf9000 - 0xfebf90ff (0x100) MX[B]
   [6] -1   0   0xfebfa000 - 0xfebfafff (0x1000) MX[B]
   [7] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [8] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [9] -1   0   0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
   [10] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
   [11] -1   0   0x0000fc00 - 0x0000fc07 (0x8) IX[B]
   [12] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [13] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [14] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [15] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [16] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [17] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [18] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [19] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [20] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [21] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [22] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [23] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [24] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [25] -1   0   0x0000bc00 - 0x0000bc1f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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   0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
   [5] -1   0   0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
   [6] -1   0   0xfebff000 - 0xfebfffff (0x1000) MX[B]
   [7] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [8] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [9] -1   0   0xfebf9000 - 0xfebf90ff (0x100) MX[B]
   [10] -1   0   0xfebfa000 - 0xfebfafff (0x1000) MX[B]
   [11] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [12] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [13] -1   0   0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
   [17] -1   0   0x0000fc00 - 0x0000fc07 (0x8) IX[B]
   [18] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [19] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [20] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [21] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [22] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [23] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [24] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [25] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [26] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [27] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [28] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [29] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [30] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [31] -1   0   0x0000bc00 - 0x0000bc1f (0x20) IX[B]
(II) LoadModule: "record"
(II) Loading /usr/lib64/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/lib64/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(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 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(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.8774
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "xtrap"
(II) Loading /usr/lib64/xorg/modules/extensions/libxtrap.so
(II) Module xtrap: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DEC-XTRAP
(II) LoadModule: "freetype"
(II) Loading /usr/lib64/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
   compiled for 7.1.1, module version = 2.1.0
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib64/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.2
   Module class: X.Org Font Renderer
   ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(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.8774
   Module class: X.Org Video Driver
(II) LoadModule: "evdev"
(II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
   compiled for 0.0.0, module version = 1.1.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "keyboard"
(II) Loading /usr/lib64/xorg/modules/input/keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 1.0.0
   Module class: X.Org XInput Driver
   ABI class: X.Org XInput driver, version 0.6
(II) NVIDIA dlloader X Driver  1.0-8774  Tue Aug  1 21:43:53 PDT 2006
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(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 7.1.1, module version = 1.0.0
   ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/lib64/xorg/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
   compiled for 7.1.1, module version = 0.1.0
   ABI class: X.Org Video Driver, version 1.0
(II) resource ranges after xf86ClaimFixedResources() call:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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   0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
   [5] -1   0   0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
   [6] -1   0   0xfebff000 - 0xfebfffff (0x1000) MX[B]
   [7] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [8] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [9] -1   0   0xfebf9000 - 0xfebf90ff (0x100) MX[B]
   [10] -1   0   0xfebfa000 - 0xfebfafff (0x1000) MX[B]
   [11] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [12] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [13] -1   0   0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
   [14] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [15] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [16] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
   [17] -1   0   0x0000fc00 - 0x0000fc07 (0x8) IX[B]
   [18] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [19] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [20] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [21] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [22] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [23] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [24] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [25] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [26] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [27] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [28] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [29] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [30] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [31] -1   0   0x0000bc00 - 0x0000bc1f (0x20) IX[B]
(II) resource ranges after probing:
   [0] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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   0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
   [5] -1   0   0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
   [6] -1   0   0xfebff000 - 0xfebfffff (0x1000) MX[B]
   [7] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [8] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [9] -1   0   0xfebf9000 - 0xfebf90ff (0x100) MX[B]
   [10] -1   0   0xfebfa000 - 0xfebfafff (0x1000) MX[B]
   [11] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [12] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [13] -1   0   0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
   [14] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B]
   [15] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B]
   [16] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B]
   [17] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [18] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [19] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
   [20] -1   0   0x0000fc00 - 0x0000fc07 (0x8) IX[B]
   [21] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [22] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [23] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [24] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [25] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [26] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [27] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [28] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [29] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [30] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [31] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [32] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [33] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [34] -1   0   0x0000bc00 - 0x0000bc1f (0x20) IX[B]
   [35] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B]
   [36] 0   0   0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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 "NoLogo" "true"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "UseEdidFreqs" "FALSE"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Option "UseEdidDpi" "FALSE"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
(**) NVIDIA(0):     disabled on all display devices.
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 6600 GT at PCI:1:0:0
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.43.02.16.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 GeForce 6600 GT at PCI:1:0:0:
(--) NVIDIA(0):     ViewSonic VX912 (DFP-0)
(--) NVIDIA(0): ViewSonic VX912 (DFP-0): 155.0 MHz maximum pixel clock
(--) NVIDIA(0): ViewSonic VX912 (DFP-0): Internal Single Link TMDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024_60"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(**) NVIDIA(0): DPI set to (96, 96); computed from "DisplaySize" Monitor section option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
   [0] 0   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B]
   [1] 0   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
   [2] 0   0   0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
   [3] -1   0   0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
   [4] -1   0   0x000f0000 - 0x000fffff (0x10000) MX[B]
   [5] -1   0   0x000c0000 - 0x000effff (0x30000) MX[B]
   [6] -1   0   0x00000000 - 0x0009ffff (0xa0000) MX[B]
   [7] -1   0   0xfeaf8000 - 0xfeafbfff (0x4000) MX[B]
   [8] -1   0   0xfeaff000 - 0xfeaff7ff (0x800) MX[B]
   [9] -1   0   0xfebff000 - 0xfebfffff (0x1000) MX[B]
   [10] -1   0   0xfebfe000 - 0xfebfefff (0x1000) MX[B]
   [11] -1   0   0xfebfd000 - 0xfebfdfff (0x1000) MX[B]
   [12] -1   0   0xfebf9000 - 0xfebf90ff (0x100) MX[B]
   [13] -1   0   0xfebfa000 - 0xfebfafff (0x1000) MX[B]
   [14] -1   0   0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
   [15] -1   0   0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
   [16] -1   0   0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
   [17] 0   0   0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
   [18] 0   0   0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
   [19] 0   0   0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
   [20] -1   0   0x0000ffff - 0x0000ffff (0x1) IX[B]
   [21] -1   0   0x00000000 - 0x000000ff (0x100) IX[B]
   [22] -1   0   0x00009c00 - 0x00009cff (0x100) IX[B]
   [23] -1   0   0x0000fc00 - 0x0000fc07 (0x8) IX[B]
   [24] -1   0   0x0000e800 - 0x0000e80f (0x10) IX[B]
   [25] -1   0   0x00000b60 - 0x00000b63 (0x4) IX[B]
   [26] -1   0   0x00000960 - 0x00000967 (0x8) IX[B]
   [27] -1   0   0x00000be0 - 0x00000be3 (0x4) IX[B]
   [28] -1   0   0x000009e0 - 0x000009e7 (0x8) IX[B]
   [29] -1   0   0x0000d400 - 0x0000d40f (0x10) IX[B]
   [30] -1   0   0x00000b70 - 0x00000b73 (0x4) IX[B]
   [31] -1   0   0x00000970 - 0x00000977 (0x8) IX[B]
   [32] -1   0   0x00000bf0 - 0x00000bf3 (0x4) IX[B]
   [33] -1   0   0x000009f0 - 0x000009f7 (0x8) IX[B]
   [34] -1   0   0x0000d000 - 0x0000d00f (0x10) IX[B]
   [35] -1   0   0x00001c40 - 0x00001c7f (0x40) IX[B]
   [36] -1   0   0x00001c00 - 0x00001c3f (0x40) IX[B]
   [37] -1   0   0x0000bc00 - 0x0000bc1f (0x20) IX[B]
   [38] 0   0   0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
   [39] 0   0   0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024_60"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(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
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(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 built-in extension XEVIE
(II) Initializing extension GLX
(II) evdev brain: Rescanning devices (1).
(EE) PreInit returned NULL for "Mouse1"
(**) Option "CoreKeyboard"
(**) Keyboard1: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard1: XkbModel: "pc105"
(**) Keyboard1: XkbLayout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) Keyboard1: XkbVariant: "nodeadkeys"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(WW) No core pointer registered
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    xkb_keycodes             { include "xfree86+aliases(qwertz)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+de(nodeadkeys)" };
    xkb_geometry             { include "pc(pc105)" };
(II) evdev brain: Rescanning devices (2).
No core pointer

Fatal server error:
failed to initialize core devices


emerge --info
Code:
Gentoo Base System version 1.12.5
Portage 2.1.1-r1 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6.17-emission8 x86_64)
=================================================================
System uname: 2.6.17-emission8 x86_64 AMD Athlon(tm) 64 Processor 3000+
Last Sync: Sat, 14 Oct 2006 07:20:01 +0000
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -msse3 -fno-ident"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=k8 -O2 -pipe -msse3 -fno-ident"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://pandemonium.tiscali.de/pub/gentoo/ http://mirror.switch.ch/ftp/mirror/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LANG="en_US.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/liferea_overlay /usr/portage/local/layman/initng /usr/portage/local/layman/mpd"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="amd64 X a52 aac alsa apache2 bash-completion bitmap-fonts cairo cdr cli crypt cups dbus dlloader dri dvd dvdr elibc_glibc emboss encode fam firefox flac fortran gd gdbm gif glibc-omitfp gpm gstreamer gtk gtk2 hal initng_plugins_also initng_plugins_bash_launcher initng_plugins_chdir initng_plugins_chroot initng_plugins_conflict initng_plugins_cpout initng_plugins_critical initng_plugins_ctrlaltdel initng_plugins_daemon_clean initng_plugins_debug_commands initng_plugins_envparser initng_plugins_find initng_plugins_fmon initng_plugins_fstat initng_plugins_history initng_plugins_idleprobe initng_plugins_initctl initng_plugins_interactive initng_plugins_iparser initng_plugins_last initng_plugins_limit initng_plugins_lockfile initng_plugins_logfile initng_plugins_netdev initng_plugins_netprobe initng_plugins_ngc4 initng_plugins_ngcs initng_plugins_nge initng_plugins_pause initng_plugins_provide initng_plugins_reload initng_plugins_renice initng_plugins_rlparser initng_plugins_simple_launcher initng_plugins_stcmd initng_plugins_stdout initng_plugins_suid initng_plugins_syncron initng_plugins_syslog initng_plugins_sysreq initng_plugins_unneeded initng_plugins_usplash input_devices_evdev input_devices_keyboard input_devices_mouse isdnlog javascript jpeg kernel_linux libg++ mad mp3 mpeg musepack mysql ncurses nptl nptlonly nvidia ogg oggvorbis opengl pam pcre perl php png pppd python qt3 qt4 quicktime readline reflection samba sdl session spell spl sse3 ssl svg tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU userlocales video_cards_nv video_cards_nvidia video_cards_vesa vorbis xml xml2 xorg xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS



Last edited by bladus on Sun Oct 15, 2006 2:09 pm; edited 2 times in total
Back to top
View user's profile Send private message
Paapaa
l33t
l33t


Joined: 14 Aug 2005
Posts: 955
Location: Finland

PostPosted: Sat Oct 14, 2006 10:45 am    Post subject: Reply with quote

It is about evdev:

1. Remove the "device" line. you don't need it.
2. Make sure the "name" line is correct. Check "cat /proc/bus/input/devices"
Back to top
View user's profile Send private message
bladus
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 233

PostPosted: Sat Oct 14, 2006 10:50 am    Post subject: Reply with quote

It works!
Thank you so much Paapaa.
Back to top
View user's profile Send private message
CampinoDesign
n00b
n00b


Joined: 30 Oct 2004
Posts: 74

PostPosted: Sat Oct 14, 2006 12:49 pm    Post subject: Reply with quote

Hi,
I got the same problem, but neither using
Option "Name" "bla"
nor
Option "Phys" "bla"
solved the problem for me.
I'm using a USB Mouse (G5, Logitech)
I read about some folks using
Option "Dev Name"
but that doesn't solve my problem as well. :?

lg,
Lars
Back to top
View user's profile Send private message
movrev
Tux's lil' helper
Tux's lil' helper


Joined: 07 Mar 2004
Posts: 114
Location: Berkeley, CA - USA

PostPosted: Sat Oct 14, 2006 5:54 pm    Post subject: Reply with quote

bladus wrote:
It works!
Thank you so much Paapaa.


Same problem here!

What name did you put in after all? I tried commenting out the device line and placing the name line as "Logitech USB-PS/2 Optical Mouse" (note that I also have mx510) and it still doesn't work. I took the name from
Code:
cat /proc/bus/input/devices
as was told above by Paapaa. Thanks for your help.
_________________
Shuttle SN25P - FN25 mobo nForce 4 - AMD Athlon 64 3500+ - nVidia GeForce 6800 - Maxtor 200Gb - 2x1024 Mb Corsair XMS RAM
Back to top
View user's profile Send private message
bladus
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 233

PostPosted: Sat Oct 14, 2006 6:10 pm    Post subject: Reply with quote

The section now looks like this:

Code:

Section "InputDevice"
  Identifier    "Mouse1"
  Driver      "evdev"
  Option       "Name"    "Logitech USB-PS/2 Optical Mouse"
EndSection
Back to top
View user's profile Send private message
movrev
Tux's lil' helper
Tux's lil' helper


Joined: 07 Mar 2004
Posts: 114
Location: Berkeley, CA - USA

PostPosted: Sat Oct 14, 2006 6:49 pm    Post subject: Reply with quote

Yeah, I imagined. It's exactly the same as mine save for the device line which is commented and the fact that my Identifier is just Mouse. I'll give it a try later today (since I'm not at home right now) and will post if I get any other clues. Let me know if you get any other ideas as to what might be causing the problem. Thanks.
_________________
Shuttle SN25P - FN25 mobo nForce 4 - AMD Athlon 64 3500+ - nVidia GeForce 6800 - Maxtor 200Gb - 2x1024 Mb Corsair XMS RAM
Back to top
View user's profile Send private message
TheChessPlayer
n00b
n00b


Joined: 01 Sep 2006
Posts: 11

PostPosted: Sat Oct 14, 2006 8:03 pm    Post subject: Reply with quote

I had the same issue and found the answer at the folowing link http://gentoo-wiki.com/HOWTO_Advanced_Mouse#Upgrading_From_XOrg_7.0_to_7.1_or_higher
Back to top
View user's profile Send private message
movrev
Tux's lil' helper
Tux's lil' helper


Joined: 07 Mar 2004
Posts: 114
Location: Berkeley, CA - USA

PostPosted: Sun Oct 15, 2006 7:21 pm    Post subject: Reply with quote

TheChessPlayer wrote:
I had the same issue and found the answer at the folowing link http://gentoo-wiki.com/HOWTO_Advanced_Mouse#Upgrading_From_XOrg_7.0_to_7.1_or_higher


Thanks very much, this solved my problem. However, I then had my Logitech MX510 mouse with most buttons exchanged because of the Xmodmap statement for the pointer that I had previously set up. I posted how to fix this here if you run into the same issue.
_________________
Shuttle SN25P - FN25 mobo nForce 4 - AMD Athlon 64 3500+ - nVidia GeForce 6800 - Maxtor 200Gb - 2x1024 Mb Corsair XMS RAM
Back to top
View user's profile Send private message
bammbamm808
Guru
Guru


Joined: 08 Dec 2002
Posts: 548
Location: Hawaii

PostPosted: Mon Oct 16, 2006 3:49 am    Post subject: Reply with quote

What version did you upgrade from? I had to fiddle w/xmodmap after going from 6.9 to modular 7. What does xev say?
_________________
MSI MAG B550 Tomahawk
Ryzen 3900x
32Gb Samsung B-die (16GB dual rank x2) DDR4 @ 3200MHz, cl14
Geforce RTX 2070S 8GB
Samsung m.2 NVME pcie-3.0
Etc....
Back to top
View user's profile Send private message
movrev
Tux's lil' helper
Tux's lil' helper


Joined: 07 Mar 2004
Posts: 114
Location: Berkeley, CA - USA

PostPosted: Mon Oct 16, 2006 4:07 am    Post subject: Reply with quote

Lamentably, I don't remember from which version I upgraded, but I'm pretty sure it was from 7.0 since I've upgraded to modular before I think. In any case, I don't have Xorg under ~amd64, so I assume I had the amd64 version of Xorg up to a couple of days ago, whichever that was. Is there any emerge log stating from which version I'm upgrading from?

Besides, there was already a comment about this problem after upgrading to 7.1 with the MX510 on the gentoo wiki. I read that comment to realize that I no longer needed the pointer mapping in Xmodmap and that without it, all buttons (checked through xev) were mapped ok. I only had to modify xbindkeys to use button 8 instead of 10 because the "Quick Program Switcher" was now before the auto-scrolling buttons. After testing all this, I improved the comment on the wiki to reflect what I just told you.

I hope this answers your questions.
_________________
Shuttle SN25P - FN25 mobo nForce 4 - AMD Athlon 64 3500+ - nVidia GeForce 6800 - Maxtor 200Gb - 2x1024 Mb Corsair XMS RAM
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum