Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
No errors reported in Xorg.0.log but keyboard not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
kulkarmah
n00b
n00b


Joined: 25 Nov 2019
Posts: 1

PostPosted: Mon Nov 25, 2019 5:19 am    Post subject: No errors reported in Xorg.0.log but keyboard not working Reply with quote

i am working Puppy linux 6.3.2
Mine is a desktop PC and i have kept "AutoAddDevices" as "True" in xorg.conf.
after loading the xwindows my mouse and touchscreen works perfectly by keyboard become unresponsive. I couldn't see any errors in Xorg.0.log and Keyboard is getting detected as well as loaded.

if make "AutoAddDevices" as "False", my mouse and keyboard works fine but the touch screen doesn't work properly (needs calibration)

if anyone can help, i need to do this as soon as possible.

Here is my xorg.conf

Code:
#Special base config file used in Puppy Linux.

# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"     # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the font modules
#    Load        "type1"
#    Load        "freetype"

# This loads xtrap extension, used by xrandr
#    Load       "xtrap"

# This loads the GLX module (if present). xorg 7.4/5 need explicit disable to disable...
#    Disable    "glx" #LOADGLX

# This loads dri module (if present). 7.4 loads it by default, have to disable...
#    Load       "dri" #LOADDRI
#    Disable "dri"

EndSection

# **********************************************************************
# Files section.  This allows default font paths to be set
# **********************************************************************

Section "Files"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)

    FontPath   "/usr/share/X11/fonts/misc/"
    FontPath   "/usr/share/X11/fonts/Type1/"
    FontPath   "/usr/share/X11/fonts/TTF/"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

# Uncomment this to disable the <Crtl><Alt><Fn> VT switch sequence
# (where n is 1 through 12).  This allows clients to receive these key
# events.

#    Option "DontVTSwitch"

# Enables mode switching with xrandr
# There is a report that this can cause Xorg not to work on some
# video hardware, so default is commented-out...
# but i want to use it in xorgwizard so leave on...

    Option "RandR" "on"

# With this, Xorg won't talk to HAL to add evdev devices and you'll be back
# with the old Xorg behavior (pre-7.4)...

    Option "AutoAddDevices" "false"

# For no-Hal, kirk also suggests this...

#    Option "AllowMouseOpenFail" "true"

# Xorg 7.4, Ubuntu Jaunty, CTRL-ALT-BACKSPACE is disabled by default...

    Option "DontZap" "false"

EndSection

#everything past here is auto-generated by Puppy's Xorg Wizard...

Section "ServerLayout"
   Identifier "Default Layout"
   Screen "Screen0" 0 0
   InputDevice "Keyboard0" "CoreKeyboard"
   InputDevice "Mouse0" "CorePointer"
EndSection

#Section "Module"
#   Load "kbd"
#   Load "kb"
#   Load "evdev"
#EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
#   Option      "XkbRules" "xorg"
#   Option      "XkbModel" "pc102"
#   Option      "XkbLayout" "us" #xkeymap0
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Device" "/dev/input/mice"
   Option       "Protocol" "IMPS/2" #mouse0protocol
   #Option      "Emulate3Buttons"
   #Option      "Emulate3Timeout" "50"
   Option      "ZAxisMapping" "4 5" #scrollwheel
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
   #HorizSync    30-81
   VertRefresh  59-75
   #UseModes     "Modes0" #monitor0usemodes
   Option      "PreferredMode" "1024x768"
EndSection

Section "Modes"
   Identifier "Modes0"
   #modes0modeline0
EndSection

Section "Device"
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
        ### <percent>: "<f>%"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "AccelMethod"           # <str>
        #Option     "Backlight"             # <str>
        #Option     "DRI"                   # <str>
        #Option     "ColorKey"              # <i>
        #Option     "VideoKey"              # <i>
        #Option     "Tiling"                # [<bool>]
        #Option     "LinearFramebuffer"     # [<bool>]
        #Option     "SwapbuffersWait"       # [<bool>]
        #Option     "TripleBuffer"          # [<bool>]
        #Option     "XvPreferOverlay"       # [<bool>]
        #Option     "HotPlug"               # [<bool>]
        #Option     "ReprobeOutputs"        # [<bool>]
        #Option     "XvMC"                  # [<bool>]
        #Option     "ZaphodHeads"           # <str>
        #Option     "TearFree"              # [<bool>]
        #Option     "PerCrtcPixmaps"        # [<bool>]
        #Option     "FallbackDebug"         # [<bool>]
        #Option     "DebugFlushBatches"     # [<bool>]
        #Option     "DebugFlushCaches"      # [<bool>]
        #Option     "DebugWait"             # [<bool>]
        #Option     "BufferCache"           # [<bool>]
   Identifier  "Card0"
   Driver      "intel" #card0driver
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth 24
   #Option         "metamodes" "1024x768_60 +0+0" #METAMODES_0
   Subsection "Display"
      Depth       24
      Modes       "1024x768"
   EndSubsection
EndSection

Section "ServerFlags"
   Option "AllowEmptyInput"   "false"
   Option "AutoAddDevices"    "true"
   Option "AutoEnableDevices"   "true"
EndSection

#PuppyHardwareProfile=Intel_R__VLV_Mobile_DesktopM170ETN01


Here is the Xorg.0.log

Code:
[    41.812]
X.Org X Server 1.14.3
Release Date: 2013-09-12
[    41.812] X Protocol Version 11, Revision 0
[    41.812] Build Operating System: Slackware 14.2 Slackware Linux Project
[    41.812] Current Operating System: Linux DLIT04 3.14.55 #1 SMP Mon Oct 26 11:54:01 AEST 2015 i686
[    41.812] Kernel command line: root=/dev/sda1 ro
[    41.812] Build Date: 20 December 2014  11:01:54PM
[    41.812]
[    41.812] Current version of pixman: 0.30.2
[    41.812]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    41.812] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    41.813] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Nov 25 18:36:33 2019
[    41.813] (==) Using config file: "/etc/X11/xorg.conf"
[    41.813] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    41.813] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    41.815] (==) ServerLayout "Default Layout"
[    41.815] (**) |-->Screen "Screen0" (0)
[    41.815] (**) |   |-->Monitor "Monitor0"
[    41.816] (**) |   |-->Device "Card0"
[    41.816] (**) |-->Input Device "Keyboard0"
[    41.816] (**) |-->Input Device "Mouse0"
[    41.816] (**) Option "AutoAddDevices" "true"
[    41.816] (**) Option "AutoEnableDevices" "true"
[    41.816] (**) Automatically adding devices
[    41.816] (**) Automatically enabling devices
[    41.816] (==) Automatically adding GPU devices
[    41.817] (WW) The directory "/usr/share/X11/fonts/Type1/" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) `fonts.dir' not found (or not valid) in "/usr/share/X11/fonts/TTF/".
[    41.817]    Entry deleted from font path.
[    41.817]    (Run 'mkfontdir' on "/usr/share/X11/fonts/TTF/").
[    41.817] (WW) The directory "/usr/share/fonts/local" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    41.817]    Entry deleted from font path.
[    41.817]    (Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    41.817] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) The directory "/usr/share/fonts/CID" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) The directory "/usr/share/fonts/75dpi/" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) The directory "/usr/share/fonts/100dpi/" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (WW) The directory "/usr/share/fonts/cyrillic" does not exist.
[    41.817]    Entry deleted from font path.
[    41.817] (**) FontPath set to:
   /usr/share/X11/fonts/misc/
[    41.817] (==) ModulePath set to "/usr/lib/xorg/modules"
[    41.817] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    41.817] (WW) Disabling Keyboard0
[    41.817] (WW) Disabling Mouse0
[    41.817] (II) Loader magic: 0x82553a0
[    41.817] (II) Module ABI versions:
[    41.817]    X.Org ANSI C Emulation: 0.4
[    41.817]    X.Org Video Driver: 14.1
[    41.817]    X.Org XInput driver : 19.1
[    41.817]    X.Org Server Extension : 7.0
[    41.818] (II) xfree86: Adding drm device (/dev/dri/card0)
[    41.819] (--) PCI:*(0:0:2:0) 8086:0f31:1019:99cf rev 14, Mem @ 0xd0000000/4194304, 0xc0000000/268435456, I/O @ 0x0000f080/8
[    41.819] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    41.820] Initializing built-in extension Generic Event Extension
[    41.820] Initializing built-in extension SHAPE
[    41.820] Initializing built-in extension MIT-SHM
[    41.820] Initializing built-in extension XInputExtension
[    41.820] Initializing built-in extension XTEST
[    41.820] Initializing built-in extension BIG-REQUESTS
[    41.820] Initializing built-in extension SYNC
[    41.820] Initializing built-in extension XKEYBOARD
[    41.820] Initializing built-in extension XC-MISC
[    41.820] Initializing built-in extension XINERAMA
[    41.820] Initializing built-in extension XFIXES
[    41.820] Initializing built-in extension RENDER
[    41.820] Initializing built-in extension RANDR
[    41.820] Initializing built-in extension COMPOSITE
[    41.820] Initializing built-in extension DAMAGE
[    41.820] Initializing built-in extension MIT-SCREEN-SAVER
[    41.820] Initializing built-in extension DOUBLE-BUFFER
[    41.820] Initializing built-in extension RECORD
[    41.820] Initializing built-in extension DPMS
[    41.820] Initializing built-in extension X-Resource
[    41.820] Initializing built-in extension XVideo
[    41.820] Initializing built-in extension XVideo-MotionCompensation
[    41.820] Initializing built-in extension XFree86-VidModeExtension
[    41.820] Initializing built-in extension XFree86-DGA
[    41.820] Initializing built-in extension XFree86-DRI
[    41.820] Initializing built-in extension DRI2
[    41.820] (II) "glx" will be loaded by default.
[    41.820] (II) LoadModule: "dbe"
[    41.820] (II) Module "dbe" already built-in
[    41.820] (II) LoadModule: "extmod"
[    41.820] (II) Module "extmod" already built-in
[    41.820] (II) LoadModule: "glx"
[    41.821] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    41.826] (II) Module glx: vendor="X.Org Foundation"
[    41.826]    compiled for 1.14.3, module version = 1.0.0
[    41.826]    ABI class: X.Org Server Extension, version 7.0
[    41.826] (==) AIGLX enabled
[    41.827] Loading extension GLX
[    41.827] (II) LoadModule: "intel"
[    41.827] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    41.835] (II) Module intel: vendor="X.Org Foundation"
[    41.835]    compiled for 1.14.2, module version = 2.21.15
[    41.835]    Module class: X.Org Video Driver
[    41.835]    ABI class: X.Org Video Driver, version 14.1
[    41.835] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
   i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
   915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
   Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
   GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
   HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
   HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
   HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
   HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
[    41.836] (--) using VT number 4

[    41.848] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[    41.848] (==) intel(0): RGB weight 888
[    41.848] (==) intel(0): Default visual is TrueColor
[    41.848] (--) intel(0): gen7 engineering sample
[    41.848] (**) intel(0): Relaxed fencing enabled
[    41.848] (**) intel(0): Wait on SwapBuffers? enabled
[    41.848] (**) intel(0): Triple buffering? enabled
[    41.848] (**) intel(0): Framebuffer tiled
[    41.848] (**) intel(0): Pixmaps tiled
[    41.848] (**) intel(0): 3D buffers tiled
[    41.849] (**) intel(0): SwapBuffers wait enabled
[    41.849] (==) intel(0): video overlay key set to 0x101fe
[    41.850] (II) intel(0): Output eDP1 using monitor section Monitor0
[    41.850] (**) intel(0): Option "PreferredMode" "1024x768"
[    41.850] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
[    41.869] (II) intel(0): Output VGA1 has no monitor section
[    41.870] (II) intel(0): Output HDMI1 has no monitor section
[    41.870] (II) intel(0): Output DP1 has no monitor section
[    41.910] (II) intel(0): Output HDMI2 has no monitor section
[    41.911] (II) intel(0): EDID for output eDP1
[    41.911] (II) intel(0): Manufacturer: RTK  Model: 2136  Serial#: 538118402
[    41.911] (II) intel(0): Year: 2013  Week: 1
[    41.911] (II) intel(0): EDID Version: 1.3
[    41.911] (II) intel(0): Digital Display Input
[    41.911] (II) intel(0): DFP 1.x compatible TMDS
[    41.911] (II) intel(0): Max Image Size [cm]: horiz.: 47  vert.: 29
[    41.911] (II) intel(0): Gamma: 2.20
[    41.911] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[    41.911] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    41.911] (II) intel(0): First detailed timing is preferred mode
[    41.911] (II) intel(0): redX: 0.669 redY: 0.322   greenX: 0.220 greenY: 0.668
[    41.911] (II) intel(0): blueX: 0.146 blueY: 0.077   whiteX: 0.313 whiteY: 0.329
[    41.911] (II) intel(0): Manufacturer's mask: 0
[    41.911] (II) intel(0): Supported detailed timing:
[    41.911] (II) intel(0): clock: 150.0 MHz   Image Size:  473 x 296 mm
[    41.911] (II) intel(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2222 h_border: 0
[    41.911] (II) intel(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1126 v_border: 0
[    41.911] (II) intel(0): Monitor name: AIO PC
[    41.911] (II) intel(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 165 MHz
[    41.911] (II) intel(0): EDID (in hex):
[    41.911] (II) intel(0):    00ffffffffffff004a8b362102091320
[    41.911] (II) intel(0):    01170103852f1d78ea64b5ab5238ab25
[    41.911] (II) intel(0):    13505400000001010101010101010101
[    41.911] (II) intel(0):    010101010101983a802e71382e40582c
[    41.911] (II) intel(0):    4500d9281100001c0000001000382d40
[    41.911] (II) intel(0):    582c4500d9281100001c000000fc0041
[    41.911] (II) intel(0):    494f2050430a202020202020000000fd
[    41.911] (II) intel(0):    00384c1e5310000a2020202020200010
[    41.911] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "800x600" (vrefresh out of range)
[    41.911] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[    41.911] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[    41.911] (II) intel(0): Printing probed modes for output eDP1
[    41.911] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz UdP)
[    41.911] (II) intel(0): Modeline "1920x1080"x60.0  150.00  1920 2008 2052 2222  1080 1084 1089 1126 -hsync +vsync (67.5 kHz eP)
[    41.911] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    41.912] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    41.912] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    41.912] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    41.912] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    41.935] (II) intel(0): EDID for output VGA1
[    41.935] (II) intel(0): Manufacturer: @@@  Model: 0  Serial#: 0
[    41.935] (II) intel(0): Year: 2016  Week: 1
[    41.935] (II) intel(0): EDID Version: 1.3
[    41.935] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    41.935] (II) intel(0): Sync:  Separate
[    41.935] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 27
[    41.935] (II) intel(0): Gamma: 2.20
[    41.935] (II) intel(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[    41.935] (II) intel(0): First detailed timing is preferred mode
[    41.936] (II) intel(0): redX: 0.645 redY: 0.332   greenX: 0.319 greenY: 0.626
[    41.936] (II) intel(0): blueX: 0.152 blueY: 0.057   whiteX: 0.312 whiteY: 0.328
[    41.936] (II) intel(0): Supported established timings:
[    41.936] (II) intel(0): 640x480@60Hz
[    41.936] (II) intel(0): 640x480@75Hz
[    41.936] (II) intel(0): 800x600@60Hz
[    41.936] (II) intel(0): 800x600@75Hz
[    41.936] (II) intel(0): 1024x768@60Hz
[    41.936] (II) intel(0): 1024x768@75Hz
[    41.936] (II) intel(0): 1280x1024@75Hz
[    41.936] (II) intel(0): Manufacturer's mask: 0
[    41.936] (II) intel(0): Supported standard timings:
[    41.936] (II) intel(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    41.936] (II) intel(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    41.936] (II) intel(0): #2: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    41.936] (II) intel(0): #3: hsize: 1280  vsize 800  refresh: 75  vid: 3969
[    41.936] (II) intel(0): #4: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    41.936] (II) intel(0): Supported detailed timing:
[    41.936] (II) intel(0): clock: 108.0 MHz   Image Size:  338 x 270 mm
[    41.936] (II) intel(0): h_active: 1280  h_sync: 1328  h_sync_end 1440 h_blank_end 1688 h_border: 0
[    41.936] (II) intel(0): v_active: 1024  v_sync: 1025  v_sync_end 1028 v_blanking: 1066 v_border: 0
[    41.936] (II) intel(0): Monitor name: M170ETN01
[    41.936] (II) intel(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 145 MHz
[    41.936] (II) intel(0): EDID (in hex):
[    41.936] (II) intel(0):    00ffffffffffff000000000000000000
[    41.936] (II) intel(0):    011a010368221b78ea0d20a55551a027
[    41.936] (II) intel(0):    0e5054254b00818081408100810f81c0
[    41.936] (II) intel(0):    010101010101302a009851002a403070
[    41.936] (II) intel(0):    1300520e1100001e000000fc004d3137
[    41.936] (II) intel(0):    3045544e30310a202020000000fd0038
[    41.936] (II) intel(0):    4b1e510e000a20202020202000000010
[    41.936] (II) intel(0):    0000000000000000000000000000000c
[    41.936] (II) intel(0): Printing probed modes for output VGA1
[    41.936] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz UeP)
[    41.936] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz eP)
[    41.936] (II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    41.936] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    41.936] (II) intel(0): Modeline "1280x800"x74.9  106.50  1280 1360 1488 1696  800 803 809 838 -hsync +vsync (62.8 kHz e)
[    41.936] (II) intel(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 +hsync -vsync (49.7 kHz e)
[    41.936] (II) intel(0): Modeline "1280x720"x60.0   74.44  1280 1336 1472 1664  720 721 724 746 -hsync +vsync (44.7 kHz)
[    41.936] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    41.936] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    41.936] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    41.936] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    41.936] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    41.937] (II) intel(0): EDID for output HDMI1
[    41.937] (II) intel(0): EDID for output DP1
[    41.976] (II) intel(0): EDID for output HDMI2
[    41.976] (II) intel(0): Output eDP1 connected
[    41.976] (II) intel(0): Output VGA1 connected
[    41.976] (II) intel(0): Output HDMI1 disconnected
[    41.976] (II) intel(0): Output DP1 disconnected
[    41.976] (II) intel(0): Output HDMI2 disconnected
[    41.976] (II) intel(0): Using user preference for initial modes
[    41.976] (II) intel(0): Output eDP1 using initial mode 1024x768
[    41.976] (II) intel(0): Output VGA1 using initial mode 1024x768
[    41.976] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[    41.976] (II) intel(0): Kernel page flipping support detected, enabling
[    41.976] (==) intel(0): DPI set to (96, 96)
[    41.976] (II) Loading sub module "fb"
[    41.976] (II) LoadModule: "fb"
[    41.977] (II) Loading /usr/lib/xorg/modules/libfb.so
[    41.979] (II) Module fb: vendor="X.Org Foundation"
[    41.979]    compiled for 1.14.3, module version = 1.0.0
[    41.979]    ABI class: X.Org ANSI C Emulation, version 0.4
[    41.979] (II) Loading sub module "dri2"
[    41.979] (II) LoadModule: "dri2"
[    41.979] (II) Module "dri2" already built-in
[    41.979] (==) Depth 24 pixmap format is 32 bpp
[    41.980] (II) intel(0): [DRI2] Setup complete
[    41.980] (II) intel(0): [DRI2]   DRI driver: i965
[    41.981] (II) intel(0): Allocated new frame buffer 1024x768 stride 4096, tiled
[    41.984] (II) UXA(0): Driver registered support for the following operations:
[    41.984] (II)         solid
[    41.984] (II)         copy
[    41.984] (II)         composite (RENDER acceleration)
[    41.984] (II)         put_image
[    41.984] (II)         get_image
[    41.984] (==) intel(0): Backing store disabled
[    41.984] (==) intel(0): Silken mouse enabled
[    41.985] (II) intel(0): Initializing HW Cursor
[    41.985] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    41.987] (==) intel(0): DPMS enabled
[    41.987] (==) intel(0): Intel XvMC decoder enabled
[    41.987] (II) intel(0): Set up textured video
[    41.988] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[    41.988] (II) intel(0): direct rendering: DRI2 Enabled
[    41.988] (WW) intel(0): Option "PreferredMode" is not used
[    41.988] (==) intel(0): hotplug detection: "enabled"
[    43.753] (--) RandR disabled
[    43.826] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[    43.826] (II) AIGLX: enabled GLX_INTEL_swap_event
[    43.826] (II) AIGLX: enabled GLX_ARB_create_context
[    43.826] (II) AIGLX: enabled GLX_ARB_create_context_profile
[    43.826] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[    43.826] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[    43.826] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[    43.826] (II) AIGLX: Loaded and initialized i965
[    43.827] (II) GLX: Initialized DRI2 GL provider for screen 0
[    43.827] (II) intel(0): Setting screen physical size to 270 x 203
[    43.876] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
[    43.876] (EE) XKB: Failed to load keymap. Loading default keymap instead.
[    43.919] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    43.919] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    43.919] (**) Video Bus: Applying InputClass "keyboard-all"
[    43.919] (**) Video Bus: Applying InputClass "keyboard-all"
[    43.919] (II) LoadModule: "evdev"
[    43.920] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    43.922] (II) Module evdev: vendor="X.Org Foundation"
[    43.922]    compiled for 1.14.3, module version = 2.8.2
[    43.922]    Module class: X.Org XInput Driver
[    43.922]    ABI class: X.Org XInput driver, version 19.1
[    43.922] (II) Using input driver 'evdev' for 'Video Bus'
[    43.922] (**) Video Bus: always reports core events
[    43.922] (**) evdev: Video Bus: Device: "/dev/input/event4"
[    43.922] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    43.922] (--) evdev: Video Bus: Found keys
[    43.922] (II) evdev: Video Bus: Configuring as keyboard
[    43.922] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7/event4"
[    43.922] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
[    43.922] (**) Option "xkb_rules" "evdev"
[    43.922] (**) Option "xkb_model" "pc104"
[    43.922] (**) Option "xkb_layout" "us"
[    43.922] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    43.950] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
[    43.950] (EE) XKB: Failed to load keymap. Loading default keymap instead.
[    43.978] (II) config/udev: Adding drm device (/dev/dri/card0)
[    43.979] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/event5)
[    43.979] (**) PixArt USB Optical Mouse: Applying InputClass "evdev pointer catchall"
[    43.980] (II) Using input driver 'evdev' for 'PixArt USB Optical Mouse'
[    43.980] (**) PixArt USB Optical Mouse: always reports core events
[    43.980] (**) evdev: PixArt USB Optical Mouse: Device: "/dev/input/event5"
[    43.980] (--) evdev: PixArt USB Optical Mouse: Vendor 0x93a Product 0x2510
[    43.980] (--) evdev: PixArt USB Optical Mouse: Found 12 mouse buttons
[    43.980] (--) evdev: PixArt USB Optical Mouse: Found scroll wheel(s)
[    43.980] (--) evdev: PixArt USB Optical Mouse: Found relative axes
[    43.980] (--) evdev: PixArt USB Optical Mouse: Found x and y relative axes
[    43.980] (II) evdev: PixArt USB Optical Mouse: Configuring as mouse
[    43.980] (II) evdev: PixArt USB Optical Mouse: Adding scrollwheel support
[    43.980] (**) evdev: PixArt USB Optical Mouse: YAxisMapping: buttons 4 and 5
[    43.980] (**) evdev: PixArt USB Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    43.980] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-1/2-1:1.0/0003:093A:2510.0001/input/input8/event5"
[    43.980] (II) XINPUT: Adding extended input device "PixArt USB Optical Mouse" (type: MOUSE, id 7)
[    43.980] (II) evdev: PixArt USB Optical Mouse: initialized for relative axes.
[    43.981] (**) PixArt USB Optical Mouse: (accel) keeping acceleration scheme 1
[    43.981] (**) PixArt USB Optical Mouse: (accel) acceleration profile 0
[    43.981] (**) PixArt USB Optical Mouse: (accel) acceleration factor: 2.000
[    43.981] (**) PixArt USB Optical Mouse: (accel) acceleration threshold: 4
[    43.981] (II) config/udev: Adding input device PixArt USB Optical Mouse (/dev/input/mouse0)
[    43.981] (II) No input driver specified, ignoring this device.
[    43.981] (II) This device may have been added with another device file.
[    43.982] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event7)
[    43.982] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    43.982] (**) SIGMACHIP USB Keyboard: Applying InputClass "keyboard-all"
[    43.982] (**) SIGMACHIP USB Keyboard: Applying InputClass "keyboard-all"
[    43.982] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard'
[    43.982] (**) SIGMACHIP USB Keyboard: always reports core events
[    43.982] (**) evdev: SIGMACHIP USB Keyboard: Device: "/dev/input/event7"
[    43.982] (--) evdev: SIGMACHIP USB Keyboard: Vendor 0x1c4f Product 0x2
[    43.983] (--) evdev: SIGMACHIP USB Keyboard: Found keys
[    43.983] (II) evdev: SIGMACHIP USB Keyboard: Configuring as keyboard
[    43.983] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4.4/2-2.4.4:1.0/0003:1C4F:0002.0003/input/input11/event7"
[    43.983] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 8)
[    43.983] (**) Option "xkb_rules" "evdev"
[    43.983] (**) Option "xkb_model" "pc104"
[    43.983] (**) Option "xkb_layout" "us"
[    43.983] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    43.984] (II) config/udev: Adding input device SIGMACHIP USB Keyboard (/dev/input/event8)
[    43.984] (**) SIGMACHIP USB Keyboard: Applying InputClass "evdev keyboard catchall"
[    43.984] (**) SIGMACHIP USB Keyboard: Applying InputClass "keyboard-all"
[    43.984] (**) SIGMACHIP USB Keyboard: Applying InputClass "keyboard-all"
[    43.984] (II) Using input driver 'evdev' for 'SIGMACHIP USB Keyboard'
[    43.984] (**) SIGMACHIP USB Keyboard: always reports core events
[    43.984] (**) evdev: SIGMACHIP USB Keyboard: Device: "/dev/input/event8"
[    43.984] (--) evdev: SIGMACHIP USB Keyboard: Vendor 0x1c4f Product 0x2
[    43.984] (--) evdev: SIGMACHIP USB Keyboard: Found 1 mouse buttons
[    43.984] (--) evdev: SIGMACHIP USB Keyboard: Found scroll wheel(s)
[    43.984] (--) evdev: SIGMACHIP USB Keyboard: Found relative axes
[    43.984] (II) evdev: SIGMACHIP USB Keyboard: Forcing relative x/y axes to exist.
[    43.984] (--) evdev: SIGMACHIP USB Keyboard: Found absolute axes
[    43.984] (II) evdev: SIGMACHIP USB Keyboard: Forcing absolute x/y axes to exist.
[    43.984] (--) evdev: SIGMACHIP USB Keyboard: Found keys
[    43.984] (II) evdev: SIGMACHIP USB Keyboard: Configuring as mouse
[    43.984] (II) evdev: SIGMACHIP USB Keyboard: Configuring as keyboard
[    43.984] (II) evdev: SIGMACHIP USB Keyboard: Adding scrollwheel support
[    43.985] (**) evdev: SIGMACHIP USB Keyboard: YAxisMapping: buttons 4 and 5
[    43.985] (**) evdev: SIGMACHIP USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    43.985] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2.4/2-2.4.4/2-2.4.4:1.1/0003:1C4F:0002.0004/input/input12/event8"
[    43.985] (II) XINPUT: Adding extended input device "SIGMACHIP USB Keyboard" (type: KEYBOARD, id 9)
[    43.985] (**) Option "xkb_rules" "evdev"
[    43.985] (**) Option "xkb_model" "pc104"
[    43.985] (**) Option "xkb_layout" "us"
[    43.985] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
[    43.985] (II) evdev: SIGMACHIP USB Keyboard: initialized for relative axes.
[    43.985] (WW) evdev: SIGMACHIP USB Keyboard: ignoring absolute axes.
[    43.985] (**) SIGMACHIP USB Keyboard: (accel) keeping acceleration scheme 1
[    43.985] (**) SIGMACHIP USB Keyboard: (accel) acceleration profile 0
[    43.985] (**) SIGMACHIP USB Keyboard: (accel) acceleration factor: 2.000
[    43.985] (**) SIGMACHIP USB Keyboard: (accel) acceleration threshold: 4
[    43.986] (II) config/udev: Adding input device eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00 (/dev/input/event6)
[    43.986] (**) eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: Applying InputClass "evdev touchscreen catchall"
[    43.986] (II) Using input driver 'evdev' for 'eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00'
[    43.986] (**) eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: always reports core events
[    43.986] (**) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: Device: "/dev/input/event6"
[    43.986] (II) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: Using mtdev for this device
[    43.987] (--) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: Vendor 0xeef Product 0xc000
[    43.987] (--) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: Found absolute axes
[    43.987] (--) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: Found absolute multitouch axes
[    43.987] (II) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: No buttons found, faking one.
[    43.987] (--) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: Found x and y absolute axes
[    43.987] (--) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: Found absolute touchscreen
[    43.987] (II) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: Configuring as touchscreen
[    43.987] (**) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: YAxisMapping: buttons 4 and 5
[    43.987] (**) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    43.987] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4/2-4:1.0/0003:0EEF:C000.0002/input/input9/event6"
[    43.987] (II) XINPUT: Adding extended input device "eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00" (type: TOUCHSCREEN, id 10)
[    43.987] (II) evdev: eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: initialized for absolute axes.
[    43.987] (**) eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: (accel) keeping acceleration scheme 1
[    43.987] (**) eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: (accel) acceleration profile 0
[    43.988] (**) eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: (accel) acceleration factor: 2.000
[    43.988] (**) eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00: (accel) acceleration threshold: 4
[    43.988] (II) config/udev: Adding input device eGalax Inc. eGalaxTouch EXC3160-3419-07.00.00.00 (/dev/input/mouse1)
[    43.988] (II) No input driver specified, ignoring this device.
[    43.988] (II) This device may have been added with another device file.
[    43.989] (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
[    43.989] (II) No input driver specified, ignoring this device.
[    43.989] (II) This device may have been added with another device file.


[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Nov 25, 2019 5:48 am    Post subject: Reply with quote

Moved from Gamers & Players to Unsupported Software as this on a system other than Gentoo.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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