Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] X.org not responding to mouse input
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
UnNaturalHigh
n00b
n00b


Joined: 09 May 2004
Posts: 22

PostPosted: Thu Mar 01, 2007 6:31 am    Post subject: [SOLVED] X.org not responding to mouse input Reply with quote

I have been having slight problems with my wireless mice. Where odd times they will work when linked in the xorg.conf to /dev/input/event1 or /dev/input/event2. They will not work with xorg when either set to /dev/input/mouse1 or /dev/input/mice. Its quite an annoyance having to use the synaptic touch pad half the time. Doing a cat on both /dev/input/mice and /dev/input/mouse1 both give random output when I move the mouse.
I am hoping that a fresh set of eyes may be able to enlighten me as to why this problem persists.

Quote:

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/CID/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection

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

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
Identifier "Keyboard1"
Driver "evdev"
Option "Protocol" "evdev"
Option "Dev Name" "AT Translated Set 2 keyboard"
Option "Dev Phys" "isa0060/serio0/input0"
Option "Device" "/dev/input/event0"
EndSection

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Synaptics"
Driver "synaptics"
# Option "Device" "/dev/input/mouse0"
Option "Protocol" "auto"
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"
Option "SHMConfig" "on"
EndSection

Section "InputDevice"
Identifier "Mouse"
Driver "evdev"
Option "Protocol" "evdev"
Option "Dev Name" "Logitech USB Receiver"
Option "Dev Phys" "usb-0000:00:03.0-2/input0"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
# Option "Buttons" "8"
# Option "ButtonMapping" "1 2 3 6 7"
EndSection

Section "InputDevice"
Identifier "Mouse"
Driver "evdev"
Option "Protocol" "evdev"
Option "Dev Name" "Kensington Kensington USB Mouse"
Option "Dev Phys" "usb-0000:00:03.0-2/input0"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

Identifier "Generic Monitor"

VertRefresh 50 - 75 # multisync
HorizSync 28 - 110
Option "DPMS" "true"
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "VESA"
Driver "sis"
Option "DPMS" "true"
Option "VBERestore" "true"
EndSection


# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"

# The Identifier, Device and Monitor lines must be present

Identifier "Screen 1"
Device "VESA"
Monitor "Generic Monitor"

# The favoured Depth and/or Bpp may be specified here

DefaultDepth 24

SubSection "Display"
Depth 16
ViewPort 0 0
Modes "1280x800" "1024x768"
EndSubsection

SubSection "Display"
Depth 24
ViewPort 0 0
Modes "1280x800" "1024x768"
EndSubsection


EndSection


Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen 1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
InputDevice "Mouse" "SendCoreEvents"
Option "OffTime" "15" # Turn off after half an hour
Option "BlankTime" "8"
Option "StandbyTime" "10"
Option "SuspendTime" "20"
EndSection


Quote:

Portage 2.1.2-r9 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.5-r0, 2.6.19-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.19-gentoo-r4 x86_64 AMD Turion(tm) 64 Mobile Technology ML-30
Gentoo Base System release 1.12.9
Timestamp of tree: Tue, 27 Feb 2007 09:50:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-java/java-config: 1.3.7, 2.0.31-r3
dev-lang/python: 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox: 1.2.17
sys-devel/autoconf: 2.13, 2.61
sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils: 2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool: 1.5.22
virtual/os-headers: 2.6.17-r1
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-Os -march=athlon64 -pipe -frename-registers -msse3"
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"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-Os -march=athlon64 -pipe -frename-registers -msse3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache confcache distcc distlocks metadata-transfer parallel-fetch prelink sandbox sfperms strict userfetch"
GENTOO_MIRRORS="http://mirror.arcticnetwork.ca/pub/gentoo/ http://mirrors.acm.cs.rpi.edu/gentoo"
MAKEOPTS="-j3"
PKGDIR="/mnt/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/portage/local /usr/portage/local/layman/sunrise /usr/portage/local/layman/enlightenment"
SYNC="rsync://192.168.1.101/gentoo-portage"
USE="X X509 Xaw3d a52 aac aalib acl acpi adns alsa amd64 audiofile avahi avi bash-completion berkdb bitmap-fonts bzip2 bzlib cairo calendar caps cddb cdparanoia cdr cli cpudetection cracklib crypt css ctype cups curl dba dbus dio directfb divx4linux djvu dts dv dvd dvdread edb encode escreen esd evo examples exif fame fbcon ffmpeg firefox flac foomaticdb fortran ftp gdbm gif glitz glut gnustep gnutls gpg gphoto2 gpm grammar gstreamer gtk gtk2 hal iconv imagemagick imap imlib ipod ipv6 isdnlog java javascript jpeg kerberos kqemu ladcca lcms ldap libg++ libgda libnotify mad maildir math memlimit midi mikmod mime mmap mono mozbranding mp3 mpeg mpi mplayer msn ncurses nis nls nonfsv4 nptl nptlonly nsplugin offensive ogg oggvorbis openal opengl oss pam pcre pdf pdflib perl pic plotutils png portaudio posix ppds pppd python qt3 qt4 quicktime readline recode reflection ruby samba sasl scanner sdl session sharedmem sockets socks5 spell spl sqlite sqlite3 ssl startup-notification subtitles svg sysfs szip tcltk tcpd theora thesaurus tiff truetype truetype-fonts type1-fonts udev unicode urandom usb userlocales v4l vcd visualization vorbis wifi xine xml xml2 xorg xosd xprint xscreensaver xv xvid zlib" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="synaptics keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="sis vesa"
Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS


Please be patient with me if I don't respond immediately as I am trying to finish an essay for school.

Cheers.
_________________
Only individuals have a sense of responsibility.


Last edited by UnNaturalHigh on Wed Mar 07, 2007 10:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Thu Mar 01, 2007 10:25 am    Post subject: Reply with quote

post xorg.log
Back to top
View user's profile Send private message
Yukimura
Apprentice
Apprentice


Joined: 25 Aug 2006
Posts: 163
Location: Slovenia

PostPosted: Thu Mar 01, 2007 11:50 am    Post subject: Reply with quote

Have you tried using /dev/psaux instead of /dev/input/something ?
Back to top
View user's profile Send private message
UnNaturalHigh
n00b
n00b


Joined: 09 May 2004
Posts: 22

PostPosted: Thu Mar 01, 2007 10:33 pm    Post subject: Reply with quote

Quote:

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: UNKNOWN
Current Operating System: Linux devnet 2.6.19-gentoo-r4 #3 PREEMPT Mon Feb 12 23:13:56 MST 2007 x86_64
Build Date: 29 January 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 Mar 1 15:22:39 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Main Layout"
(**) |-->Screen "Screen 1" (0)
(**) | |-->Monitor "Generic Monitor"
(**) | |-->Device "VESA"
(**) |-->Input Device "Keyboard1"
(**) |-->Input Device "Synaptics"
(**) |-->Input Device "Mouse"
(WW) The directory "/usr/share/fonts/TTF/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/OTF" 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/Type1/,
/usr/share/fonts/100dpi/,
/usr/share/fonts/75dpi/
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib64/xorg/modules"
(**) Option "BlankTime" "8"
(**) Option "StandbyTime" "10"
(**) Option "SuspendTime" "20"
(**) Option "OffTime" "15"
(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 1039,0760 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1039,0002 card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:02:0: chip 1039,0963 card 0000,0000 rev 25 class 06,01,00 hdr 80
(II) PCI: 00:02:1: chip 1039,0016 card 0000,0000 rev 00 class 0c,05,00 hdr 00
(II) PCI: 00:02:5: chip 1039,5513 card 1025,0083 rev 00 class 01,01,80 hdr 00
(II) PCI: 00:02:6: chip 1039,7013 card 1025,0083 rev a0 class 07,03,00 hdr 00
(II) PCI: 00:02:7: chip 1039,7012 card 1025,0083 rev a0 class 04,01,00 hdr 00
(II) PCI: 00:03:0: chip 1039,7001 card 1025,0083 rev 0f class 0c,03,10 hdr 80
(II) PCI: 00:03:1: chip 1039,7001 card 1025,0083 rev 0f class 0c,03,10 hdr 00
(II) PCI: 00:03:2: chip 1039,7002 card 1025,0083 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:04:0: chip 1039,0900 card 1025,0083 rev 91 class 02,00,00 hdr 00
(II) PCI: 00:06:0: chip 104c,ac50 card 2400,0000 rev 02 class 06,07,00 hdr 02
(II) PCI: 00:0b:0: chip 14e4,4318 card 1468,0312 rev 02 class 02,80,00 hdr 00
(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 1039,6330 card 1025,0083 rev 00 class 03,00,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), 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: 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 0xe2100000 - 0xe21fffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
[0] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:2:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (0:6:0), (0,2,5), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 2 I/O range:
[0] -1 0 0x00002400 - 0x000024ff (0x100) IX[B]
[1] -1 0 0x00002800 - 0x000028ff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
[0] -1 0 0x32000000 - 0x33ffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
[0] -1 0 0x30000000 - 0x31ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) Silicon Integrated Systems [SiS] 661/741/760/761 PCI/AGP VGA Display Adapter rev 0, Mem @ 0xe8000000/27, 0xe2100000/17, I/O @ 0xa000/7
(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) PCI Memory resource overlap reduced 0xe0000000 from 0xe1ffffff to 0xdfffffff
(II) Active PCI resource ranges:
[0] -1 0 0xe2000000 - 0xe2001fff (0x2000) MX[B]
[1] -1 0 0xe2005000 - 0xe2005fff (0x1000) MX[B]
[2] -1 0 0xe2004000 - 0xe2004fff (0x1000) MX[B]
[3] -1 0 0xe2003000 - 0xe2003fff (0x1000) MX[B]
[4] -1 0 0xe2002000 - 0xe2002fff (0x1000) MX[B]
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[6] -1 0 0xe2100000 - 0xe211ffff (0x20000) MX[B](B)
[7] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[8] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[9] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[10] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[11] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[12] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[13] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
[14] -1 0 0x00008100 - 0x0000811f (0x20) IX[B]
[15] -1 0 0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
[0] -1 0 0xe2000000 - 0xe2001fff (0x2000) MX[B]
[1] -1 0 0xe2005000 - 0xe2005fff (0x1000) MX[B]
[2] -1 0 0xe2004000 - 0xe2004fff (0x1000) MX[B]
[3] -1 0 0xe2003000 - 0xe2003fff (0x1000) MX[B]
[4] -1 0 0xe2002000 - 0xe2002fff (0x1000) MX[B]
[5] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[6] -1 0 0xe2100000 - 0xe211ffff (0x20000) MX[B](B)
[7] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[8] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[9] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[10] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[11] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[12] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[13] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
[14] -1 0 0x00008100 - 0x0000811f (0x20) IX[B]
[15] -1 0 0x0000a000 - 0x0000a07f (0x80) IX[B](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 0xe2000000 - 0xe2001fff (0x2000) MX[B]
[5] -1 0 0xe2005000 - 0xe2005fff (0x1000) MX[B]
[6] -1 0 0xe2004000 - 0xe2004fff (0x1000) MX[B]
[7] -1 0 0xe2003000 - 0xe2003fff (0x1000) MX[B]
[8] -1 0 0xe2002000 - 0xe2002fff (0x1000) MX[B]
[9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[10] -1 0 0xe2100000 - 0xe211ffff (0x20000) MX[B](B)
[11] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[15] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[16] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[17] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[18] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[19] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
[20] -1 0 0x00008100 - 0x0000811f (0x20) IX[B]
[21] -1 0 0x0000a000 - 0x0000a07f (0x80) IX[B](B)
(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: "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: "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: "glx"
(II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(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: "sis"
(II) Loading /usr/lib64/xorg/modules/drivers/sis_drv.so
(II) Module sis: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 0.9.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
(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: "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.6
(II) SIS: driver for SiS chipsets: SIS5597/5598, SIS530/620,
SIS6326/AGP/DVD, SIS300/305, SIS630/730, SIS540, SIS315, SIS315H,
SIS315PRO/E, SIS550, SIS650/M650/651/740, SIS330(Xabre),
SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX],
SIS340
(II) SIS: driver for XGI chipsets: Volari Z7 (XG20),
Volari V3XT/V5/V8/Duo (XG40)
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) Chipset SIS660/[M]661[F|M]X/[M]670/[M]741[GX]/[M]760[GX]/[M]761[GX]/[M]770[GX] found
(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 0xe2000000 - 0xe2001fff (0x2000) MX[B]
[5] -1 0 0xe2005000 - 0xe2005fff (0x1000) MX[B]
[6] -1 0 0xe2004000 - 0xe2004fff (0x1000) MX[B]
[7] -1 0 0xe2003000 - 0xe2003fff (0x1000) MX[B]
[8] -1 0 0xe2002000 - 0xe2002fff (0x1000) MX[B]
[9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[10] -1 0 0xe2100000 - 0xe211ffff (0x20000) MX[B](B)
[11] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[12] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[13] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[14] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[15] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[16] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[17] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[18] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[19] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
[20] -1 0 0x00008100 - 0x0000811f (0x20) IX[B]
[21] -1 0 0x0000a000 - 0x0000a07f (0x80) IX[B](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 0xe2000000 - 0xe2001fff (0x2000) MX[B]
[5] -1 0 0xe2005000 - 0xe2005fff (0x1000) MX[B]
[6] -1 0 0xe2004000 - 0xe2004fff (0x1000) MX[B]
[7] -1 0 0xe2003000 - 0xe2003fff (0x1000) MX[B]
[8] -1 0 0xe2002000 - 0xe2002fff (0x1000) MX[B]
[9] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[10] -1 0 0xe2100000 - 0xe211ffff (0x20000) MX[B](B)
[11] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[12] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
[13] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
[14] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
[15] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[16] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[17] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[18] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[19] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[20] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[21] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[22] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
[23] -1 0 0x00008100 - 0x0000811f (0x20) IX[B]
[24] -1 0 0x0000a000 - 0x0000a07f (0x80) IX[B](B)
[25] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
[26] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) SIS(0): SiS driver (2005/09/20-1, compiled for X.org 7.1.1.0)
(II) SIS(0): Copyright (C) 2001-2005 Thomas Winischhofer <thomas@winischhofer.net> and others
(II) SIS(0): *** See http://www.winischhofer.at/linuxsisvga.shtml
(II) SIS(0): *** for documentation and updates.
(--) SIS(0): sisfb not found
(--) SIS(0): Relocated I/O registers at 0xA000
(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
(**) SIS(0): Depth 24, (--) framebuffer bpp 32
(==) SIS(0): RGB weight 888
(==) SIS(0): Default visual is TrueColor
(--) SIS(0): Video BIOS version "2.27.g8" found (new SiS data layout)
(==) SIS(0): Using XAA acceleration architecture
(==) SIS(0): Using HW cursor
(==) SIS(0): Color HW cursor is enabled
(II) SIS(0): Using VRAM command queue, size 512k
(==) SIS(0): Hotkey display switching is enabled
(II) SIS(0): WARNING: Using the Hotkey might freeze your machine, regardless
(II) SIS(0): whether enabled or disabled. This is no driver bug.
(==) SIS(0): SiSCtrl utility interface is disabled
(II) SIS(0): For information on SiSCtrl, see
http://www.winischhofer.at/linuxsispart1.shtml#sisctrl
(--) SIS(0): 65536K shared video RAM (UMA)
(--) SIS(0): DRAM type: DDR SDRAM
(--) SIS(0): Memory clock: 198.861 MHz
(--) SIS(0): DRAM bus width: 64 bit
(--) SIS(0): Linear framebuffer at 0xE8000000
(--) SIS(0): MMIO registers at 0xE2100000 (size 64K)
(--) SIS(0): VideoRAM: 65536 KB
(II) SIS(0): Using 64960K of framebuffer memory at offset 0K
(--) SIS(0): Hardware supports two video overlays
(II) SIS(0):
Dear SiS76x user, your machine is using a shared memory framebuffer.
Due to hardware limitations of the SiS chip in combination with the
AMD CPU, video overlay support is very limited on this machine. If you
experience flashing lines in the video and/or the graphics display
during video playback, reduce the color depth and/or the resolution
and/or the refresh rate. Alternatively, use the video blitter.
(--) SIS(0): Detected SiS302LV video bridge (Charter/UMC-1, ID 1; Rev 0xe1)
(--) SIS(0): No CRT1/VGA detected
(--) SIS(0): Detected LCD/plasma panel (1280x800, 3, non-exp., RGB18 [3cc506])
(==) SIS(0): Using gamma correction (1.0, 1.0, 1.0)
(II) SIS(0): CRT1 gamma correction is enabled
(II) SIS(0): Separate Xv gamma correction for CRT1 is disabled
(II) SIS(0): CRT2 gamma correction is enabled
(--) SIS(0): Memory bandwidth at 32 bpp is 397.722 MHz
(--) SIS(0): Detected LCD PanelDelayCompensation1 0x04 (for LCD=CRT1)
(--) SIS(0): 302LV/302ELV: Using EMI 0x600d703f (LCD)
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Loading /usr/lib64/xorg/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(--) SIS(0): CRT2 DDC probing failed
(==) SIS(0): Min pixel clock is 10 MHz
(--) SIS(0): Max pixel clock is 290 MHz
(II) SIS(0): Replaced entire mode list with built-in modes
(II) SIS(0): "Unknown reason" in the following list means that the mode
(II) SIS(0): is not supported on the chipset/bridge/current output device.
(II) SIS(0): Generic Monitor: Using hsync range of 28.00-110.00 kHz
(II) SIS(0): Generic Monitor: Using vrefresh range of 50.00-75.00 Hz
(II) SIS(0): Clock range: 10.00 to 290.64 MHz
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "800x600" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "640x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1280x1024" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (unknown reason)
(II) SIS(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "1920x1440" (unknown reason)
(II) SIS(0): Not using default mode "1920x1440" (unknown reason)
(II) SIS(0): Not using default mode "1920x1440" (unknown reason)
(II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "1920x1440" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "2048x1536" (unknown reason)
(II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "2048x1536" (bad mode clock/interlace/doublescan)
(II) SIS(0): Not using default mode "800x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "1024x576" (vrefresh out of range)
(II) SIS(0): Not using default mode "1280x720" (vrefresh out of range)
(II) SIS(0): Not using default mode "1280x960" (unknown reason)
(II) SIS(0): Not using default mode "1280x960" (unknown reason)
(II) SIS(0): Not using default mode "1280x768" (vrefresh out of range)
(II) SIS(0): Not using default mode "1400x1050" (unknown reason)
(II) SIS(0): Not using default mode "1400x1050" (unknown reason)
(II) SIS(0): Not using default mode "1152x864" (unknown reason)
(II) SIS(0): Not using default mode "1152x864" (unknown reason)
(II) SIS(0): Not using default mode "1152x864" (unknown reason)
(II) SIS(0): Not using default mode "848x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "856x480" (vrefresh out of range)
(II) SIS(0): Not using default mode "1360x768" (unknown reason)
(II) SIS(0): Not using default mode "1280x800" (vrefresh out of range)
(II) SIS(0): Not using default mode "1680x1050" (unknown reason)
(II) SIS(0): Not using default mode "1920x1080" (unknown reason)
(II) SIS(0): Not using default mode "1280x854" (unknown reason)
(II) SIS(0): Not using default mode "1280x854" (unknown reason)
(II) SIS(0): Not using default mode "1280x854" (unknown reason)
(--) SIS(0): Virtual size is 1280x800 (pitch 1280)
(**) SIS(0): *Default mode "1280x800" (1280x800) (For CRT device: 135.2 MHz, 80.1 kHz, 75.1 Hz)
(**) SIS(0): *Default mode "1024x768" (1024x768) (For CRT device: 78.7 MHz, 60.0 kHz, 75.0 Hz)
(**) SIS(0): Default mode "1280x800" (1280x800) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
(**) SIS(0): Default mode "1280x768" (1280x768) (For CRT device: 135.2 MHz, 80.1 kHz, 75.1 Hz)
(**) SIS(0): Default mode "1280x768" (1280x768) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
(**) SIS(0): Default mode "1280x720" (1280x720) (For CRT device: 135.2 MHz, 80.1 kHz, 75.1 Hz)
(**) SIS(0): Default mode "1280x720" (1280x720) (For CRT device: 107.9 MHz, 63.9 kHz, 59.9 Hz)
(**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 75.2 MHz, 56.6 kHz, 70.2 Hz)
(**) SIS(0): Default mode "1024x768" (1024x768) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
(**) SIS(0): Default mode "1024x576" (1024x576) (For CRT device: 78.7 MHz, 60.0 kHz, 75.0 Hz)
(**) SIS(0): Default mode "1024x576" (1024x576) (For CRT device: 65.1 MHz, 48.5 kHz, 60.1 Hz)
(**) SIS(0): Default mode "960x600" (960x600) (For CRT device: 41.5 MHz, 37.1 kHz, 60.0 Hz)
(**) SIS(0): Default mode "960x540" (960x540) (For CRT device: 37.3 MHz, 33.8 kHz, 60.0 Hz)
(**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 49.5 MHz, 46.9 kHz, 75.0 Hz)
(**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 50.1 MHz, 48.2 kHz, 72.4 Hz)
(**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 40.0 MHz, 37.9 kHz, 60.3 Hz)
(**) SIS(0): Default mode "800x600" (800x600) (For CRT device: 36.1 MHz, 35.2 kHz, 56.3 Hz)
(**) SIS(0): Default mode "768x576" (768x576) (For CRT device: 35.0 MHz, 35.9 kHz, 60.1 Hz)
(**) SIS(0): Default mode "720x576" (720x576) (For CRT device: 32.7 MHz, 35.9 kHz, 60.1 Hz)
(**) SIS(0): Default mode "856x480" (856x480) (For CRT device: 33.9 MHz, 31.7 kHz, 59.8 Hz)
(**) SIS(0): Default mode "848x480" (848x480) (For CRT device: 33.7 MHz, 31.0 kHz, 60.0 Hz)
(**) SIS(0): Default mode "800x480" (800x480) (For CRT device: 49.5 MHz, 46.9 kHz, 75.1 Hz)
(**) SIS(0): Default mode "800x480" (800x480) (For CRT device: 39.8 MHz, 37.7 kHz, 60.0 Hz)
(**) SIS(0): Default mode "720x480" (720x480) (For CRT device: 28.3 MHz, 31.6 kHz, 61.0 Hz)
(**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 31.5 MHz, 37.5 kHz, 75.0 Hz)
(**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 31.5 MHz, 37.9 kHz, 72.8 Hz)
(**) SIS(0): Default mode "640x480" (640x480) (For CRT device: 25.1 MHz, 31.3 kHz, 59.7 Hz)
(**) SIS(0): Default mode "640x400" (640x400) (For CRT device: 25.1 MHz, 31.6 kHz, 71.6 Hz)
(**) SIS(0): Default mode "512x384" (512x384) (For CRT device: 32.6 MHz, 48.5 kHz, 60.1 Hz (D))
(**) SIS(0): Default mode "400x300" (400x300) (For CRT device: 20.0 MHz, 37.9 kHz, 60.3 Hz (D))
(**) SIS(0): Default mode "320x240" (320x240) (For CRT device: 12.5 MHz, 31.3 kHz, 60.7 Hz (D))
(**) SIS(0): Default mode "320x200" (320x200) (For CRT device: 12.5 MHz, 31.3 kHz, 70.9 Hz (D))
(==) SIS(0): DPI set to (75, 75)
(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 "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib64/xorg/modules/libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.2.0
ABI class: X.Org Video Driver, version 1.0
(II) SIS(0): 2D acceleration enabled
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xe2100000 - 0xe211ffff (0x20000) MX[B]
[1] 0 0 0xe8000000 - 0xefffffff (0x8000000) MX[B]
[2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
[3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
[4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
[5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
[6] -1 0 0xe2000000 - 0xe2001fff (0x2000) MX[B]
[7] -1 0 0xe2005000 - 0xe2005fff (0x1000) MX[B]
[8] -1 0 0xe2004000 - 0xe2004fff (0x1000) MX[B]
[9] -1 0 0xe2003000 - 0xe2003fff (0x1000) MX[B]
[10] -1 0 0xe2002000 - 0xe2002fff (0x1000) MX[B]
[11] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[B]O
[12] -1 0 0xe2100000 - 0xe211ffff (0x20000) MX[B](B)
[13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
[14] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprU)
[15] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprU)
[16] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprU)
[17] 0 0 0x0000a000 - 0x0000a07f (0x80) IX[B]
[18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
[19] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
[20] -1 0 0x00001800 - 0x000018ff (0x100) IX[B]
[21] -1 0 0x00001c80 - 0x00001cff (0x80) IX[B]
[22] -1 0 0x00001400 - 0x000014ff (0x100) IX[B]
[23] -1 0 0x00001c00 - 0x00001c7f (0x80) IX[B]
[24] -1 0 0x00001000 - 0x000010ff (0x100) IX[B]
[25] -1 0 0x00002000 - 0x0000200f (0x10) IX[B]
[26] -1 0 0x00008100 - 0x0000811f (0x20) IX[B]
[27] -1 0 0x0000a000 - 0x0000a07f (0x80) IX[B](B)
[28] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
[29] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib64/xorg/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.1.0
ABI class: X.Org Video Driver, version 1.0
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib64/xorg/modules/libint10.so
(II) Module int10: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Video Driver, version 1.0
(II) SIS(0): initializing int10
(II) SIS(0): Primary V_BIOS segment is: 0xc000
(II) SIS(0): VESA BIOS detected
(II) SIS(0): VESA VBE Version 3.0
(II) SIS(0): VESA VBE Total Mem: 16384 kB
(II) SIS(0): VESA VBE OEM: SiS
(II) SIS(0): VESA VBE OEM Software Rev: 1.0
(II) SIS(0): VESA VBE OEM Vendor: Silicon Integrated Systems Corp.
(II) SIS(0): VESA VBE OEM Product: 6330
(II) SIS(0): VESA VBE OEM Product Rev: 2.27.g8
(==) SIS(0): Write-combining range (0xe8000000,0x4000000)
(II) SIS(0): Setting standard mode 0x16
(II) SIS(0): SiS76x/UMA: two video overlay(s) available in current mode
(II) SIS(0): RENDER acceleration enabled
(II) SIS(0): Framebuffer from (0,0) to (1279,12990)
(II) SIS(0): Using XFree86 Acceleration Architecture (XAA)
Screen to screen bit blits
Solid filled rectangles
8x8 mono pattern filled rectangles
8x8 color pattern filled rectangles
Solid Lines
Dashed Lines
Offscreen Pixmaps
Setting up tile and stipple cache:
32 128x128 slots
32 256x256 slots
16 512x512 slots
32 8x8 color pattern slots
(II) SIS(0): Benchmarking system RAM to video RAM memory transfer methods:
(--) SIS(0): Checked libc memcpy()... 1638830
(--) SIS(0): Checked built-in-1 memcpy()... 1593336
(--) SIS(0): Checked built-in-2 memcpy()... 1635286
(--) SIS(0): Checked SSE memcpy()... 1639512
(--) SIS(0): Using built-in-1 method for aligned data transfers to video RAM
(--) SIS(0): Using built-in-1 method for unaligned data transfers to video RAM
(==) SIS(0): Backing store disabled
(==) SIS(0): Silken mouse enabled
(**) Option "dpms" "true"
(**) SIS(0): DPMS enabled
(II) SIS(0): Using SiS300/315/330/340 series HW Xv
(II) SIS(0): Default Xv adaptor is Video Overlay
(WW) SIS(0): Option "VBERestore" is not used
(II) SIS(0): Initialized SISCTRL extension version 0.1
(II) SIS(0): Registered screen 0 with SISCTRL extension version 0.1
(==) 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) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib64/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
compiled for 7.1.1, module version = 1.0.0
ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(II) evdev brain: Rescanning devices (1).
(**) Option "CoreKeyboard"
(**) Keyboard1-isa0060/serio0/input0: Core Keyboard
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) Synaptics auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(**) Option "SHMConfig" "on"
(**) 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"
(--) Synaptics touchpad found
(**) Option "CorePointer"
(**) Synaptics: Core Pointer
(II) evdev brain: Rescanning devices (2).
(EE) PreInit returned NULL for "Mouse"
(II) XINPUT: Adding extended input device "Synaptics" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard1-isa0060/serio0/input0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "evdev brain" (type: evdev brain)
xkb_keycodes { include "evdev+aliases(qwerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+us" };
xkb_geometry { include "pc(pc104)" };
(II) Keyboard1-isa0060/serio0/input0: Init
Synaptics DeviceInit called
SynapticsCtrl called.
(II) evdev brain: Rescanning devices (3).
(II) Keyboard1-isa0060/serio0/input0: On
Synaptics DeviceOn called
(--) Synaptics auto-dev sets device to /dev/input/event2
(**) Option "Device" "/dev/input/event2"
(--) Synaptics touchpad found

_________________
Only individuals have a sense of responsibility.
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Fri Mar 02, 2007 6:00 am    Post subject: Reply with quote

post. .config please
Back to top
View user's profile Send private message
UnNaturalHigh
n00b
n00b


Joined: 09 May 2004
Posts: 22

PostPosted: Wed Mar 07, 2007 10:03 pm    Post subject: Problem Solved Reply with quote

To fix the problem I just had to slightly adjust my xorg.conf which I will post. The original mouse configuration is still there but commented to allow people to see my mistakes. Reference can also be made the the original xorg.conf I posted earlier.

Quote:

Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib64/xorg/modules"
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 "extmod"
Load "dbe"
Load "record"
Load "xtrap"
# Load "dri"
Load "glx"
Load "freetype"
Load "type1"
EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"
Identifier "Keyboard1"
Driver "evdev"
Option "Protocol" "evdev"
Option "Dev Name" "AT Translated Set 2 keyboard"
Option "Dev Phys" "isa0060/serio0/input0"
Option "Device" "/dev/input/event0"
EndSection

# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************

Section "InputDevice"

# Identifier and driver

Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
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"
Option "SHMConfig" "on"
EndSection

Section "InputDevice"
Identifier "Mouse"
Driver "evdev"
Option "Name" "Logitech USB RECEIVER"
# Option "Protocol" "evdev"
# Option "Dev Name" "Logitech USB Receiver"
# Option "Dev Phys" "usb-0000:00:03.0-2/input0"
# Option "Device" "/dev/input/mice"
# Option "ZAxisMapping" "4 5"
# Option "Buttons" "8"
# Option "ButtonMapping" "1 2 3 6 7"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "evdev"
Option "Protocol" "evdev"
Option "Name" "Kensington Kensington USB Mouse"
# Option "Dev Name" "Kensington Kensington USB Mouse"
# Option "Dev Phys" "usb-0000:00:03.0-2/input0"
# Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
EndSection

# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"

Identifier "Generic Monitor"

VertRefresh 50 - 75 # multisync
HorizSync 28 - 110
Option "DPMS" "true"
EndSection

# **********************************************************************
# Graphics device section
# **********************************************************************

# Any number of graphics device sections may be present

Section "Device"
Identifier "VESA"
Driver "sis"
Option "DPMS" "true"
Option "VBERestore" "true"
EndSection


# **********************************************************************
# Screen sections.
# **********************************************************************

Section "Screen"

# The Identifier, Device and Monitor lines must be present

Identifier "Screen 1"
Device "VESA"
Monitor "Generic Monitor"

# The favoured Depth and/or Bpp may be specified here

DefaultDepth 24

SubSection "Display"
Depth 16
ViewPort 0 0
Modes "1280x800" "1024x768"
EndSubsection

SubSection "Display"
Depth 24
ViewPort 0 0
Modes "1280x800" "1024x768"
EndSubsection


EndSection


Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen 1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
InputDevice "Mouse" "SendCoreEvents"
InputDevice "Mouse1" "SendCoreEvents"
Option "OffTime" "15" # Turn off after half an hour
Option "BlankTime" "8"
Option "StandbyTime" "10"
Option "SuspendTime" "20"
EndSection

_________________
Only individuals have a sense of responsibility.
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