Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Glxgears nvidIa high FPS
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
de11
n00b
n00b


Joined: 15 Oct 2017
Posts: 11

PostPosted: Fri Jun 01, 2018 3:15 pm    Post subject: [solved] Glxgears nvidIa high FPS Reply with quote

I just set up xorg.conf to get working nvidia card and checked glxgears and fps is way to high i guess im just lost from here ,if you guys can help me.


Code:
~ $ glxgears
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
99620 frames in 5.0 seconds = 19923.947 FPS
102428 frames in 5.0 seconds = 20485.559 FPS
100513 frames in 5.0 seconds = 20102.508 FPS
...


Code:

eselect opengl list
Available OpenGL implementations:
  [1]   nvidia *
  [2]   xorg-x11


Code:
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="intel_idle.max_cstate=0"
GRUB_GFXMODE=1920x1080


xorg.conf
Code:
Section "Module"
    Load "modesetting"
EndSection

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "01:00:0"
    Option "RegistryDwords" "EnableBrightnessControl=1"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Identifier     "intel"
    Driver         "modesetting"
    BusID          "PCI:0:2:0"
    Option         "DPI" "96 x 96"
EndSection


Xorg.0.log
Code:

X.Org X Server 1.19.5
Release Date: 2017-10-12
[    23.220] X Protocol Version 11, Revision 0
[    23.220] Build Operating System: Linux 4.9.95-gentoo x86_64 Gentoo
[    23.220] Current Operating System: Linux alien 4.9.95-gentoo #5 SMP Thu May 31 17:21:30 CEST 2018 x86_64
[    23.220] Kernel command line: BOOT_IMAGE=/vmlinuz-4.9.95-gentoo root=/dev/nvme0n1p8 ro intel_idle.max_cstate=0
[    23.220] Build Date: 27 May 2018  02:26:09PM
[    23.220] 
[    23.221] Current version of pixman: 0.34.0
[    23.221]    Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
[    23.221] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    23.221] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jun  1 16:40:39 2018
[    23.222] (==) Using config file: "/etc/X11/xorg.conf"
[    23.222] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    23.222] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    23.223] (==) ServerLayout "layout"
[    23.223] (**) |-->Screen "nvidia" (0)
[    23.223] (**) |   |-->Monitor "<default monitor>"
[    23.223] (**) |   |-->Device "nvidia"
[    23.223] (**) |   |-->GPUDevice "nvidia"
[    23.223] (**) |   |-->GPUDevice "intel"
[    23.223] (==) No monitor specified for screen "nvidia".
   Using a default monitor configuration.
[    23.223] (**) |-->Inactive Device "intel"
[    23.223] (==) Automatically adding devices
[    23.223] (==) Automatically enabling devices
[    23.223] (==) Automatically adding GPU devices
[    23.223] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    23.225] (==) 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/
[    23.225] (**) ModulePath set to "/usr/lib64/opengl/nvidia,/usr/lib64/xorg/modules"
[    23.225] (**) Extension "XVideo" is disabled
[    23.225] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[    23.225] (II) Loader magic: 0x55f085dfbc60
[    23.225] (II) Module ABI versions:
[    23.225]    X.Org ANSI C Emulation: 0.4
[    23.225]    X.Org Video Driver: 23.0
[    23.225]    X.Org XInput driver : 24.1
[    23.225]    X.Org Server Extension : 10.0
[    23.225] (II) xfree86: Adding drm device (/dev/dri/card1)
[    23.225] (II) xfree86: Adding drm device (/dev/dri/card0)
[    23.240] (--) PCI:*(0:0:2:0) 8086:191b:1028:0772 rev 6, Mem @ 0xdb000000/16777216, 0x70000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    23.240] (--) PCI: (0:1:0:0) 10de:1c20:1028:0772 rev 161, Mem @ 0xdc000000/16777216, 0xb0000000/268435456, 0xc0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
[    23.240] (II) "glx" will be loaded by default.
[    23.240] (II) LoadModule: "modesetting"
[    23.244] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    23.244] (II) Module modesetting: vendor="X.Org Foundation"
[    23.244]    compiled for 1.19.5, module version = 1.19.5
[    23.244]    Module class: X.Org Video Driver
[    23.244]    ABI class: X.Org Video Driver, version 23.0
[    23.244] (II) LoadModule: "glx"
[    23.245] (II) Loading /usr/lib64/opengl/nvidia/extensions/libglx.so
[    23.274] (II) Module glx: vendor="NVIDIA Corporation"
[    23.274]    compiled for 4.0.2, module version = 1.0.0
[    23.274]    Module class: X.Org Server Extension
[    23.274] (II) NVIDIA GLX Module  390.42  Sat Mar  3 03:25:37 PST 2018
[    23.275] (II) LoadModule: "nvidia"
[    23.275] (II) Loading /usr/lib64/xorg/modules/drivers/nvidia_drv.so
[    23.279] (II) Module nvidia: vendor="NVIDIA Corporation"
[    23.279]    compiled for 4.0.2, module version = 1.0.0
[    23.279]    Module class: X.Org Video Driver
[    23.279] (II) LoadModule: "modesetting"
[    23.280] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[    23.280] (II) Module modesetting: vendor="X.Org Foundation"
[    23.280]    compiled for 1.19.5, module version = 1.19.5
[    23.280]    Module class: X.Org Video Driver
[    23.280]    ABI class: X.Org Video Driver, version 23.0
[    23.280] (II) UnloadModule: "modesetting"
[    23.280] (II) Unloading modesetting
[    23.280] (II) Failed to load module "modesetting" (already loaded, 22000)
[    23.280] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    23.280] (II) NVIDIA dlloader X Driver  390.42  Sat Mar  3 03:00:31 PST 2018
[    23.280] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    23.281] (--) using VT number 7

[    23.304] (II) modeset(G0): using drv /dev/dri/card0
[    23.305] (II) Loading sub module "fb"
[    23.305] (II) LoadModule: "fb"
[    23.306] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    23.306] (II) Module fb: vendor="X.Org Foundation"
[    23.306]    compiled for 1.19.5, module version = 1.0.0
[    23.306]    ABI class: X.Org ANSI C Emulation, version 0.4
[    23.307] (II) Loading sub module "wfb"
[    23.307] (II) LoadModule: "wfb"
[    23.307] (II) Loading /usr/lib64/xorg/modules/libwfb.so
[    23.308] (II) Module wfb: vendor="X.Org Foundation"
[    23.308]    compiled for 1.19.5, module version = 1.0.0
[    23.308]    ABI class: X.Org ANSI C Emulation, version 0.4
[    23.308] (II) Loading sub module "ramdac"
[    23.308] (II) LoadModule: "ramdac"
[    23.308] (II) Module "ramdac" already built-in
[    23.310] (II) NVIDIA(0): Creating default Display subsection in Screen section
   "nvidia" for depth/fbbpp 24/32
[    23.310] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    23.310] (==) NVIDIA(0): RGB weight 888
[    23.310] (==) NVIDIA(0): Default visual is TrueColor
[    23.310] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    23.310] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[    23.311] (**) NVIDIA(0): Option "RegistryDwords" "EnableBrightnessControl=1"
[    23.311] (**) NVIDIA(0): Enabling 2D acceleration
[    23.850] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[    23.850] (--) NVIDIA(0):     DFP-0
[    23.850] (--) NVIDIA(0):     DFP-1
[    23.850] (--) NVIDIA(0):     DFP-2
[    23.851] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 1060 (GP106-A) at PCI:1:0:0 (GPU-0)
[    23.851] (--) NVIDIA(0): Memory: 6291456 kBytes
[    23.851] (--) NVIDIA(0): VideoBIOS: 86.06.2a.00.0f
[    23.851] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    23.851] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    23.851] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    23.851] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    23.851] (--) NVIDIA(GPU-0):
[    23.851] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    23.851] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    23.851] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[    23.851] (--) NVIDIA(GPU-0):
[    23.851] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    23.851] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    23.851] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    23.851] (--) NVIDIA(GPU-0):
[    23.851] (==) NVIDIA(0):
[    23.851] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    23.851] (==) NVIDIA(0):     will be used as the requested mode.
[    23.851] (==) NVIDIA(0):
[    23.851] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[    23.851] (--) NVIDIA(0):     AllowEmptyInitialConfiguration is enabled
[    23.851] (II) NVIDIA(0): Validated MetaModes:
[    23.851] (II) NVIDIA(0):     "NULL"
[    23.851] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[    23.851] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[    23.851] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[    23.851] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
[    23.851] (==) modeset(G0): RGB weight 888
[    23.851] (==) modeset(G0): Default visual is TrueColor
[    23.851] (II) Loading sub module "glamoregl"
[    23.851] (II) LoadModule: "glamoregl"
[    23.851] (II) Loading /usr/lib64/xorg/modules/libglamoregl.so
[    23.855] (II) Module glamoregl: vendor="X.Org Foundation"
[    23.855]    compiled for 1.19.5, module version = 1.0.0
[    23.855]    ABI class: X.Org ANSI C Emulation, version 0.4
[    23.855] (II) glamor: OpenGL accelerated X.org driver based.
[    23.880] (EE) modeset(G0): eglGetDisplay() failed
[    23.881] (EE) modeset(G0): glamor initialization failed
[    23.881] (II) modeset(G0): ShadowFB: preferred YES, enabled YES
[    23.881] (II) modeset(G0): Double-buffered shadow updates: off
[    23.882] (II) modeset(G0): Output eDP-1-1 has no monitor section
[    23.882] (II) modeset(G0): Output DP-1-1 has no monitor section
[    23.885] (II) modeset(G0): Output HDMI-1-1 has no monitor section
[    23.885] (II) modeset(G0): Output DP-1-2 has no monitor section
[    23.889] (II) modeset(G0): Output HDMI-1-2 has no monitor section
[    23.890] (II) modeset(G0): EDID for output eDP-1-1
[    23.890] (II) modeset(G0): Manufacturer: SDC  Model: 894f  Serial#: 0
[    23.890] (II) modeset(G0): Year: 2015  Week: 0
[    23.890] (II) modeset(G0): EDID Version: 1.4
[    23.890] (II) modeset(G0): Digital Display Input
[    23.890] (II) modeset(G0): 6 bits per channel
[    23.890] (II) modeset(G0): Digital interface is DisplayPort
[    23.890] (II) modeset(G0): Max Image Size [cm]: horiz.: 34  vert.: 19
[    23.890] (II) modeset(G0): Gamma: 2.20
[    23.890] (II) modeset(G0): No DPMS capabilities specified
[    23.890] (II) modeset(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    23.890] (II) modeset(G0): First detailed timing is preferred mode
[    23.890] (II) modeset(G0): Preferred mode is native pixel format and refresh rate
[    23.890] (II) modeset(G0): redX: 0.635 redY: 0.335   greenX: 0.295 greenY: 0.610
[    23.890] (II) modeset(G0): blueX: 0.150 blueY: 0.060   whiteX: 0.313 whiteY: 0.329
[    23.890] (II) modeset(G0): Manufacturer's mask: 0
[    23.890] (II) modeset(G0): Supported detailed timing:
[    23.890] (II) modeset(G0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[    23.890] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    23.890] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1111 v_border: 0
[    23.890] (II) modeset(G0): Supported detailed timing:
[    23.890] (II) modeset(G0): clock: 110.9 MHz   Image Size:  344 x 194 mm
[    23.890] (II) modeset(G0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
[    23.890] (II) modeset(G0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1111 v_border: 0
[    23.890] (II) modeset(G0):  C1J7M€156HL
[    23.890] (II) modeset(G0): Unknown vendor-specific block 0
[    23.890] (II) modeset(G0): EDID (in hex):
[    23.890] (II) modeset(G0):    00ffffffffffff004c834f8900000000
[    23.890] (II) modeset(G0):    00190104952213780ab995a2554b9c26
[    23.890] (II) modeset(G0):    0f505400000001010101010101010101
[    23.890] (II) modeset(G0):    010101010101293680a070381f403020
[    23.890] (II) modeset(G0):    250058c21000001a542b80a070381f40
[    23.890] (II) modeset(G0):    3020250058c21000001a000000fe0043
[    23.890] (II) modeset(G0):    314a374d80313536484c0a2000000000
[    23.890] (II) modeset(G0):    000041219e001000000a010a202000c3
[    23.890] (II) modeset(G0): Printing probed modes for output eDP-1-1
[    23.890] (II) modeset(G0): Modeline "1920x1080"x60.0  138.65  1920 1968 2000 2080  1080 1082 1087 1111 +hsync -vsync (66.7 kHz eP)
[    23.890] (II) modeset(G0): Modeline "1920x1080"x48.0  110.92  1920 1968 2000 2080  1080 1082 1087 1111 +hsync -vsync (53.3 kHz e)
[    23.890] (II) modeset(G0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[    23.890] (II) modeset(G0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[    23.890] (II) modeset(G0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[    23.890] (II) modeset(G0): Modeline "1024x768"x120.1  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[    23.890] (II) modeset(G0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[    23.890] (II) modeset(G0): Modeline "960x720"x120.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[    23.890] (II) modeset(G0): Modeline "928x696"x120.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[    23.890] (II) modeset(G0): Modeline "896x672"x120.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[    23.890] (II) modeset(G0): Modeline "800x600"x120.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[    23.890] (II) modeset(G0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[    23.890] (II) modeset(G0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[    23.890] (II) modeset(G0): Modeline "700x525"x120.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[    23.890] (II) modeset(G0): Modeline "640x512"x120.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[    23.890] (II) modeset(G0): Modeline "640x480"x120.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[    23.890] (II) modeset(G0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[    23.890] (II) modeset(G0): Modeline "512x384"x120.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[    23.890] (II) modeset(G0): Modeline "400x300"x120.6   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[    23.890] (II) modeset(G0): Modeline "400x300"x112.7   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[    23.890] (II) modeset(G0): Modeline "320x240"x120.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[    23.890] (II) modeset(G0): EDID for output DP-1-1
[    23.894] (II) modeset(G0): EDID for output HDMI-1-1
[    23.894] (II) modeset(G0): EDID for output DP-1-2
[    23.897] (II) modeset(G0): EDID for output HDMI-1-2
[    23.897] (==) modeset(G0): Using gamma correction (1.0, 1.0, 1.0)
[    23.897] (==) modeset(G0): DPI set to (96, 96)
[    23.897] (II) Loading sub module "fb"
[    23.897] (II) LoadModule: "fb"
[    23.898] (II) Loading /usr/lib64/xorg/modules/libfb.so
[    23.898] (II) Module fb: vendor="X.Org Foundation"
[    23.898]    compiled for 1.19.5, module version = 1.0.0
[    23.898]    ABI class: X.Org ANSI C Emulation, version 0.4
[    23.898] (II) Loading sub module "shadow"
[    23.898] (II) LoadModule: "shadow"
[    23.898] (II) Loading /usr/lib64/xorg/modules/libshadow.so
[    23.898] (II) Module shadow: vendor="X.Org Foundation"
[    23.898]    compiled for 1.19.5, module version = 1.1.0
[    23.898]    ABI class: X.Org ANSI C Emulation, version 0.4
[    23.898] (--) Depth 24 pixmap format is 32 bpp
[    23.899] (==) modeset(G0): Backing store enabled
[    23.899] (==) modeset(G0): Silken mouse enabled
[    23.899] (II) modeset(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
[    23.900] (==) modeset(G0): DPMS enabled
[    23.900] (WW) modeset(G0): Option "DPI" is not used
[    23.900] (WW) modeset(G0): Option "AllowEmptyInitialConfiguration" is not used
[    23.901] (II) NVIDIA: Using 24576.00 MB of virtual memory for indirect memory
[    23.901] (II) NVIDIA:     access.
[    23.941] (II) NVIDIA(0): Setting mode "NULL"
[    23.946] (==) NVIDIA(0): Disabling shared memory pixmaps
[    23.946] (==) NVIDIA(0): Backing store enabled
[    23.946] (==) NVIDIA(0): Silken mouse enabled
[    23.946] (==) NVIDIA(0): DPMS enabled
[    23.946] (II) Loading sub module "dri2"
[    23.946] (II) LoadModule: "dri2"
[    23.946] (II) Module "dri2" already built-in
[    23.946] (II) NVIDIA(0): [DRI2] Setup complete
[    23.946] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[    23.946] (--) RandR disabled
[    23.947] (II) Initializing extension GLX
[    23.947] (II) Indirect GLX disabled.
[    24.208] (II) modeset(G0): Damage tracking initialized
[    24.313] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    24.313] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.313] (II) LoadModule: "evdev"
[    24.313] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[    24.315] (II) Module evdev: vendor="X.Org Foundation"
[    24.315]    compiled for 1.19.5, module version = 2.10.6
[    24.315]    Module class: X.Org XInput Driver
[    24.315]    ABI class: X.Org XInput driver, version 24.1
[    24.315] (II) Using input driver 'evdev' for 'Power Button'
[    24.315] (**) Power Button: always reports core events
[    24.315] (**) evdev: Power Button: Device: "/dev/input/event2"
[    24.315] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.315] (--) evdev: Power Button: Found keys
[    24.315] (II) evdev: Power Button: Configuring as keyboard
[    24.315] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    24.315] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    24.315] (**) Option "xkb_rules" "evdev"
[    24.316] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
[    24.316] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    24.316] (II) Using input driver 'evdev' for 'Video Bus'
[    24.316] (**) Video Bus: always reports core events
[    24.316] (**) evdev: Video Bus: Device: "/dev/input/event3"
[    24.316] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    24.316] (--) evdev: Video Bus: Found keys
[    24.316] (II) evdev: Video Bus: Configuring as keyboard
[    24.316] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
[    24.316] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    24.316] (**) Option "xkb_rules" "evdev"
[    24.316] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    24.316] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    24.316] (II) Using input driver 'evdev' for 'Video Bus'
[    24.316] (**) Video Bus: always reports core events
[    24.316] (**) evdev: Video Bus: Device: "/dev/input/event4"
[    24.316] (--) evdev: Video Bus: Vendor 0 Product 0x6
[    24.316] (--) evdev: Video Bus: Found keys
[    24.316] (II) evdev: Video Bus: Configuring as keyboard
[    24.316] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input4/event4"
[    24.316] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[    24.316] (**) Option "xkb_rules" "evdev"
[    24.317] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    24.317] (II) No input driver specified, ignoring this device.
[    24.317] (II) This device may have been added with another device file.
[    24.317] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    24.317] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.317] (II) Using input driver 'evdev' for 'Power Button'
[    24.317] (**) Power Button: always reports core events
[    24.317] (**) evdev: Power Button: Device: "/dev/input/event1"
[    24.317] (--) evdev: Power Button: Vendor 0 Product 0x1
[    24.317] (--) evdev: Power Button: Found keys
[    24.317] (II) evdev: Power Button: Configuring as keyboard
[    24.317] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[    24.317] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
[    24.317] (**) Option "xkb_rules" "evdev"
[    24.318] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event7)
[    24.318] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    24.318] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    24.318] (**) Logitech USB Receiver: always reports core events
[    24.318] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event7"
[    24.318] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52b
[    24.318] (--) evdev: Logitech USB Receiver: Found keys
[    24.318] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    24.318] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0001/input/input8/event7"
[    24.318] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 10)
[    24.318] (**) Option "xkb_rules" "evdev"
[    24.319] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event8)
[    24.319] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
[    24.319] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
[    24.319] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
[    24.319] (**) Logitech USB Receiver: always reports core events
[    24.319] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event8"
[    24.319] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc52b
[    24.319] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
[    24.319] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
[    24.319] (--) evdev: Logitech USB Receiver: Found relative axes
[    24.319] (--) evdev: Logitech USB Receiver: Found x and y relative axes
[    24.319] (--) evdev: Logitech USB Receiver: Found absolute axes
[    24.319] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
[    24.319] (--) evdev: Logitech USB Receiver: Found keys
[    24.319] (II) evdev: Logitech USB Receiver: Configuring as mouse
[    24.319] (II) evdev: Logitech USB Receiver: Configuring as keyboard
[    24.319] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
[    24.319] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
[    24.319] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.319] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input9/event8"
[    24.319] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
[    24.319] (**) Option "xkb_rules" "evdev"
[    24.319] (II) evdev: Logitech USB Receiver: initialized for relative axes.
[    24.319] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
[    24.319] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
[    24.319] (**) Logitech USB Receiver: (accel) acceleration profile 0
[    24.319] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
[    24.319] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
[    24.320] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse1)
[    24.320] (II) No input driver specified, ignoring this device.
[    24.320] (II) This device may have been added with another device file.
[    24.320] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event16)
[    24.320] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
[    24.320] (II) Using input driver 'evdev' for 'Integrated_Webcam_HD'
[    24.320] (**) Integrated_Webcam_HD: always reports core events
[    24.320] (**) evdev: Integrated_Webcam_HD: Device: "/dev/input/event16"
[    24.320] (--) evdev: Integrated_Webcam_HD: Vendor 0xbda Product 0x58c2
[    24.320] (--) evdev: Integrated_Webcam_HD: Found keys
[    24.320] (II) evdev: Integrated_Webcam_HD: Configuring as keyboard
[    24.320] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input17/event16"
[    24.320] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 12)
[    24.320] (**) Option "xkb_rules" "evdev"
[    24.320] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
[    24.320] (II) No input driver specified, ignoring this device.
[    24.320] (II) This device may have been added with another device file.
[    24.321] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[    24.321] (II) No input driver specified, ignoring this device.
[    24.321] (II) This device may have been added with another device file.
[    24.321] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event11)
[    24.321] (II) No input driver specified, ignoring this device.
[    24.321] (II) This device may have been added with another device file.
[    24.321] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[    24.321] (II) No input driver specified, ignoring this device.
[    24.321] (II) This device may have been added with another device file.
[    24.321] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[    24.321] (II) No input driver specified, ignoring this device.
[    24.321] (II) This device may have been added with another device file.
[    24.321] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP (/dev/input/event14)
[    24.321] (II) No input driver specified, ignoring this device.
[    24.321] (II) This device may have been added with another device file.
[    24.321] (II) config/udev: Adding input device Intel HID events (/dev/input/event15)
[    24.321] (**) Intel HID events: Applying InputClass "evdev keyboard catchall"
[    24.321] (II) Using input driver 'evdev' for 'Intel HID events'
[    24.322] (**) Intel HID events: always reports core events
[    24.322] (**) evdev: Intel HID events: Device: "/dev/input/event15"
[    24.322] (--) evdev: Intel HID events: Vendor 0 Product 0
[    24.322] (--) evdev: Intel HID events: Found keys
[    24.322] (II) evdev: Intel HID events: Configuring as keyboard
[    24.322] (**) Option "config_info" "udev:/sys/devices/platform/INT33D5:00/input/input16/event15"
[    24.322] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 13)
[    24.322] (**) Option "xkb_rules" "evdev"
[    24.322] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event5)
[    24.322] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    24.322] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    24.322] (**) AT Translated Set 2 keyboard: always reports core events
[    24.322] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event5"
[    24.322] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[    24.322] (--) evdev: AT Translated Set 2 keyboard: Found keys
[    24.322] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[    24.322] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input5/event5"
[    24.322] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[    24.322] (**) Option "xkb_rules" "evdev"
[    24.323] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
[    24.323] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
[    24.323] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
[    24.323] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
[    24.323] (II) LoadModule: "synaptics"
[    24.323] (II) Loading /usr/lib64/xorg/modules/input/synaptics_drv.so
[    24.323] (II) Module synaptics: vendor="X.Org Foundation"
[    24.323]    compiled for 1.19.5, module version = 1.9.1
[    24.323]    Module class: X.Org XInput Driver
[    24.323]    ABI class: X.Org XInput driver, version 24.1
[    24.323] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[    24.323] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    24.323] (**) Option "Device" "/dev/input/event6"
[    24.341] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1274 - 5668 (res 43)
[    24.341] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1098 - 4756 (res 68)
[    24.341] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
[    24.341] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
[    24.341] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
[    24.341] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
[    24.341] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    24.341] (**) SynPS/2 Synaptics TouchPad: always reports core events
[    24.361] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event6"
[    24.361] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
[    24.361] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
[    24.361] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
[    24.361] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
[    24.361] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[    24.361] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
[    24.361] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[    24.361] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[    24.361] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
[    24.362] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[    24.362] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
[    24.621] (--) NVIDIA(GPU-0): DFP-0: disconnected
[    24.621] (--) NVIDIA(GPU-0): DFP-0: Internal TMDS
[    24.621] (--) NVIDIA(GPU-0): DFP-0: 165.0 MHz maximum pixel clock
[    24.621] (--) NVIDIA(GPU-0):
[    24.621] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    24.621] (--) NVIDIA(GPU-0): DFP-1: Internal DisplayPort
[    24.621] (--) NVIDIA(GPU-0): DFP-1: 1440.0 MHz maximum pixel clock
[    24.621] (--) NVIDIA(GPU-0):
[    24.621] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    24.621] (--) NVIDIA(GPU-0): DFP-2: Internal TMDS
[    24.621] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
[    24.621] (--) NVIDIA(GPU-0):
[    24.633] randr: falling back to unsynchronized pixmap sharing


Last edited by de11 on Sat Jun 02, 2018 4:51 am; edited 1 time in total
Back to top
View user's profile Send private message
hhfeuer
Apprentice
Apprentice


Joined: 28 Jul 2005
Posts: 185

PostPosted: Fri Jun 01, 2018 3:27 pm    Post subject: Reply with quote

Enable PRIME sync, set kernel parameter
nvidia-drm.modeset=1
Back to top
View user's profile Send private message
de11
n00b
n00b


Joined: 15 Oct 2017
Posts: 11

PostPosted: Fri Jun 01, 2018 5:11 pm    Post subject: Reply with quote

hhfeuer wrote:
Enable PRIME sync, set kernel parameter
nvidia-drm.modeset=1


I did it and now i cant startx ,no screens found.
Back to top
View user's profile Send private message
hhfeuer
Apprentice
Apprentice


Joined: 28 Jul 2005
Posts: 185

PostPosted: Fri Jun 01, 2018 5:16 pm    Post subject: Reply with quote

Sorry, you also have to delete
Code:
   
Section "Module"
    Load "modesetting"
EndSection

from your xorg.conf
and better add
Code:
Option "AccelMethod" "none"

to the intel device section.
Back to top
View user's profile Send private message
de11
n00b
n00b


Joined: 15 Oct 2017
Posts: 11

PostPosted: Fri Jun 01, 2018 5:28 pm    Post subject: Reply with quote

Thank you hhfeuer ,Its working now and i get 60 fps
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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