You are not logged in.

#1 2015-07-09 20:12:22

blueblur112198
Member
Registered: 2014-05-27
Posts: 15

[SOLVED] Mupen64plus window not there?

I run mupen64plus with the following command.

mupen64plus ./roms/<rom>

When it runs I hear the game running, and the buttons on my controller seem to work, but no window opens.
I'm just left sitting there staring at urxvt listening my game's sound.
Here's the console output after I close it with ^C.

 __  __                         __   _  _   ____  _             
|  \/  |_   _ _ __   ___ _ __  / /_ | || | |  _ \| |_   _ ___ 
| |\/| | | | | '_ \ / _ \ '_ \| '_ \| || |_| |_) | | | | / __|  
| |  | | |_| | |_) |  __/ | | | (_) |__   _|  __/| | |_| \__ \  
|_|  |_|\__,_| .__/ \___|_| |_|\___/   |_| |_|   |_|\__,_|___/  
             |_|         http://code.google.com/p/mupen64plus/  
Mupen64Plus Console User-Interface Version 2.5.0

UI-Console: attached to core library 'Mupen64Plus Core' version 2.5.0
UI-Console:             Includes support for Dynamic Recompiler.
Core: Goodname: Super Smash Bros. (U) [!]
Core: Name: SMASH BROTHERS      
Core: MD5: F7C52568A31AADF26E14DC2B6416B2ED
Core: CRC: 916B8B5B 780B85A4
Core: Imagetype: .v64 (byteswapped)
Core: Rom size: 16777216 bytes (or 16 Mb or 128 Megabits)
Core: Version: 1449
Core: Manufacturer: Nintendo
Core: Country: USA
UI-Console Status: Cheat codes disabled.
UI-Console: using Video plugin: 'Glide64mk2 Video Plugin' v2.5.0
UI-Console: using Audio plugin: 'Mupen64Plus SDL Audio Plugin' v2.5.0
UI-Console: using Input plugin: 'Mupen64Plus SDL Input Plugin' v2.5.0
UI-Console: using RSP plugin: 'Hacktarux/Azimer High-Level Emulation RSP Plugin' v2.5.0
Video: opening /usr/share/mupen64plus/Glide64mk2.ini

INI_FindSection trying to find name for DEFAULT
Video: 3DNOW! detected.

Input: 2 SDL joysticks were found.
Input: N64 Controller #1: Using auto-config with SDL joystick 0 ('HuiJia  USB GamePad')
Input: N64 Controller #2: Using auto-config with SDL joystick 0 ('HuiJia  USB GamePad')
Input: N64 Controller #3: Using auto-config with SDL joystick 1 ('HuiJia  USB GamePad')
Input: N64 Controller #4: Using auto-config with SDL joystick 1 ('HuiJia  USB GamePad')
Input: 4 controller(s) found, 4 plugged in and usable in the emulator
Input Warning: No rumble supported on N64 joystick #1
Input Warning: No rumble supported on N64 joystick #2
Input Warning: No rumble supported on N64 joystick #3
Input Warning: No rumble supported on N64 joystick #4
Input: Mupen64Plus SDL Input Plugin version 2.5.0 initialized.
INI_FindSection trying to find name for DEFAULT
INI_FindSection trying to find name for SMASH BROTHERS
Could not find [SMASH BROTHERS] section in INI file!Video: Using TEXUMA extension.

&ConfigOpenSection is 0x7f15a2ffd4b8
(II) Setting video mode 640x480...
Core: Setting video mode: 640x480
Core Error: SDL_SetVideoMode failed: Couldn't find matching GLX visual
(EE) Error setting videomode 640x480
Video Error: Error setting display mode
Audio: Initializing SDL audio subsystem...
Input Warning: No rumble supported on N64 joystick #1
Input Warning: No rumble supported on N64 joystick #2
Input Warning: No rumble supported on N64 joystick #3
Input Warning: No rumble supported on N64 joystick #4
Core: Starting R4300 emulator: Dynamic Recompiler
Core: R4300: starting 64-bit dynamic recompiler at: 0x7f15b033c0e0
INI_FindSection trying to find name for UCODE
^CCore Status: Stopping emulation.
Core: R4300 emulator finished.
Core Status: Rom closed.

What seems to have caused it is the following line.

Core Error: SDL_SetVideoMode failed: Couldn't find matching GLX visual

Has anyone seen this error before, and if you have, do you know how to fix it?

Last edited by blueblur112198 (2015-07-10 14:57:09)

Offline

#2 2015-07-09 21:23:11

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: [SOLVED] Mupen64plus window not there?

Works fine here, what's your graphics card? output of

glxinfo | grep OpenGL

Last edited by V1del (2015-07-09 21:24:04)

Offline

#3 2015-07-09 22:01:04

blueblur112198
Member
Registered: 2014-05-27
Posts: 15

Re: [SOLVED] Mupen64plus window not there?

name of display: :0
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".

Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".
Xlib:  extension "GLX" missing on display ":0".

That looks bad...

Offline

#4 2015-07-09 23:26:28

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: [SOLVED] Mupen64plus window not there?

Indeed it does, you do have X running and the correct drivers for your graphics card? contents of the Xorg.0.log may help located either at /var/log/ or .local/share/xorg/

Offline

#5 2015-07-09 23:43:57

blueblur112198
Member
Registered: 2014-05-27
Posts: 15

Re: [SOLVED] Mupen64plus window not there?

My laptop has Intel integrated graphics as well as Nvidia dedicated graphics.
Here's the output of lspci.

00:00.0 Host bridge: Intel Corporation Haswell-ULT DRAM Controller (rev 0b)
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
00:03.0 Audio device: Intel Corporation Haswell-ULT HD Audio Controller (rev 0b)
00:14.0 USB controller: Intel Corporation 8 Series USB xHCI HC (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series HECI #0 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series HD Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 3 (rev e4)
00:1c.3 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 4 (rev e4)
00:1c.4 PCI bridge: Intel Corporation 8 Series PCI Express Root Port 5 (rev e4)
00:1d.0 USB controller: Intel Corporation 8 Series USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation 8 Series LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series SMBus Controller (rev 04)
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
02:00.0 Network controller: Intel Corporation Wireless 3160 (rev 93)
03:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/820M / GT 620M/625M/630M/720M] (rev a1)

I don't know why, but that's just how it is. I didn't build this thing.
I have the nvidia drivers installed. I don't know which graphics device xorg uses, and /etc/X11/xorg.conf doesn't exist.
This is starting to look like I messed this up when I initially installed.

And here's my xorg log.

[ 29315.651] 
X.Org X Server 1.17.2
Release Date: 2015-06-16
[ 29315.655] X Protocol Version 11, Revision 0
[ 29315.657] Build Operating System: Linux 4.0.4-2-ARCH x86_64 
[ 29315.658] Current Operating System: Linux Hunters-Laptop 4.0.1-1-ARCH #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015 x86_64
[ 29315.658] Kernel command line: \boot\vmlinuz-linux rw root=UUID=b0a82948-4039-4053-8476-93003ec186cd initrd=boot\initramfs-linux.img
[ 29315.661] Build Date: 30 June 2015  09:00:12PM
[ 29315.662]  
[ 29315.664] Current version of pixman: 0.32.6
[ 29315.666] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 29315.666] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 29315.672] (==) Log file: "/home/blueblur112198/.local/share/xorg/Xorg.0.log", Time: Thu Jul  9 19:30:59 2015
[ 29315.673] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 29315.673] (==) No Layout section.  Using the first Screen section.
[ 29315.673] (==) No screen section available. Using defaults.
[ 29315.673] (**) |-->Screen "Default Screen Section" (0)
[ 29315.673] (**) |   |-->Monitor "<default monitor>"
[ 29315.674] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 29315.674] (==) Automatically adding devices
[ 29315.674] (==) Automatically enabling devices
[ 29315.674] (==) Automatically adding GPU devices
[ 29315.674] (==) FontPath set to:
	/usr/share/fonts/misc/,
	/usr/share/fonts/TTF/,
	/usr/share/fonts/OTF/,
	/usr/share/fonts/Type1/,
	/usr/share/fonts/100dpi/,
	/usr/share/fonts/75dpi/
[ 29315.674] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 29315.674] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 29315.674] (II) Loader magic: 0x816d60
[ 29315.674] (II) Module ABI versions:
[ 29315.674] 	X.Org ANSI C Emulation: 0.4
[ 29315.674] 	X.Org Video Driver: 19.0
[ 29315.674] 	X.Org XInput driver : 21.1
[ 29315.674] 	X.Org Server Extension : 9.0
[ 29315.675] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
[ 29315.676] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 29315.676] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
[ 29315.676] (--) PCI:*(0:0:2:0) 8086:0a16:17aa:380d rev 11, Mem @ 0xc3000000/4194304, 0xd0000000/268435456, I/O @ 0x00005000/64
[ 29315.676] (--) PCI: (0:3:0:0) 10de:1140:17aa:380d rev 161, Mem @ 0xc2000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x00003000/128
[ 29315.677] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 29315.677] (II) LoadModule: "glx"
[ 29315.677] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 29315.684] (II) Module glx: vendor="NVIDIA Corporation"
[ 29315.684] 	compiled for 4.0.2, module version = 1.0.0
[ 29315.684] 	Module class: X.Org Server Extension
[ 29315.684] (II) NVIDIA GLX Module  352.21  Tue Jun  9 21:22:54 PDT 2015
[ 29315.684] (==) Matched intel as autoconfigured driver 0
[ 29315.684] (==) Matched intel as autoconfigured driver 1
[ 29315.684] (==) Matched modesetting as autoconfigured driver 2
[ 29315.684] (==) Matched fbdev as autoconfigured driver 3
[ 29315.684] (==) Matched vesa as autoconfigured driver 4
[ 29315.684] (==) Assigned the driver to the xf86ConfigLayout
[ 29315.684] (II) LoadModule: "intel"
[ 29315.684] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[ 29315.684] (II) Module intel: vendor="X.Org Foundation"
[ 29315.684] 	compiled for 1.17.2, module version = 2.99.917
[ 29315.684] 	Module class: X.Org Video Driver
[ 29315.684] 	ABI class: X.Org Video Driver, version 19.0
[ 29315.684] (II) LoadModule: "modesetting"
[ 29315.684] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 29315.684] (II) Module modesetting: vendor="X.Org Foundation"
[ 29315.684] 	compiled for 1.17.2, module version = 1.17.2
[ 29315.684] 	Module class: X.Org Video Driver
[ 29315.684] 	ABI class: X.Org Video Driver, version 19.0
[ 29315.684] (II) LoadModule: "fbdev"
[ 29315.684] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 29315.706] (II) Module fbdev: vendor="X.Org Foundation"
[ 29315.706] 	compiled for 1.17.0, module version = 0.4.4
[ 29315.706] 	Module class: X.Org Video Driver
[ 29315.706] 	ABI class: X.Org Video Driver, version 19.0
[ 29315.706] (II) LoadModule: "vesa"
[ 29315.706] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 29315.706] (II) Module vesa: vendor="X.Org Foundation"
[ 29315.706] 	compiled for 1.17.2, module version = 2.3.4
[ 29315.706] 	Module class: X.Org Video Driver
[ 29315.706] 	ABI class: X.Org Video Driver, version 19.0
[ 29315.706] (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
[ 29315.707] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[ 29315.707] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[ 29315.707] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
[ 29315.707] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 29315.707] (II) FBDEV: driver for framebuffer: fbdev
[ 29315.707] (II) VESA: driver for VESA chipsets: vesa
[ 29315.707] (++) using VT number 1

[ 29315.707] (--) controlling tty is VT number 1, auto-enabling KeepTty
[ 29315.707] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[ 29315.707] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20150130
[ 29315.707] (II) intel(0): SNA compiled from 2.99.917-364-gb24e758
[ 29315.707] (WW) Falling back to old probe method for modesetting
[ 29315.707] (WW) Falling back to old probe method for fbdev
[ 29315.707] (II) Loading sub module "fbdevhw"
[ 29315.707] (II) LoadModule: "fbdevhw"
[ 29315.707] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 29315.707] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 29315.707] 	compiled for 1.17.2, module version = 0.0.2
[ 29315.707] 	ABI class: X.Org Video Driver, version 19.0
[ 29315.707] (EE) open /dev/fb0: Permission denied
[ 29315.707] (WW) Falling back to old probe method for vesa
[ 29315.707] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 29315.707] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4400
[ 29315.707] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[ 29315.707] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 29315.707] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[ 29315.707] (==) intel(0): RGB weight 888
[ 29315.707] (==) intel(0): Default visual is TrueColor
[ 29315.708] (II) intel(0): Output eDP1 has no monitor section
[ 29315.708] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[ 29315.708] (II) intel(0): Enabled output eDP1
[ 29315.708] (II) intel(0): Output HDMI1 has no monitor section
[ 29315.708] (II) intel(0): Enabled output HDMI1
[ 29315.708] (II) intel(0): Output DP1 has no monitor section
[ 29315.708] (II) intel(0): Enabled output DP1
[ 29315.708] (II) intel(0): Output HDMI2 has no monitor section
[ 29315.708] (II) intel(0): Enabled output HDMI2
[ 29315.708] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[ 29315.708] (II) intel(0): Output VIRTUAL1 has no monitor section
[ 29315.708] (II) intel(0): Enabled output VIRTUAL1
[ 29315.708] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[ 29315.708] (==) intel(0): TearFree disabled
[ 29315.708] (==) intel(0): DPI set to (96, 96)
[ 29315.708] (II) Loading sub module "dri2"
[ 29315.708] (II) LoadModule: "dri2"
[ 29315.708] (II) Module "dri2" already built-in
[ 29315.708] (II) Loading sub module "present"
[ 29315.708] (II) LoadModule: "present"
[ 29315.708] (II) Module "present" already built-in
[ 29315.708] (II) UnloadModule: "modesetting"
[ 29315.708] (II) Unloading modesetting
[ 29315.708] (II) UnloadModule: "fbdev"
[ 29315.708] (II) Unloading fbdev
[ 29315.708] (II) UnloadSubModule: "fbdevhw"
[ 29315.708] (II) Unloading fbdevhw
[ 29315.708] (II) UnloadModule: "vesa"
[ 29315.709] (II) Unloading vesa
[ 29315.709] (==) Depth 24 pixmap format is 32 bpp
[ 29315.709] (II) intel(0): SNA initialized with Haswell (gen7.5, gt2) backend
[ 29315.709] (==) intel(0): Backing store enabled
[ 29315.709] (==) intel(0): Silken mouse enabled
[ 29315.709] (II) intel(0): HW Cursor enabled
[ 29315.709] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 29315.709] (==) intel(0): DPMS enabled
[ 29315.709] (==) intel(0): Display hotplug detection enabled
[ 29315.709] (II) intel(0): [DRI2] Setup complete
[ 29315.709] (II) intel(0): [DRI2]   DRI driver: i965
[ 29315.709] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[ 29315.709] (II) intel(0): direct rendering: DRI2 enabled
[ 29315.709] (II) intel(0): hardware support for Present enabled
[ 29315.709] (--) RandR disabled
[ 29315.712] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[ 29315.715] (II) intel(0): switch to mode 1920x1080@60.1 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 29315.715] (II) intel(0): Setting screen physical size to 508 x 285
[ 29315.803] (II) config/udev: Adding input device Power Button (/dev/input/event5)
[ 29315.803] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 29315.803] (II) LoadModule: "evdev"
[ 29315.803] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[ 29315.824] (II) Module evdev: vendor="X.Org Foundation"
[ 29315.824] 	compiled for 1.17.1, module version = 2.9.2
[ 29315.824] 	Module class: X.Org XInput Driver
[ 29315.824] 	ABI class: X.Org XInput driver, version 21.0
[ 29315.825] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 12 paused 0
[ 29315.825] (II) Using input driver 'evdev' for 'Power Button'
[ 29315.825] (**) Power Button: always reports core events
[ 29315.825] (**) evdev: Power Button: Device: "/dev/input/event5"
[ 29315.825] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 29315.825] (--) evdev: Power Button: Found keys
[ 29315.825] (II) evdev: Power Button: Configuring as keyboard
[ 29315.825] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event5"
[ 29315.825] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 29315.825] (**) Option "xkb_rules" "evdev"
[ 29315.825] (**) Option "xkb_model" "pc104"
[ 29315.825] (**) Option "xkb_layout" "us"
[ 29315.839] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
[ 29315.839] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 29315.839] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 13 paused 0
[ 29315.839] (II) Using input driver 'evdev' for 'Video Bus'
[ 29315.839] (**) Video Bus: always reports core events
[ 29315.839] (**) evdev: Video Bus: Device: "/dev/input/event10"
[ 29315.839] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 29315.839] (--) evdev: Video Bus: Found keys
[ 29315.839] (II) evdev: Video Bus: Configuring as keyboard
[ 29315.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input11/event10"
[ 29315.839] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 29315.839] (**) Option "xkb_rules" "evdev"
[ 29315.839] (**) Option "xkb_model" "pc104"
[ 29315.839] (**) Option "xkb_layout" "us"
[ 29315.840] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
[ 29315.840] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[ 29315.840] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 14 paused 0
[ 29315.840] (II) Using input driver 'evdev' for 'Video Bus'
[ 29315.840] (**) Video Bus: always reports core events
[ 29315.840] (**) evdev: Video Bus: Device: "/dev/input/event9"
[ 29315.840] (--) evdev: Video Bus: Vendor 0 Product 0x6
[ 29315.840] (--) evdev: Video Bus: Found keys
[ 29315.840] (II) evdev: Video Bus: Configuring as keyboard
[ 29315.840] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:31/LNXVIDEO:00/input/input10/event9"
[ 29315.840] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 29315.840] (**) Option "xkb_rules" "evdev"
[ 29315.840] (**) Option "xkb_model" "pc104"
[ 29315.840] (**) Option "xkb_layout" "us"
[ 29315.841] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[ 29315.841] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 29315.841] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 15 paused 0
[ 29315.841] (II) Using input driver 'evdev' for 'Power Button'
[ 29315.841] (**) Power Button: always reports core events
[ 29315.841] (**) evdev: Power Button: Device: "/dev/input/event4"
[ 29315.841] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 29315.841] (--) evdev: Power Button: Found keys
[ 29315.841] (II) evdev: Power Button: Configuring as keyboard
[ 29315.841] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5/event4"
[ 29315.841] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[ 29315.841] (**) Option "xkb_rules" "evdev"
[ 29315.841] (**) Option "xkb_model" "pc104"
[ 29315.841] (**) Option "xkb_layout" "us"
[ 29315.842] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
[ 29315.842] (II) No input driver specified, ignoring this device.
[ 29315.842] (II) This device may have been added with another device file.
[ 29315.842] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[ 29315.842] (II) No input driver specified, ignoring this device.
[ 29315.842] (II) This device may have been added with another device file.
[ 29315.842] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[ 29315.842] (II) No input driver specified, ignoring this device.
[ 29315.842] (II) This device may have been added with another device file.
[ 29315.842] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[ 29315.842] (II) No input driver specified, ignoring this device.
[ 29315.842] (II) This device may have been added with another device file.
[ 29315.843] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/event1)
[ 29315.843] (**) MOSART Semi. 2.4G Wireless Mouse: Applying InputClass "evdev pointer catchall"
[ 29315.894] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 16 paused 0
[ 29315.894] (II) Using input driver 'evdev' for 'MOSART Semi. 2.4G Wireless Mouse'
[ 29315.894] (**) MOSART Semi. 2.4G Wireless Mouse: always reports core events
[ 29315.894] (**) evdev: MOSART Semi. 2.4G Wireless Mouse: Device: "/dev/input/event1"
[ 29315.894] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Vendor 0x62a Product 0x4102
[ 29315.894] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found 9 mouse buttons
[ 29315.894] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found scroll wheel(s)
[ 29315.894] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found relative axes
[ 29315.894] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found x and y relative axes
[ 29315.894] (--) evdev: MOSART Semi. 2.4G Wireless Mouse: Found absolute axes
[ 29315.894] (II) evdev: MOSART Semi. 2.4G Wireless Mouse: Forcing absolute x/y axes to exist.
[ 29315.894] (II) evdev: MOSART Semi. 2.4G Wireless Mouse: Configuring as mouse
[ 29315.894] (II) evdev: MOSART Semi. 2.4G Wireless Mouse: Adding scrollwheel support
[ 29315.894] (**) evdev: MOSART Semi. 2.4G Wireless Mouse: YAxisMapping: buttons 4 and 5
[ 29315.894] (**) evdev: MOSART Semi. 2.4G Wireless Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 29315.894] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:062A:4102.0001/input/input2/event1"
[ 29315.894] (II) XINPUT: Adding extended input device "MOSART Semi. 2.4G Wireless Mouse" (type: MOUSE, id 10)
[ 29315.894] (II) evdev: MOSART Semi. 2.4G Wireless Mouse: initialized for relative axes.
[ 29315.894] (WW) evdev: MOSART Semi. 2.4G Wireless Mouse: ignoring absolute axes.
[ 29315.894] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) keeping acceleration scheme 1
[ 29315.894] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration profile 0
[ 29315.894] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration factor: 2.000
[ 29315.894] (**) MOSART Semi. 2.4G Wireless Mouse: (accel) acceleration threshold: 4
[ 29315.895] (II) config/udev: Adding input device MOSART Semi. 2.4G Wireless Mouse (/dev/input/mouse0)
[ 29315.895] (II) No input driver specified, ignoring this device.
[ 29315.895] (II) This device may have been added with another device file.
[ 29315.895] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event8)
[ 29315.895] (**) Lenovo EasyCamera: Applying InputClass "evdev keyboard catchall"
[ 29315.895] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 17 paused 0
[ 29315.895] (II) Using input driver 'evdev' for 'Lenovo EasyCamera'
[ 29315.895] (**) Lenovo EasyCamera: always reports core events
[ 29315.895] (**) evdev: Lenovo EasyCamera: Device: "/dev/input/event8"
[ 29315.895] (--) evdev: Lenovo EasyCamera: Vendor 0x5986 Product 0x55e
[ 29315.895] (--) evdev: Lenovo EasyCamera: Found keys
[ 29315.895] (II) evdev: Lenovo EasyCamera: Configuring as keyboard
[ 29315.895] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input9/event8"
[ 29315.895] (II) XINPUT: Adding extended input device "Lenovo EasyCamera" (type: KEYBOARD, id 11)
[ 29315.895] (**) Option "xkb_rules" "evdev"
[ 29315.895] (**) Option "xkb_model" "pc104"
[ 29315.895] (**) Option "xkb_layout" "us"
[ 29315.896] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event14)
[ 29315.896] (II) No input driver specified, ignoring this device.
[ 29315.896] (II) This device may have been added with another device file.
[ 29315.896] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[ 29315.896] (II) No input driver specified, ignoring this device.
[ 29315.896] (II) This device may have been added with another device file.
[ 29315.896] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[ 29315.896] (II) No input driver specified, ignoring this device.
[ 29315.896] (II) This device may have been added with another device file.
[ 29315.896] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event6)
[ 29315.896] (**) Ideapad extra buttons: Applying InputClass "evdev keyboard catchall"
[ 29315.897] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 18 paused 0
[ 29315.897] (II) Using input driver 'evdev' for 'Ideapad extra buttons'
[ 29315.897] (**) Ideapad extra buttons: always reports core events
[ 29315.897] (**) evdev: Ideapad extra buttons: Device: "/dev/input/event6"
[ 29315.897] (--) evdev: Ideapad extra buttons: Vendor 0 Product 0
[ 29315.897] (--) evdev: Ideapad extra buttons: Found keys
[ 29315.897] (II) evdev: Ideapad extra buttons: Configuring as keyboard
[ 29315.897] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:00/input/input7/event6"
[ 29315.897] (II) XINPUT: Adding extended input device "Ideapad extra buttons" (type: KEYBOARD, id 12)
[ 29315.897] (**) Option "xkb_rules" "evdev"
[ 29315.897] (**) Option "xkb_model" "pc104"
[ 29315.897] (**) Option "xkb_layout" "us"
[ 29315.897] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[ 29315.897] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 29315.897] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 19 paused 0
[ 29315.897] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 29315.897] (**) AT Translated Set 2 keyboard: always reports core events
[ 29315.897] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[ 29315.897] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 29315.897] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 29315.897] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 29315.897] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[ 29315.897] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[ 29315.897] (**) Option "xkb_rules" "evdev"
[ 29315.897] (**) Option "xkb_model" "pc104"
[ 29315.897] (**) Option "xkb_layout" "us"
[ 29315.898] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
[ 29315.898] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[ 29315.898] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[ 29315.898] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[ 29315.898] (II) LoadModule: "synaptics"
[ 29315.898] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 29315.909] (II) Module synaptics: vendor="X.Org Foundation"
[ 29315.909] 	compiled for 1.17.1, module version = 1.8.2
[ 29315.909] 	Module class: X.Org XInput Driver
[ 29315.909] 	ABI class: X.Org XInput driver, version 21.0
[ 29315.909] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 20 paused 0
[ 29315.909] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 29315.909] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 29315.909] (**) Option "Device" "/dev/input/event7"
[ 29315.953] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1314 - 5670 (res 44)
[ 29315.953] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1098 - 4794 (res 76)
[ 29315.953] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[ 29315.953] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[ 29315.953] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[ 29315.953] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[ 29315.954] (**) Option "TapButton1" "1"
[ 29315.954] (**) Option "TapButton2" "2"
[ 29315.954] (**) Option "TapButton3" "3"
[ 29315.954] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 29315.954] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 29315.954] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event7"
[ 29315.954] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
[ 29315.954] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[ 29315.954] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[ 29315.954] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[ 29315.954] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 29315.954] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[ 29315.954] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 29315.954] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 29315.954] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[ 29315.954] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
[ 29315.954] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 29317.876] (II) intel(0): EDID vendor "AUO", prod id 14317
[ 29317.876] (II) intel(0): Printing DDC gathered Modelines:
[ 29317.876] (II) intel(0): Modeline "1920x1080"x0.0  142.00  1920 2028 2076 2100  1080 1090 1100 1126 -hsync -vsync (67.6 kHz eP)

Seems like this is an old one. It came from ~/.local/share/xorg/

Last edited by blueblur112198 (2015-07-09 23:48:40)

Offline

#6 2015-07-10 08:20:19

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: [SOLVED] Mupen64plus window not there?

This means you have optimus, in which case there are a few things you might consider (for clarity's sake what happens now  is xorg uses intel but tries to use GLX with the nvidia card which fails, ergo you don't have acceleration anywhere)

To take advantage of the technically useful features of having a low power integrated and a high powered seperate card you will have to install Bumblebee: https://wiki.archlinux.org/index.php/Bumblebee read this carefully and follow the instructions

If you just want either of the GPUs to be active at all times, some other options are outlined here: https://wiki.archlinux.org/index.php/NVIDIA_Optimus

Last edited by V1del (2015-07-10 08:20:57)

Offline

#7 2015-07-10 14:15:18

blueblur112198
Member
Registered: 2014-05-27
Posts: 15

Re: [SOLVED] Mupen64plus window not there?

Thank you so much. I installed Bumblebee, and it immediately made everything better. Now, not only does mupen64plus work, it works with both graphics cards. I tested it with and without the optirun command, and it worked with both devices. Not sure why it wouldn't run before, but I'm happy it works now.

Offline

#8 2015-07-10 14:32:10

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,076

Re: [SOLVED] Mupen64plus window not there?

As said your display was powered by intel, but xorg tried to initialise OpenGL via Nvidia. Most Optimus laptops don't have the display hooked to the nvidia card so you can't actually output anything with it. Bumblebee does some magic (iirc technically opens a second, hidden X server lets nvidia compute things and then copies the image back to intel which then displays the image). but if this is solved for you, don't forget to edit your initial post and prepend [SOLVED] to the title of your thread

Offline

Board footer

Powered by FluxBB