Hi, I tried again and have a 10.3 box up and running. using vmware player instead of workstation 5.5 has helped the system quite a bit. evolution 2.12 is much better than 2.8 12 hours later and after a couple of evolution hangs it is still checking my exchange email account which it would not do before.
The only major issue I see as of right now is that the panel and both KDE and Gnome get confused with a dual monitor setup that worked fine in 10.2 my setup Dell Latitude D620, nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] 2GB Ram Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz my xorg.conf file is attached. laptop monitor is WFP Resolution 1440x900 second monitor is a Dell 20WFP Resolution 1680x1050 Anyhow, what happens in 10.3 both gnome and kde is that the 20WFP xwininfo looks right xwininfo: Window id: 0x12000d6 "Desktop" Absolute upper-left X: 0 Absolute upper-left Y: 0 Relative upper-left X: 0 Relative upper-left Y: 0 Width: 1680 Height: 1050 Depth: 24 Visual Class: TrueColor Border width: 0 Class: InputOutput Colormap: 0x1a3 (installed) Bit Gravity State: NorthWestGravity Window Gravity State: NorthWestGravity Backing Store State: NotUseful Save Under State: no Map State: IsViewable Override Redirect State: no Corners: +0+0 -0+0 -0-0 +0-0 -geometry 1680x1050+0+0 But if I maximize an application it only gets this big xwininfo: Window id: 0x2a00020 "d620:/home/nessts" Absolute upper-left X: 0 Absolute upper-left Y: 46 Relative upper-left X: 0 Relative upper-left Y: 20 Width: 1440 Height: 853 Depth: 24 Visual Class: TrueColor Border width: 0 Class: InputOutput Colormap: 0x1a3 (installed) Bit Gravity State: NorthWestGravity Window Gravity State: NorthWestGravity Backing Store State: NotUseful Save Under State: no Map State: IsViewable Override Redirect State: no Corners: +0+46 -240+46 -240-151 +0-151 -geometry 177x54+0+26 If the panel is set for the bottom it is 900 pixels from the top. and 200 short of making it to the right edge of the screen. I can manually stretch things to the full screen width but it is somewhat annoying. Also, a panel that is in autohide mode does move down and jump around quite a bit which is entertaining for a minute or two. if I use the panel hide button in kde where the panel disappears off the right edge of the screen you can see 200 pixels of it hiding in plain view. I would be happy to provide any more information besides the config file and the Xorg.log that I already attached if somebody can help. Thanks -- Todd Ness
Section "Files"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/misc/"
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/CID/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "int10"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerFlags"
Option "blank time" "1"
Option "standby time" "2"
Option "suspend time" "3"
Option "off time" "4"
Option "DefaultServerLayout" "dual"
Option "NvAgp" "1"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "CorePointer"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "EmulateMidButtonTime" "50"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "0"
Option "MaxTapMove" "0"
Option "UpDownScrolling" "on"
Option "VertScrollDelta" "30"
Option "LeftRightScrolling" "off"
Option "HorizScrollDelta" "20"
Option "LockedDrags" "off"
Option "EdgeMotionUseAlways" "false"
Option "MinSpeed" "0.5"
Option "MaxSpeed" "1.2"
Option "AccelFactor" "0.5"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "SHMConfig" "on"
EndSection
Section "InputDevice"
Identifier "USB mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "SendCoreEvents" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "WUXGA Flat pannel"
Option "DPMS"
HorizSync 30-70
VertRefresh 30-60
EndSection
Section "Monitor"
Identifier "Dell 20WFP"
Option "DPMS"
HorizSync 30-70
VertRefresh 30-60
EndSection
#----- Single BEGIN ----------------------------------------------------------
Section "ServerLayout"
Identifier "single"
Screen 0 "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad"
InputDevice "USB mouse"
EndSection
#----- Single END ------------------------------------------------------------
#----- Dual BEGIN ----------------------------------------------------------
Section "Device"
Identifier "Dual0"
VendorName "NVIDIA Corporation"
BoardName "512MB Quadro NVS-120M TurboCache"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
Option "UseDisplayDevice" "DFP-0"
Option "NoLogo" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEdidDpi" "FALSE"
EndSection
Section "Device"
Identifier "Dual1"
VendorName "NVIDIA Corporation"
BoardName "512MB Quadro NVS-120M TurboCache"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
Option "UseDisplayDevice" "DFP-1"
Option "NoLogo" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEdidDpi" "FALSE"
EndSection
Section "Screen"
Identifier "DualScreen0"
Device "Dual0"
Monitor "WUXGA Flat pannel"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1440x900"
EndSubsection
EndSection
Section "Screen"
Identifier "DualScreen1"
Device "Dual1"
Monitor "Dell 20WFP"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1440x900"
#Modes "1680x1050" "1440x900"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "dual"
Screen 0 "DualScreen0"
Screen 1 "DualScreen1" leftOf "DualScreen0"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad"
InputDevice "USB mouse"
EndSection
#----- Dual END ------------------------------------------------------------
#----- Xinerama BEGIN --------------------------------------------------------
Section "Device"
Identifier "Nvidia0"
VendorName "NVIDIA Corporation"
BoardName "512MB Quadro NVS-120M TurboCache"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 0
Option "UseDisplayDevice" "DFP-0"
Option "NoLogo" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEdidDpi" "FALSE"
EndSection
Section "Device"
Identifier "Nvidia1"
VendorName "NVIDIA Corporation"
BoardName "512MB Quadro NVS-120M TurboCache"
Driver "nvidia"
BusID "PCI:1:0:0"
Screen 1
Option "UseDisplayDevice" "DFP-1"
Option "NoLogo" "1"
Option "RenderAccel" "true"
Option "AllowGLXWithComposite" "true"
Option "UseEdidDpi" "FALSE"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Nvidia0"
Monitor "WUXGA Flat pannel"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1440x900"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Nvidia1"
Monitor "Dell 20WFP"
DefaultDepth 24
Subsection "Display"
Depth 24
#Modes "1680x1050" "1440x900"
Modes "1440x900"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "xinerama"
Screen 0 "Screen0"
Screen 1 "Screen1" leftOf "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Synaptics Touchpad"
InputDevice "USB mouse"
Option "Xinerama" "1"
EndSection
#----- Xinerama END ----------------------------------------------------------
#----- Twinview BEGIN --------------------------------------------------------
#
#Section "Monitor"
#Identifier "TwinMoni"
#Option "dpms"
#HorizSync 30.0-81.0
#VertRefresh 56-60
#DisplaySize 1300 406 # lcd horizontal size *2 to get 86*86 dpi
#EndSection
#
#Section "Device"
#Identifier "NvidiaTwin"
#VendorName "NVIDIA Corporation"
#BoardName "512MB Quadro NVS-120M TurboCache"
#Driver "nvidia"
#BusID "PCI:1:0:0"
#Option "NoLogo" "0"
#Option "TwinView"
#Option "MetaModes" "1920x1050,1920x1050; 1280x1024,1280x1024; 1280x1024;
1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
#Option "TwinViewOrientation" "DFP-1 LeftOf DFP-0"
#Option "ConnectedMonitor" "DFP-0,DFP-1"
#Option "RenderAccel" "true"
#Option "AllowGLXWithComposite" "true"
#Option "UseEdidDpi" "FALSE"
#EndSection
#
#Section "Screen"
#Identifier "ScreenTwin"
#Device "NvidiaTwin"
#Monitor "TwinMoni"
#DefaultDepth 24
#Subsection "Display"
#Depth 24
#Modes "1440x900" "1280x800" "1024x768" "800x600"
#EndSubsection
#EndSection
#
#Section "ServerLayout"
#Identifier "twinview"
#Screen 0 "ScreenTwin"
#InputDevice "Generic Keyboard"
#InputDevice "Synaptics Touchpad"
#InputDevice "USB mouse"
#Option "Xinerama" "0"
#EndSection
#----- Twinview END ----------------------------------------------------------
X Window System Version 7.2.0 Release Date: Wed Oct 3 20:34:54 UTC 2007 X Protocol Version 11, Revision 0, Release 7.2 Build Operating System: openSUSE SUSE LINUX Current Operating System: Linux d620 2.6.22.9-0.4-default #1 SMP 2007/10/05 21:32:04 UTC x86_64 Build Date: 03 October 2007 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: Thu Oct 18 11:37:19 2007 (==) Using config file: "/etc/X11/xorg.conf" (**) Option "defaultserverlayout" "dual" (**) ServerLayout "dual" (**) |-->Screen "DualScreen0" (0) (**) | |-->Monitor "WUXGA Flat pannel" (**) | |-->Device "Dual0" (**) |-->Screen "DualScreen1" (1) (**) | |-->Monitor "Dell 20WFP" (**) | |-->Device "Dual1" (**) |-->Input Device "Generic Keyboard" (**) |-->Input Device "Synaptics Touchpad" (**) |-->Input Device "USB mouse" (WW) The directory "/usr/share/fonts/local/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/TTF/" does not exist. Entry deleted from font path. (WW) The directory "/usr/share/fonts/CID/" does not exist. Entry deleted from font path. (**) FontPath set to: /usr/share/fonts/misc/, /usr/share/fonts/75dpi/:unscaled, /usr/share/fonts/100dpi/:unscaled, /usr/share/fonts/Type1/, /usr/share/fonts/75dpi/, /usr/share/fonts/100dpi/ (==) RgbPath set to "/usr/share/X11/rgb" (==) ModulePath set to "/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules" (**) Option "BlankTime" "1" (**) Option "StandbyTime" "2" (**) Option "SuspendTime" "3" (**) Option "OffTime" "4" (**) Extension "Composite" is enabled (II) Open ACPI successful (/var/run/acpid.socket) (II) Loader magic: 0x7c06e0 (II) Module ABI versions: X.Org ANSI C Emulation: 0.3 X.Org Video Driver: 1.2 X.Org XInput driver : 0.7 X.Org Server Extension : 0.3 X.Org Font Renderer : 0.5 (II) Loader running on linux (II) LoadModule: "pcidata" (II) Loading /usr/lib64/xorg/modules//libpcidata.so (II) Module pcidata: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (++) using VT number 7 (II) PCI: PCI scan (all values are in hex) (II) PCI: 00:00:0: chip 8086,27a0 card 1028,01c2 rev 03 class 06,00,00 hdr 00 (II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00 hdr 01 (II) PCI: 00:1b:0: chip 8086,27d8 card 1028,01c2 rev 01 class 04,03,00 hdr 00 (II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 01 class 06,04,00 hdr 81 (II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01c2 rev 01 class 0c,03,00 hdr 80 (II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01c2 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:2: chip 8086,27ca card 1028,01c2 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:3: chip 8086,27cb card 1028,01c2 rev 01 class 0c,03,00 hdr 00 (II) PCI: 00:1d:7: chip 8086,27cc card 1028,01c2 rev 01 class 0c,03,20 hdr 00 (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e1 class 06,04,01 hdr 01 (II) PCI: 00:1f:0: chip 8086,27b9 card 1028,01c2 rev 01 class 06,01,00 hdr 80 (II) PCI: 00:1f:2: chip 8086,27c4 card 1028,01c2 rev 01 class 01,01,80 hdr 00 (II) PCI: 00:1f:3: chip 8086,27da card 1028,01c2 rev 01 class 0c,05,00 hdr 00 (II) PCI: 01:00:0: chip 10de,01d7 card 1028,01c2 rev a1 class 03,00,00 hdr 00 (II) PCI: 03:01:0: chip 1217,6972 card 2001,0000 rev 40 class 06,07,00 hdr 02 (II) PCI: 09:00:0: chip 14e4,1600 card 1028,01c2 rev 02 class 02,00,00 hdr 00 (II) PCI: 0c:00:0: chip 8086,4222 card 8086,1020 rev 02 class 02,80,00 hdr 00 (II) PCI: End of PCI scan (II) Intel Bridge workaround enabled (II) Host-to-PCI bridge: (II) Bus 0: bridge is at (0:0:0), (0,0,12), 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] (II) PCI-to-PCI bridge: (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x001a (VGA_EN is set) (II) Bus 1 non-prefetchable memory range: [0] -1 0 0xed000000 - 0xefefffff (0x2f00000) MX[B] (II) Bus 1 prefetchable memory range: [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 11: bridge is at (0:28:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared) (II) PCI-to-PCI bridge: (II) Bus 12: bridge is at (0:28:1), (0,12,12), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 12 non-prefetchable memory range: [0] -1 0 0xecf00000 - 0xecffffff (0x100000) MX[B] (II) PCI-to-PCI bridge: (II) Bus 9: bridge is at (0:28:2), (0,9,9), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 9 non-prefetchable memory range: [0] -1 0 0xece00000 - 0xecefffff (0x100000) MX[B] (II) Subtractive PCI-to-PCI bridge: (II) Bus 3: bridge is at (0:30:0), (0,3,7), BCTRL: 0x0002 (VGA_EN is cleared) (II) Bus 3 I/O range: [0] -1 0 0x00002000 - 0x00002fff (0x1000) IX[B] (II) Bus 3 non-prefetchable memory range: [0] -1 0 0x8c000000 - 0x91ffffff (0x6000000) MX[B] (II) Bus 3 prefetchable memory range: [0] -1 0 0x88000000 - 0x8bffffff (0x4000000) MX[B] (II) PCI-to-ISA bridge: (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set) (II) PCI-to-CardBus bridge: (II) Bus 4: bridge is at (3:1:0), (3,4,7), BCTRL: 0x0580 (VGA_EN is cleared) (II) Bus 4 I/O range: [0] -1 0 0x00002000 - 0x000020ff (0x100) IX[B] [1] -1 0 0x00002400 - 0x000024ff (0x100) IX[B] (II) Bus 4 non-prefetchable memory range: [0] -1 0 0x8c000000 - 0x8fffffff (0x4000000) MX[B] (II) Bus 4 prefetchable memory range: [0] -1 0 0x88000000 - 0x8bffffff (0x4000000) MX[B] (--) PCI:*(1:0:0) nVidia Corporation Quadro NVS 110M / GeForce Go 7300 rev 161, Mem @ 0xed000000/24, 0xd0000000/28, 0xee000000/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 0xecfff000 - 0xecffffff (0x1000) MX[B] [1] -1 0 0xecef0000 - 0xecefffff (0x10000) MX[B] [2] -1 0 0xffa80000 - 0xffa803ff (0x400) MX[B] [3] -1 0 0xefffc000 - 0xefffffff (0x4000) MX[B] [4] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [5] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [6] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B) [7] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [8] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [9] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [10] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [11] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [13] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B] [14] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B] [15] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B] [16] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B] (II) Active PCI resource ranges after removing overlaps: [0] -1 0 0xecfff000 - 0xecffffff (0x1000) MX[B] [1] -1 0 0xecef0000 - 0xecefffff (0x10000) MX[B] [2] -1 0 0xffa80000 - 0xffa803ff (0x400) MX[B] [3] -1 0 0xefffc000 - 0xefffffff (0x4000) MX[B] [4] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [5] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [6] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B) [7] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [8] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [9] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [10] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [11] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [12] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [13] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B] [14] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B] [15] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B] [16] -1 0 0x0000bf80 - 0x0000bf9f (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 0xecfff000 - 0xecffffff (0x1000) MX[B] [5] -1 0 0xecef0000 - 0xecefffff (0x10000) MX[B] [6] -1 0 0xffa80000 - 0xffa803ff (0x400) MX[B] [7] -1 0 0xefffc000 - 0xefffffff (0x4000) MX[B] [8] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [10] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B) [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [14] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [15] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [16] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [17] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [19] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B] [20] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B] [21] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B] [22] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B] (II) LoadModule: "dbe" (II) Loading /usr/lib64/xorg/modules//extensions/libdbe.so (II) Module dbe: vendor="X.Org Foundation" compiled for 7.2.0, 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: "extmod" (II) Loading /usr/lib64/xorg/modules//extensions/libextmod.so (II) Module extmod: vendor="X.Org Foundation" compiled for 7.2.0, 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: "int10" (II) Loading /usr/lib64/xorg/modules//libint10.so (II) Module int10: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.0.0 ABI class: X.Org Video Driver, version 1.2 (II) LoadModule: "extmod" (II) Reloading /usr/lib64/xorg/modules//extensions/libextmod.so (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 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: "type1" (II) Loading /usr/lib64/xorg/modules//fonts/libtype1.so (II) Module type1: vendor="X.Org Foundation" compiled for 7.2.0, 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: "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.2.0, 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: "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 ABI class: X.Org Server Extension, version 0.1 (II) NVIDIA GLX Module 100.14.19 Wed Sep 12 14:51:24 PDT 2007 (II) Loading extension GLX (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) LoadModule: "kbd" (II) Loading /usr/lib64/xorg/modules//input/kbd_drv.so (II) Module kbd: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "synaptics" (II) Loading /usr/lib64/xorg/modules//input/synaptics_drv.so (II) Module synaptics: vendor="X.Org Foundation" compiled for 4.3.99.902, module version = 1.0.0 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) LoadModule: "mouse" (II) Loading /usr/lib64/xorg/modules//input/mouse_drv.so (II) Module mouse: vendor="X.Org Foundation" compiled for 7.2.0, module version = 1.2.2 Module class: X.Org XInput Driver ABI class: X.Org XInput driver, version 0.7 (II) NVIDIA dlloader X Driver 100.14.19 Wed Sep 12 14:10:47 PDT 2007 (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs (II) Primary Device is: PCI 01:00:0 (--) Chipset NVIDIA GPU found (--) 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.2.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib64/xorg/modules//libwfb.so (II) Module wfb: vendor="NVIDIA Corporation" compiled for 7.1.99.2, module version = 1.0.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module already built-in (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 0xecfff000 - 0xecffffff (0x1000) MX[B] [5] -1 0 0xecef0000 - 0xecefffff (0x10000) MX[B] [6] -1 0 0xffa80000 - 0xffa803ff (0x400) MX[B] [7] -1 0 0xefffc000 - 0xefffffff (0x4000) MX[B] [8] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [10] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B) [11] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [12] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [13] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [14] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [15] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [16] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [17] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [18] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [19] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B] [20] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B] [21] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B] [22] -1 0 0x0000bf80 - 0x0000bf9f (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 0xecfff000 - 0xecffffff (0x1000) MX[B] [5] -1 0 0xecef0000 - 0xecefffff (0x10000) MX[B] [6] -1 0 0xffa80000 - 0xffa803ff (0x400) MX[B] [7] -1 0 0xefffc000 - 0xefffffff (0x4000) MX[B] [8] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [9] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [10] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B) [11] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B] [12] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B] [13] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B] [14] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [15] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [16] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [17] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [18] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [19] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [20] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [22] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B] [23] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B] [24] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B] [25] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B] [26] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B] [27] 0 0 0x000003c0 - 0x000003df (0x20) IS[B] (II) Setting vga for screen 0. (II) Setting vga for screen 1. (**) 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" "1" (**) NVIDIA(0): Option "RenderAccel" "true" (**) NVIDIA(0): Option "AllowGLXWithComposite" "true" (**) NVIDIA(0): Option "UseDisplayDevice" "DFP-0" (**) NVIDIA(0): Option "UseEdidDpi" "FALSE" (**) 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 NVS 110M (G72) at PCI:1:0:0 (GPU-0) (--) NVIDIA(0): Memory: 262144 kBytes (--) NVIDIA(0): VideoBIOS: 05.72.22.21.fc (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 NVS 110M at PCI:1:0:0: (--) NVIDIA(0): AUO (DFP-0) (--) NVIDIA(0): DELL 2007WFP (DFP-1) (--) NVIDIA(0): AUO (DFP-0): 330.0 MHz maximum pixel clock (--) NVIDIA(0): AUO (DFP-0): Internal Dual Link LVDS (--) NVIDIA(0): DELL 2007WFP (DFP-1): 165.0 MHz maximum pixel clock (--) NVIDIA(0): DELL 2007WFP (DFP-1): Internal Single Link TMDS (II) NVIDIA(0): Assigned Display Device: DFP-0 (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "1440x900" (II) NVIDIA(0): Virtual screen size determined to be 1440 x 900 (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals. (**) NVIDIA(1): Depth 24, (--) framebuffer bpp 32 (==) NVIDIA(1): RGB weight 888 (==) NVIDIA(1): Default visual is TrueColor (==) NVIDIA(1): Using gamma correction (1.0, 1.0, 1.0) (**) NVIDIA(1): Option "NoLogo" "1" (**) NVIDIA(1): Option "RenderAccel" "true" (**) NVIDIA(1): Option "AllowGLXWithComposite" "true" (**) NVIDIA(1): Option "UseDisplayDevice" "DFP-1" (**) NVIDIA(1): Option "UseEdidDpi" "FALSE" (**) NVIDIA(1): Enabling RENDER acceleration (II) NVIDIA(1): NVIDIA GPU Quadro NVS 110M (G72) at PCI:1:0:0 (GPU-0) (--) NVIDIA(1): Memory: 262144 kBytes (--) NVIDIA(1): VideoBIOS: 05.72.22.21.fc (II) NVIDIA(1): Detected PCI Express Link width: 16X (--) NVIDIA(1): Interlaced video modes are supported on this GPU (--) NVIDIA(1): Connected display device(s) on Quadro NVS 110M at PCI:1:0:0: (--) NVIDIA(1): AUO (DFP-0) (--) NVIDIA(1): DELL 2007WFP (DFP-1) (--) NVIDIA(1): AUO (DFP-0): 330.0 MHz maximum pixel clock (--) NVIDIA(1): AUO (DFP-0): Internal Dual Link LVDS (--) NVIDIA(1): DELL 2007WFP (DFP-1): 165.0 MHz maximum pixel clock (--) NVIDIA(1): DELL 2007WFP (DFP-1): Internal Single Link TMDS (II) NVIDIA(1): Assigned Display Device: DFP-1 (WW) NVIDIA(1): No valid modes for "1440x900"; removing. (WW) NVIDIA(1): (WW) NVIDIA(1): Unable to validate any modes; falling back to the default mode (WW) NVIDIA(1): "nvidia-auto-select". (WW) NVIDIA(1): (II) NVIDIA(1): Validated modes: (II) NVIDIA(1): "nvidia-auto-select" (II) NVIDIA(1): Virtual screen size determined to be 1680 x 1050 (==) NVIDIA(1): DPI set to (75, 75); computed from built-in default (==) NVIDIA(1): Enabling 32-bit ARGB GLX visuals. (--) Depth 24 pixmap format is 32 bpp (II) do I need RAC? Yes, I do. (II) resource ranges after preInit: [0] 0 0 0xee000000 - 0xeeffffff (0x1000000) MX[B] [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B] [2] 0 0 0xed000000 - 0xedffffff (0x1000000) 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 0xecfff000 - 0xecffffff (0x1000) MX[B] [8] -1 0 0xecef0000 - 0xecefffff (0x10000) MX[B] [9] -1 0 0xffa80000 - 0xffa803ff (0x400) MX[B] [10] -1 0 0xefffc000 - 0xefffffff (0x4000) MX[B] [11] -1 0 0xee000000 - 0xeeffffff (0x1000000) MX[B](B) [12] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[B](B) [13] -1 0 0xed000000 - 0xedffffff (0x1000000) MX[B](B) [14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD) [15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD) [16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD) [17] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B] [18] -1 0 0x00000000 - 0x000000ff (0x100) IX[B] [19] -1 0 0x000010c0 - 0x000010df (0x20) IX[B] [20] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[B] [21] -1 0 0x00000374 - 0x00000374 (0x1) IX[B] [22] -1 0 0x00000170 - 0x00000177 (0x8) IX[B] [23] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[B] [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[B] [25] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[B] [26] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[B] [27] -1 0 0x0000bf60 - 0x0000bf7f (0x20) IX[B] [28] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[B] [29] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU) [30] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU) (II) NVIDIA(0): Initialized GART. (WW) NVIDIA(0): Error: Unable to find DOS (Enable/Disable output switching) (WW) NVIDIA(0): file path under /proc/acpi/video. NVIDIA X driver will not (WW) NVIDIA(0): be able to respond to display change hotkey events. (II) NVIDIA(0): Setting mode "1440x900" (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) NVIDIA(1): Initialized GART. (WW) NVIDIA(1): Display change hotkeys not supported with multiple X screens. (II) NVIDIA(1): Setting mode "nvidia-auto-select" (II) NVIDIA(1): NVIDIA 3D Acceleration Architecture Initialized (II) NVIDIA(1): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(1): Backing store disabled (==) NVIDIA(1): Silken mouse enabled (**) Option "dpms" (**) NVIDIA(1): DPMS enabled (==) RandR enabled (II) Entity 0 shares no resources (II) Entity 1 shares no resources (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 XAccessControlExtension (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 (**) Option "CoreKeyboard" (**) Generic Keyboard: Core Keyboard (**) Option "Protocol" "standard" (**) Generic Keyboard: Protocol: standard (**) Option "AutoRepeat" "500 30" (**) Option "XkbRules" "xorg" (**) Generic Keyboard: XkbRules: "xorg" (**) Option "XkbModel" "pc105" (**) Generic Keyboard: XkbModel: "pc105" (**) Option "XkbLayout" "us" (**) Generic Keyboard: XkbLayout: "us" (**) Option "CustomKeycodes" "off" (**) Generic Keyboard: CustomKeycodes disabled (II) Synaptics touchpad driver version 0.14.6 (1406) (--) Synaptics Touchpad auto-dev sets device to /dev/input/event3 (waited 0 msec) (**) Option "Device" "/dev/input/event3" (**) Option "SHMConfig" "on" (**) Option "LeftEdge" "120" (**) Option "RightEdge" "830" (**) Option "TopEdge" "120" (**) Option "BottomEdge" "650" (**) Option "FingerLow" "25" (**) Option "FingerHigh" "30" (**) Option "MaxTapTime" "0" (**) Option "MaxTapMove" "0" (**) Option "EmulateMidButtonTime" "50" (**) Option "VertScrollDelta" "30" (**) Option "HorizScrollDelta" "0" (**) Option "EdgeMotionMinSpeed" "200" (**) Option "EdgeMotionMaxSpeed" "200" (**) Option "EdgeMotionUseAlways" "false" (**) Option "UpDownScrolling" "on" (**) Option "LeftRightScrolling" "off" (**) Option "LockedDrags" "off" (--) Synaptics Touchpad touchpad found (**) Option "CorePointer" (**) Synaptics Touchpad: Core Pointer (**) Option "Protocol" "ImPS/2" (**) USB mouse: Device: "/dev/input/mice" (**) USB mouse: Protocol: "ImPS/2" (**) Option "SendCoreEvents" "true" (**) USB mouse: always reports core events (**) Option "Device" "/dev/input/mice" (==) USB mouse: Emulate3Buttons, Emulate3Timeout: 50 (**) Option "ZAxisMapping" "4 5" (**) USB mouse: ZAxisMapping: buttons 4 and 5 (**) USB mouse: Buttons: 9 (**) USB mouse: Sensitivity: 1 (II) XINPUT: Adding extended input device "USB mouse" (type: MOUSE) (II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE) (II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD) Synaptics DeviceInit called SynapticsCtrl called. Synaptics DeviceOn called (--) Synaptics Touchpad auto-dev sets device to /dev/input/event3 (waited 0 msec) (**) Option "Device" "/dev/input/event3" (--) Synaptics Touchpad touchpad found (II) USB mouse: ps2EnableDataReporting: succeeded ProcXCloseDevice to close or not ? SynapticsCtrl called. SynapticsCtrl called. (II) 3rd Button detected: disabling emulate3Button SetClientVersion: 0 9 SetClientVersion: 0 9 SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SetGrabKeysState - disabled SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SetGrabKeysState - enabled SynapticsCtrl called. SynapticsCtrl called. SetGrabKeysState - disabled SynapticsCtrl called. SetGrabKeysState - enabled SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called. SynapticsCtrl called.
signature.asc
Description: This is a digitally signed message part
