Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!

Ogłoszenie

Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.

#26  2014-04-04 21:19:23

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Pokaż co masz w bumblebee.conf i Xorg.0.log

Offline

 

#27  2014-04-04 21:48:00

  fervi - Użytkownik

fervi
Użytkownik
Zarejestrowany: 2010-03-14

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

i proszę o

sudo dkms status

Fervi

Offline

 

#28  2014-04-04 21:50:52

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Z DKMS chyba wszystko ok:

Loading new nvidia-current-331.49 DKMS files...
First Installation: checking all kernels...
Building only for 3.13-1-amd64
Building initial module for 3.13-1-amd64
Done.

nvidia-current:
Running module version sanity check.
- Original module
   - No original module exists within this kernel
- Installation
   - Installing to /lib/modules/3.13-1-amd64/updates/dkms/

depmod....

DKMS: install completed.

Offline

 

#29  2014-04-04 22:21:35

  michael - Użytkownik

michael
Użytkownik
Zarejestrowany: 2011-12-01

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Kod:

root@debian:/# dkms status
bbswitch, 0.8, 3.13-1-amd64, x86_64: installed
nvidia-current, 331.49, 3.13-1-amd64, x86_64: installed

Kod:

root@debian:/# cat /etc/bumblebee/bumblebee.conf 
# Configuration file for Bumblebee. Values should **not** be put between quotes

## Server options. Any change made in this section will need a server restart
# to take effect.
[bumblebeed]
# The secondary Xorg server DISPLAY number
VirtualDisplay=:8
# Should the unused Xorg server be kept running? Set this to true if waiting
# for X to be ready is too long and don't need power management at all.
KeepUnusedXServer=false
# The name of the Bumbleblee server group name (GID name)
ServerGroup=bumblebee
# Card power state at exit. Set to false if the card shoud be ON when Bumblebee
# server exits.
TurnCardOffAtExit=false
# The default behavior of '-f' option on optirun. If set to "true", '-f' will
# be ignored.
NoEcoModeOverride=false
# The Driver used by Bumblebee server. If this value is not set (or empty),
# auto-detection is performed. The available drivers are nvidia and nouveau
# (See also the driver-specific sections below)
Driver=
# Directory with a dummy config file to pass as a -configdir to secondary X
XorgConfDir=/etc/bumblebee/xorg.conf.d

## Client options. Will take effect on the next optirun executed.
[optirun]
# Acceleration/ rendering bridge, possible values are auto, virtualgl and
# primus.
Bridge=auto
# The method used for VirtualGL to transport frames between X servers.
# Possible values are proxy, jpeg, rgb, xv and yuv.
VGLTransport=proxy
# List of paths which are searched for the primus libGL.so.1 when using
# the primus bridge
PrimusLibraryPath=/usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus:/usr/lib/primus:/usr/lib32/primus
# Should the program run under optirun even if Bumblebee server or nvidia card
# is not available?
AllowFallbackToIGC=false


# Driver-specific settings are grouped under [driver-NAME]. The sections are
# parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
# detection resolves to NAME).
# PMMethod: method to use for saving power by disabling the nvidia card, valid
# values are: auto - automatically detect which PM method to use
#         bbswitch - new in BB 3, recommended if available
#       switcheroo - vga_switcheroo method, use at your own risk
#             none - disable PM completely
# https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods

## Section with nvidia driver specific options, only parsed if Driver=nvidia
[driver-nvidia]
# Module name to load, defaults to Driver if empty or unset
KernelDriver=nvidia
PMMethod=auto
# colon-separated path to the nvidia libraries
LibraryPath=/usr/lib/x86_64-linux-gnu/nvidia:/usr/lib/i386-linux-gnu/nvidia:/usr/lib/nvidia
# comma-separated path of the directory containing nvidia_drv.so and the
# default Xorg modules path
XorgModulePath=/usr/lib/nvidia,/usr/lib/xorg/modules
XorgConfFile=/etc/bumblebee/xorg.conf.nvidia

## Section with nouveau driver specific options, only parsed if Driver=nouveau
[driver-nouveau]
KernelDriver=nouveau
PMMethod=auto
XorgConfFile=/etc/bumblebee/xorg.conf.nouveau

cały Xorg.0.log

Kod:

[  1363.170] 
X.Org X Server 1.15.0.901 (1.15.1 RC 1)
Release Date: 2014-03-21
[  1363.170] X Protocol Version 11, Revision 0
[  1363.170] Build Operating System: Linux 3.12-1-amd64 x86_64 Debian
[  1363.170] Current Operating System: Linux debian 3.13-1-amd64 #1 SMP Debian 3.13.7-1 (2014-03-25) x86_64
[  1363.170] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13-1-amd64 root=UUID=d0fd1b0b-3aa7-40e7-ac01-1ae0c56f989a ro quiet
[  1363.170] Build Date: 31 March 2014  10:25:32AM
[  1363.170] xorg-server 2:1.15.0.901-1 (http://www.debian.org/support) 
[  1363.170] Current version of pixman: 0.32.4
[  1363.170]     Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
[  1363.170] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1363.170] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Apr  4 20:53:37 2014
[  1363.170] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1363.171] (==) No Layout section.  Using the first Screen section.
[  1363.171] (==) No screen section available. Using defaults.
[  1363.171] (**) |-->Screen "Default Screen Section" (0)
[  1363.171] (**) |   |-->Monitor "<default monitor>"
[  1363.171] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
[  1363.171] (==) Automatically adding devices
[  1363.171] (==) Automatically enabling devices
[  1363.171] (==) Automatically adding GPU devices
[  1363.171] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[  1363.171]     Entry deleted from font path.
[  1363.171] (==) FontPath set to:
    /usr/share/fonts/X11/misc,
    /usr/share/fonts/X11/100dpi/:unscaled,
    /usr/share/fonts/X11/75dpi/:unscaled,
    /usr/share/fonts/X11/Type1,
    /usr/share/fonts/X11/100dpi,
    /usr/share/fonts/X11/75dpi,
    built-ins
[  1363.171] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1363.171] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1363.171] (II) Loader magic: 0x7fbc88961d40
[  1363.171] (II) Module ABI versions:
[  1363.171]     X.Org ANSI C Emulation: 0.4
[  1363.171]     X.Org Video Driver: 15.0
[  1363.171]     X.Org XInput driver : 20.0
[  1363.171]     X.Org Server Extension : 8.0
[  1363.171] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1363.172] (--) PCI:*(0:0:2:0) 8086:0166:1043:1477 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[  1363.172] Initializing built-in extension Generic Event Extension
[  1363.172] Initializing built-in extension SHAPE
[  1363.172] Initializing built-in extension MIT-SHM
[  1363.172] Initializing built-in extension XInputExtension
[  1363.172] Initializing built-in extension XTEST
[  1363.172] Initializing built-in extension BIG-REQUESTS
[  1363.172] Initializing built-in extension SYNC
[  1363.172] Initializing built-in extension XKEYBOARD
[  1363.172] Initializing built-in extension XC-MISC
[  1363.172] Initializing built-in extension SECURITY
[  1363.172] Initializing built-in extension XINERAMA
[  1363.172] Initializing built-in extension XFIXES
[  1363.172] Initializing built-in extension RENDER
[  1363.172] Initializing built-in extension RANDR
[  1363.172] Initializing built-in extension COMPOSITE
[  1363.172] Initializing built-in extension DAMAGE
[  1363.172] Initializing built-in extension MIT-SCREEN-SAVER
[  1363.173] Initializing built-in extension DOUBLE-BUFFER
[  1363.173] Initializing built-in extension RECORD
[  1363.173] Initializing built-in extension DPMS
[  1363.173] Initializing built-in extension Present
[  1363.173] Initializing built-in extension DRI3
[  1363.173] Initializing built-in extension X-Resource
[  1363.173] Initializing built-in extension XVideo
[  1363.173] Initializing built-in extension XVideo-MotionCompensation
[  1363.173] Initializing built-in extension SELinux
[  1363.173] Initializing built-in extension XFree86-VidModeExtension
[  1363.173] Initializing built-in extension XFree86-DGA
[  1363.173] Initializing built-in extension XFree86-DRI
[  1363.173] Initializing built-in extension DRI2
[  1363.173] (II) LoadModule: "glx"
[  1363.173] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1363.173] (II) Module glx: vendor="X.Org Foundation"
[  1363.173]     compiled for 1.15.0.901, module version = 1.0.0
[  1363.173]     ABI class: X.Org Server Extension, version 8.0
[  1363.173] (==) AIGLX enabled
[  1363.173] Loading extension GLX
[  1363.173] (==) Matched intel as autoconfigured driver 0
[  1363.173] (==) Matched intel as autoconfigured driver 1
[  1363.173] (==) Matched modesetting as autoconfigured driver 2
[  1363.173] (==) Matched fbdev as autoconfigured driver 3
[  1363.173] (==) Matched vesa as autoconfigured driver 4
[  1363.173] (==) Assigned the driver to the xf86ConfigLayout
[  1363.173] (II) LoadModule: "intel"
[  1363.173] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  1363.174] (II) Module intel: vendor="X.Org Foundation"
[  1363.174]     compiled for 1.15.0, module version = 2.21.15
[  1363.174]     Module class: X.Org Video Driver
[  1363.174]     ABI class: X.Org Video Driver, version 15.0
[  1363.174] (II) LoadModule: "modesetting"
[  1363.174] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1363.174] (II) Module modesetting: vendor="X.Org Foundation"
[  1363.174]     compiled for 1.15.0, module version = 0.8.1
[  1363.174]     Module class: X.Org Video Driver
[  1363.174]     ABI class: X.Org Video Driver, version 15.0
[  1363.174] (II) LoadModule: "fbdev"
[  1363.174] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[  1363.174] (II) Module fbdev: vendor="X.Org Foundation"
[  1363.174]     compiled for 1.15.0, module version = 0.4.4
[  1363.174]     Module class: X.Org Video Driver
[  1363.174]     ABI class: X.Org Video Driver, version 15.0
[  1363.174] (II) LoadModule: "vesa"
[  1363.174] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1363.174] (II) Module vesa: vendor="X.Org Foundation"
[  1363.174]     compiled for 1.15.0, module version = 2.3.3
[  1363.174]     Module class: X.Org Video Driver
[  1363.174]     ABI class: X.Org Video Driver, version 15.0
[  1363.174] (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
[  1363.175] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1363.175] (II) FBDEV: driver for framebuffer: fbdev
[  1363.175] (II) VESA: driver for VESA chipsets: vesa
[  1363.175] (++) using VT number 7

[  1363.175] (WW) Falling back to old probe method for modesetting
[  1363.175] (WW) Falling back to old probe method for fbdev
[  1363.175] (II) Loading sub module "fbdevhw"
[  1363.175] (II) LoadModule: "fbdevhw"
[  1363.175] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[  1363.175] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1363.175]     compiled for 1.15.0.901, module version = 0.0.2
[  1363.175]     ABI class: X.Org Video Driver, version 15.0
[  1363.175] (WW) Falling back to old probe method for vesa
[  1363.175] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
[  1363.175] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1363.175] (==) intel(0): RGB weight 888
[  1363.175] (==) intel(0): Default visual is TrueColor
[  1363.175] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
[  1363.175] (**) intel(0): Relaxed fencing enabled
[  1363.175] (**) intel(0): Wait on SwapBuffers? enabled
[  1363.175] (**) intel(0): Triple buffering? enabled
[  1363.175] (**) intel(0): Framebuffer tiled
[  1363.175] (**) intel(0): Pixmaps tiled
[  1363.175] (**) intel(0): 3D buffers tiled
[  1363.175] (**) intel(0): SwapBuffers wait enabled
[  1363.175] (==) intel(0): video overlay key set to 0x101fe
[  1363.175] (II) intel(0): Output LVDS1 has no monitor section
[  1363.176] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
[  1363.177] (II) intel(0): Output VGA1 has no monitor section
[  1363.177] (II) intel(0): Output HDMI1 has no monitor section
[  1363.177] (II) intel(0): Output DP1 has no monitor section
[  1363.177] (II) intel(0): EDID for output LVDS1
[  1363.177] (II) intel(0): Manufacturer: SEC  Model: 314c  Serial#: 0
[  1363.177] (II) intel(0): Year: 2011  Week: 0
[  1363.177] (II) intel(0): EDID Version: 1.3
[  1363.177] (II) intel(0): Digital Display Input
[  1363.177] (II) intel(0): Max Image Size [cm]: horiz.: 34  vert.: 19
[  1363.177] (II) intel(0): Gamma: 2.20
[  1363.177] (II) intel(0): DPMS capabilities: StandBy Suspend Off
[  1363.177] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  1363.177] (II) intel(0): First detailed timing is preferred mode
[  1363.177] (II) intel(0): redX: 0.613 redY: 0.361   greenX: 0.308 greenY: 0.603
[  1363.177] (II) intel(0): blueX: 0.155 blueY: 0.104   whiteX: 0.313 whiteY: 0.329
[  1363.177] (II) intel(0): Manufacturer's mask: 0
[  1363.178] (II) intel(0): Supported detailed timing:
[  1363.178] (II) intel(0): clock: 138.7 MHz   Image Size:  344 x 194 mm
[  1363.178] (II) intel(0): h_active: 1920  h_sync: 1944  h_sync_end 1960 h_blank_end 2080 h_border: 0
[  1363.178] (II) intel(0): v_active: 1080  v_sync: 1082  v_sync_end 1087 v_blanking: 1111 v_border: 0
[  1363.178] (II) intel(0): Unknown vendor-specific block f
[  1363.178] (II) intel(0):  SAMSUNG
[  1363.178] (II) intel(0):  156HT01-201
[  1363.178] (II) intel(0): EDID (in hex):
[  1363.178] (II) intel(0):     00ffffffffffff004ca34c3100000000
[  1363.178] (II) intel(0):     0015010380221378ea2de59d5c4e9a27
[  1363.178] (II) intel(0):     1a505400000001010101010101010101
[  1363.178] (II) intel(0):     010101010101293680a070381f401810
[  1363.178] (II) intel(0):     250058c2100000190000000f00000000
[  1363.178] (II) intel(0):     0000000000285a0a3c00000000fe0053
[  1363.178] (II) intel(0):     414d53554e470a2020202020000000fe
[  1363.178] (II) intel(0):     00313536485430312d3230310a20004e
[  1363.178] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "576x432" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "680x384" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "720x450" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "800x512" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "960x540" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "960x600" (doublescan mode not supported)
[  1363.178] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
[  1363.178] (II) intel(0): Printing probed modes for output LVDS1
[  1363.178] (II) intel(0): Modeline "1920x1080"x60.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 -hsync -vsync (66.7 kHz eP)
[  1363.178] (II) intel(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[  1363.178] (II) intel(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[  1363.178] (II) intel(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[  1363.178] (II) intel(0): Modeline "1600x1024"x60.2  103.12  1600 1600 1656 1664  1024 1024 1029 1030 +hsync +vsync (62.0 kHz d)
[  1363.178] (II) intel(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[  1363.178] (II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[  1363.178] (II) intel(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz d)
[  1363.178] (II) intel(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[  1363.178] (II) intel(0): Modeline "1360x768"x59.8   84.75  1360 1432 1568 1776  768 771 781 798 -hsync +vsync (47.7 kHz d)
[  1363.178] (II) intel(0): Modeline "1360x768"x60.0   72.00  1360 1408 1440 1520  768 771 781 790 +hsync -vsync (47.4 kHz d)
[  1363.178] (II) intel(0): Modeline "1152x864"x60.0   81.62  1152 1216 1336 1520  864 865 868 895 -hsync +vsync (53.7 kHz d)
[  1363.178] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[  1363.178] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[  1363.178] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[  1363.178] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[  1363.179] (II) intel(0): EDID for output VGA1
[  1363.180] (II) intel(0): EDID for output HDMI1
[  1363.180] (II) intel(0): EDID for output DP1
[  1363.180] (II) intel(0): Output LVDS1 connected
[  1363.180] (II) intel(0): Output VGA1 disconnected
[  1363.180] (II) intel(0): Output HDMI1 disconnected
[  1363.180] (II) intel(0): Output DP1 disconnected
[  1363.180] (II) intel(0): Using exact sizes for initial modes
[  1363.180] (II) intel(0): Output LVDS1 using initial mode 1920x1080
[  1363.180] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[  1363.180] (II) intel(0): Kernel page flipping support detected, enabling
[  1363.180] (==) intel(0): DPI set to (96, 96)
[  1363.180] (II) Loading sub module "fb"
[  1363.180] (II) LoadModule: "fb"
[  1363.180] (II) Loading /usr/lib/xorg/modules/libfb.so
[  1363.180] (II) Module fb: vendor="X.Org Foundation"
[  1363.180]     compiled for 1.15.0.901, module version = 1.0.0
[  1363.180]     ABI class: X.Org ANSI C Emulation, version 0.4
[  1363.180] (II) Loading sub module "dri2"
[  1363.180] (II) LoadModule: "dri2"
[  1363.180] (II) Module "dri2" already built-in
[  1363.180] (II) UnloadModule: "modesetting"
[  1363.180] (II) Unloading modesetting
[  1363.180] (II) UnloadModule: "fbdev"
[  1363.180] (II) Unloading fbdev
[  1363.181] (II) UnloadSubModule: "fbdevhw"
[  1363.181] (II) Unloading fbdevhw
[  1363.181] (II) UnloadModule: "vesa"
[  1363.181] (II) Unloading vesa
[  1363.181] (==) Depth 24 pixmap format is 32 bpp
[  1363.181] (II) intel(0): [DRI2] Setup complete
[  1363.181] (II) intel(0): [DRI2]   DRI driver: i965
[  1363.181] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
[  1363.181] (II) UXA(0): Driver registered support for the following operations:
[  1363.181] (II)         solid
[  1363.181] (II)         copy
[  1363.181] (II)         composite (RENDER acceleration)
[  1363.181] (II)         put_image
[  1363.181] (II)         get_image
[  1363.182] (==) intel(0): Backing store enabled
[  1363.182] (==) intel(0): Silken mouse enabled
[  1363.182] (II) intel(0): Initializing HW Cursor
[  1363.182] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[  1363.182] (==) intel(0): DPMS enabled
[  1363.182] (==) intel(0): Intel XvMC decoder enabled
[  1363.182] (II) intel(0): Set up textured video
[  1363.182] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[  1363.182] (II) intel(0): direct rendering: DRI2 Enabled
[  1363.182] (==) intel(0): hotplug detection: "enabled"
[  1363.204] (--) RandR disabled
[  1363.208] (II) SELinux: Disabled on system
[  1363.210] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[  1363.210] (II) AIGLX: enabled GLX_ARB_create_context
[  1363.210] (II) AIGLX: enabled GLX_ARB_create_context_profile
[  1363.210] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[  1363.210] (II) AIGLX: enabled GLX_INTEL_swap_event
[  1363.210] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[  1363.210] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[  1363.210] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[  1363.210] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[  1363.211] (II) AIGLX: Loaded and initialized i965
[  1363.211] (II) GLX: Initialized DRI2 GL provider for screen 0
[  1363.211] (II) intel(0): Setting screen physical size to 508 x 285
[  1363.234] (II) config/udev: Adding input device Power Button (/dev/input/event4)
[  1363.235] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[  1363.235] (II) LoadModule: "evdev"
[  1363.235] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[  1363.235] (II) Module evdev: vendor="X.Org Foundation"
[  1363.235]     compiled for 1.15.0, module version = 2.8.2
[  1363.235]     Module class: X.Org XInput Driver
[  1363.235]     ABI class: X.Org XInput driver, version 20.0
[  1363.235] (II) Using input driver 'evdev' for 'Power Button'
[  1363.235] (**) Power Button: always reports core events
[  1363.235] (**) evdev: Power Button: Device: "/dev/input/event4"
[  1363.235] (--) evdev: Power Button: Vendor 0 Product 0x1
[  1363.235] (--) evdev: Power Button: Found keys
[  1363.235] (II) evdev: Power Button: Configuring as keyboard
[  1363.235] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input12/event4"
[  1363.235] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  1363.235] (**) Option "xkb_rules" "evdev"
[  1363.235] (**) Option "xkb_model" "pc105"
[  1363.235] (**) Option "xkb_layout" "pl"
[  1363.248] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[  1363.248] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1363.248] (II) Using input driver 'evdev' for 'Video Bus'
[  1363.248] (**) Video Bus: always reports core events
[  1363.248] (**) evdev: Video Bus: Device: "/dev/input/event13"
[  1363.248] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  1363.248] (--) evdev: Video Bus: Found keys
[  1363.248] (II) evdev: Video Bus: Configuring as keyboard
[  1363.248] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input20/event13"
[  1363.248] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  1363.248] (**) Option "xkb_rules" "evdev"
[  1363.248] (**) Option "xkb_model" "pc105"
[  1363.248] (**) Option "xkb_layout" "pl"
[  1363.248] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
[  1363.248] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[  1363.248] (II) Using input driver 'evdev' for 'Video Bus'
[  1363.248] (**) Video Bus: always reports core events
[  1363.248] (**) evdev: Video Bus: Device: "/dev/input/event12"
[  1363.248] (--) evdev: Video Bus: Vendor 0 Product 0x6
[  1363.248] (--) evdev: Video Bus: Found keys
[  1363.248] (II) evdev: Video Bus: Configuring as keyboard
[  1363.248] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input19/event12"
[  1363.248] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[  1363.248] (**) Option "xkb_rules" "evdev"
[  1363.248] (**) Option "xkb_model" "pc105"
[  1363.248] (**) Option "xkb_layout" "pl"
[  1363.248] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[  1363.248] (II) No input driver specified, ignoring this device.
[  1363.248] (II) This device may have been added with another device file.
[  1363.248] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
[  1363.248] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[  1363.248] (II) Using input driver 'evdev' for 'Sleep Button'
[  1363.249] (**) Sleep Button: always reports core events
[  1363.249] (**) evdev: Sleep Button: Device: "/dev/input/event3"
[  1363.249] (--) evdev: Sleep Button: Vendor 0 Product 0x3
[  1363.249] (--) evdev: Sleep Button: Found keys
[  1363.249] (II) evdev: Sleep Button: Configuring as keyboard
[  1363.249] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input11/event3"
[  1363.249] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  1363.249] (**) Option "xkb_rules" "evdev"
[  1363.249] (**) Option "xkb_model" "pc105"
[  1363.249] (**) Option "xkb_layout" "pl"
[  1363.249] (II) config/udev: Adding drm device (/dev/dri/card0)
[  1363.249] (II) config/udev: Adding input device ASUS USB2.0 Webcam (/dev/input/event6)
[  1363.249] (**) ASUS USB2.0 Webcam: Applying InputClass "evdev keyboard catchall"
[  1363.249] (II) Using input driver 'evdev' for 'ASUS USB2.0 Webcam'
[  1363.249] (**) ASUS USB2.0 Webcam: always reports core events
[  1363.249] (**) evdev: ASUS USB2.0 Webcam: Device: "/dev/input/event6"
[  1363.249] (--) evdev: ASUS USB2.0 Webcam: Vendor 0x1bcf Product 0x2883
[  1363.249] (--) evdev: ASUS USB2.0 Webcam: Found keys
[  1363.249] (II) evdev: ASUS USB2.0 Webcam: Configuring as keyboard
[  1363.249] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input14/event6"
[  1363.249] (II) XINPUT: Adding extended input device "ASUS USB2.0 Webcam" (type: KEYBOARD, id 10)
[  1363.249] (**) Option "xkb_rules" "evdev"
[  1363.249] (**) Option "xkb_model" "pc105"
[  1363.249] (**) Option "xkb_layout" "pl"
[  1363.249] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event7)
[  1363.249] (II) No input driver specified, ignoring this device.
[  1363.249] (II) This device may have been added with another device file.
[  1363.250] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event10)
[  1363.250] (II) No input driver specified, ignoring this device.
[  1363.250] (II) This device may have been added with another device file.
[  1363.250] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[  1363.250] (II) No input driver specified, ignoring this device.
[  1363.250] (II) This device may have been added with another device file.
[  1363.250] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event8)
[  1363.250] (II) No input driver specified, ignoring this device.
[  1363.250] (II) This device may have been added with another device file.
[  1363.250] (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event5)
[  1363.250] (**) Asus WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[  1363.250] (II) Using input driver 'evdev' for 'Asus WMI hotkeys'
[  1363.250] (**) Asus WMI hotkeys: always reports core events
[  1363.250] (**) evdev: Asus WMI hotkeys: Device: "/dev/input/event5"
[  1363.250] (--) evdev: Asus WMI hotkeys: Vendor 0 Product 0
[  1363.250] (--) evdev: Asus WMI hotkeys: Found keys
[  1363.250] (II) evdev: Asus WMI hotkeys: Configuring as keyboard
[  1363.250] (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input13/event5"
[  1363.250] (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 11)
[  1363.250] (**) Option "xkb_rules" "evdev"
[  1363.250] (**) Option "xkb_model" "pc105"
[  1363.250] (**) Option "xkb_layout" "pl"
[  1363.250] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[  1363.250] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[  1363.250] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[  1363.250] (**) AT Translated Set 2 keyboard: always reports core events
[  1363.250] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[  1363.250] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[  1363.250] (--) evdev: AT Translated Set 2 keyboard: Found keys
[  1363.250] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[  1363.250] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[  1363.250] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
[  1363.250] (**) Option "xkb_rules" "evdev"
[  1363.250] (**) Option "xkb_model" "pc105"
[  1363.250] (**) Option "xkb_layout" "pl"
[  1363.251] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event11)
[  1363.251] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[  1363.251] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
[  1363.251] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
[  1363.251] (II) LoadModule: "synaptics"
[  1363.251] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[  1363.251] (II) Module synaptics: vendor="X.Org Foundation"
[  1363.251]     compiled for 1.15.0, module version = 1.7.3
[  1363.251]     Module class: X.Org XInput Driver
[  1363.251]     ABI class: X.Org XInput driver, version 20.0
[  1363.251] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
[  1363.251] (**) ETPS/2 Elantech Touchpad: always reports core events
[  1363.251] (**) Option "Device" "/dev/input/event11"
[  1363.420] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
[  1363.420] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3420 (res 31)
[  1363.420] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2052 (res 31)
[  1363.420] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
[  1363.420] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
[  1363.420] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
[  1363.420] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
[  1363.420] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[  1363.420] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[  1363.420] (**) ETPS/2 Elantech Touchpad: always reports core events
[  1363.516] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input10/event11"
[  1363.516] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 13)
[  1363.516] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[  1363.516] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
[  1363.516] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.050
[  1363.516] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[  1363.516] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
[  1363.516] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[  1363.516] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[  1363.516] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[  1363.516] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[  1363.516] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[  1363.516] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[  1363.516] (II) No input driver specified, ignoring this device.
[  1363.516] (II) This device may have been added with another device file.
[  1363.517] (II) config/udev: Adding input device ACPI Virtual Keyboard Device (/dev/input/event14)
[  1363.517] (**) ACPI Virtual Keyboard Device: Applying InputClass "evdev keyboard catchall"
[  1363.517] (II) Using input driver 'evdev' for 'ACPI Virtual Keyboard Device'
[  1363.517] (**) ACPI Virtual Keyboard Device: always reports core events
[  1363.517] (**) evdev: ACPI Virtual Keyboard Device: Device: "/dev/input/event14"
[  1363.517] (--) evdev: ACPI Virtual Keyboard Device: Vendor 0 Product 0
[  1363.517] (--) evdev: ACPI Virtual Keyboard Device: Found keys
[  1363.517] (II) evdev: ACPI Virtual Keyboard Device: Configuring as keyboard
[  1363.517] (**) Option "config_info" "udev:/sys/devices/virtual/input/input21/event14"
[  1363.517] (II) XINPUT: Adding extended input device "ACPI Virtual Keyboard Device" (type: KEYBOARD, id 14)
[  1363.517] (**) Option "xkb_rules" "evdev"
[  1363.517] (**) Option "xkb_model" "pc105"
[  1363.517] (**) Option "xkb_layout" "pl"
[  1370.289] (II) intel(0): EDID vendor "SEC", prod id 12620
[  1370.289] (II) intel(0): Printing DDC gathered Modelines:
[  1370.289] (II) intel(0): Modeline "1920x1080"x0.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 -hsync -vsync (66.7 kHz eP)
[  1370.340] (II) intel(0): EDID vendor "SEC", prod id 12620
[  1370.340] (II) intel(0): Printing DDC gathered Modelines:
[  1370.340] (II) intel(0): Modeline "1920x1080"x0.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 -hsync -vsync (66.7 kHz eP)
[  1370.342] (II) intel(0): EDID vendor "SEC", prod id 12620
[  1370.342] (II) intel(0): Printing DDC gathered Modelines:
[  1370.342] (II) intel(0): Modeline "1920x1080"x0.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 -hsync -vsync (66.7 kHz eP)
[  6246.140] (II) AIGLX: Suspending AIGLX clients for VT switch
[  6276.412] (II) AIGLX: Resuming AIGLX clients after VT switch
[  6276.420] (II) intel(0): EDID vendor "SEC", prod id 12620
[  6276.420] (II) intel(0): Printing DDC gathered Modelines:
[  6276.420] (II) intel(0): Modeline "1920x1080"x0.0  138.65  1920 1944 1960 2080  1080 1082 1087 1111 -hsync -vsync (66.7 kHz eP)
[  6276.424] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
[  6276.424] setversion 1.4 failed: Permission denied

Offline

 

#30  2014-04-04 22:26:27

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Spróbuj zmienić KernelDriver=nvidia na KernelDriver=nvidia-current
i/lub:
Driver= na Driver=nvidia
w pliku bumblebee.conf

Offline

 

#31  2014-04-04 22:37:49

  fervi - Użytkownik

fervi
Użytkownik
Zarejestrowany: 2010-03-14

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

@yossarian
Ogólnie ten problem jest spowodowany tym, że różne sterowniki tworzą różne nazwy modułów (nvidia / nvidia-current). Najpopularniejszy jest nvidia, ale chyba wypiera się tę nazwę

Najlepiej to używać Nouveau - zero problemów (zazwyczaj :D)

Fervi

Offline

 

#32  2014-04-04 22:38:39

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

No ale nouveau jest cienkie i ssie ;)

Ostatnio edytowany przez yossarian (2014-04-04 22:38:49)

Offline

 

#33  2014-04-04 22:47:20

  fervi - Użytkownik

fervi
Użytkownik
Zarejestrowany: 2010-03-14

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Z drugiej strony nie byłoby 90% postów typu "coś nie działa" - w Nouveau jeszcze nie zdarzyło się, by coś nie działało

Ofc. jest mało wydajne, ofc. jeszcze nawet parę lat pracy, ale wierzę, że pozbędziemy się kolejnego zamkniętego crapwaru z rynku pingwina (tzn. chodzi mi o crapware, który jest niezbędny dla ludzkości)

Fervi

Offline

 

#34  2014-04-04 22:51:59

  michael - Użytkownik

michael
Użytkownik
Zarejestrowany: 2011-12-01

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Dzięki :)

http://i60.tinypic.com/2qxbaxy.png

Ostatnio edytowany przez michael (2014-04-04 22:52:24)

Offline

 

#35  2014-04-04 23:04:54

  fervi - Użytkownik

fervi
Użytkownik
Zarejestrowany: 2010-03-14

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Można prosić o

optirun glxinfo

?

Fervi

Offline

 

#36  2014-04-04 23:22:22

  michael - Użytkownik

michael
Użytkownik
Zarejestrowany: 2011-12-01

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

fervi napisał(-a):

Można prosić o

optirun glxinfo

?

Fervi

Proszę:

Kod:

raphael@debian:~$ optirun glxinfo
[ 2729.847699] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Server terminated successfully (0). Closing log file.

[ 2729.847743] [ERROR]Aborting because fallback start is disabled.
raphael@debian:~$ optirun -vv glxinfo
[ 2739.859286] [DEBUG]Reading file: /etc/bumblebee/bumblebee.conf
[ 2739.859545] [DEBUG]optirun version 3.2.1 starting...
[ 2739.859556] [DEBUG]Active configuration:
[ 2739.859561] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 2739.859567] [DEBUG] X display: :8
[ 2739.859572] [DEBUG] LD_LIBRARY_PATH: /usr/lib/x86_64-linux-gnu/nvidia:/usr/lib/i386-linux-gnu/nvidia:/usr/lib/nvidia
[ 2739.859577] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 2739.859583] [DEBUG] Accel/display bridge: auto
[ 2739.859588] [DEBUG] VGL Compression: proxy
[ 2739.859594] [DEBUG] VGLrun extra options: 
[ 2739.859599] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus:/usr/lib/primus:/usr/lib32/primus
[ 2739.859621] [DEBUG]Using auto-detected bridge primus
[ 2740.797571] [INFO]Response: Yes. X is active.

[ 2740.797596] [INFO]Running application using primus.
[ 2740.797697] [DEBUG]Process glxinfo started, PID 4683.
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
server glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_multisample, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_swap_control, GLX_EXT_swap_control_tear, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_NV_float_buffer, GLX_NV_multisample_coverage, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGI_swap_control, GLX_SGI_video_sync
client glx vendor string: primus
client glx version string: 1.4
client glx extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_get_proc_address
GLX version: 1.4
GLX extensions:
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_get_proc_address
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 750M/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 331.49
OpenGL core profile shading language version string: 4.30 NVIDIA via Cg compiler
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_bindless_texture, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_color_buffer_float, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_compute_shader, GL_ARB_compute_variable_group_size, 
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, 
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, 
    GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, GL_ARB_gpu_shader5, 
    GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_imaging, GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex, 
    GL_ARB_query_buffer_object, GL_ARB_robust_buffer_access_behavior, 
    GL_ARB_robustness, GL_ARB_sample_shading, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_draw_parameters, 
    GL_ARB_shader_group_vote, GL_ARB_shader_image_load_store, 
    GL_ARB_shader_image_size, GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_sparse_texture, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_tessellation_shader, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_import_sync_object, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color, 
    GL_EXT_shader_image_load_store, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback2, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KHR_debug, GL_KTX_buffer_region, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, GL_NVX_nvenc_interop, 
    GL_NV_ES1_1_compatibility, GL_NV_bindless_multi_draw_indirect, 
    GL_NV_bindless_texture, GL_NV_blend_equation_advanced, GL_NV_blend_square, 
    GL_NV_compute_program5, GL_NV_conditional_render, 
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float, 
    GL_NV_depth_clamp, GL_NV_draw_texture, GL_NV_explicit_multisample, 
    GL_NV_fence, GL_NV_float_buffer, GL_NV_fog_distance, 
    GL_NV_fragment_program, GL_NV_fragment_program2, 
    GL_NV_fragment_program_option, GL_NV_framebuffer_multisample_coverage, 
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_gpu_program4_1, 
    GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended, 
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float, 
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering, 
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart, 
    GL_NV_register_combiners, GL_NV_register_combiners2, 
    GL_NV_shader_atomic_counters, GL_NV_shader_atomic_float, 
    GL_NV_shader_buffer_load, GL_NV_shader_storage_buffer_object, 
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_expand_normal, GL_NV_texture_multisample, 
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2, 
    GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range, 
    GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit, 
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

OpenGL version string: 4.4.0 NVIDIA 331.49
OpenGL shading language version string: 4.40 NVIDIA via Cg compiler
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
    GL_AMD_multi_draw_indirect, GL_AMD_seamless_cubemap_per_texture, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_bindless_texture, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_color_buffer_float, GL_ARB_compatibility, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_compute_shader, 
    GL_ARB_compute_variable_group_size, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_debug_output, 
    GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, GL_ARB_depth_texture, 
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, 
    GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_geometry_shader4, GL_ARB_get_program_binary, GL_ARB_gpu_shader5, 
    GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, GL_ARB_half_float_vertex, 
    GL_ARB_imaging, GL_ARB_indirect_parameters, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_internalformat_query2, 
    GL_ARB_invalidate_subdata, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multi_bind, GL_ARB_multi_draw_indirect, 
    GL_ARB_multisample, GL_ARB_multitexture, GL_ARB_occlusion_query, 
    GL_ARB_occlusion_query2, GL_ARB_pixel_buffer_object, 
    GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_program_interface_query, GL_ARB_provoking_vertex, 
    GL_ARB_query_buffer_object, GL_ARB_robust_buffer_access_behavior, 
    GL_ARB_robustness, GL_ARB_sample_shading, GL_ARB_sampler_objects, 
    GL_ARB_seamless_cube_map, GL_ARB_seamless_cubemap_per_texture, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_draw_parameters, 
    GL_ARB_shader_group_vote, GL_ARB_shader_image_load_store, 
    GL_ARB_shader_image_size, GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, 
    GL_ARB_shader_texture_lod, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_sparse_texture, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_tessellation_shader, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression, GL_ARB_texture_compression_bptc, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar, 
    GL_ARB_texture_env_dot3, GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_query_levels, GL_ARB_texture_query_lod, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_stencil8, GL_ARB_texture_storage, 
    GL_ARB_texture_storage_multisample, GL_ARB_texture_swizzle, 
    GL_ARB_texture_view, GL_ARB_timer_query, GL_ARB_transform_feedback2, 
    GL_ARB_transform_feedback3, GL_ARB_transform_feedback_instanced, 
    GL_ARB_transpose_matrix, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_draw_buffers, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, 
    GL_EXTX_framebuffer_mixed_formats, GL_EXT_Cg_shader, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_depth_bounds_test, GL_EXT_direct_state_access, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_geometry_shader4, 
    GL_EXT_gpu_program_parameters, GL_EXT_gpu_shader4, 
    GL_EXT_import_sync_object, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_shader_objects, GL_EXT_separate_specular_color, 
    GL_EXT_shader_image_load_store, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_latc, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_lod, GL_EXT_texture_lod_bias, 
    GL_EXT_texture_mirror_clamp, GL_EXT_texture_object, GL_EXT_texture_sRGB, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shared_exponent, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback2, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_EXT_x11_sync_object, GL_IBM_rasterpos_clip, 
    GL_IBM_texture_mirrored_repeat, GL_KHR_debug, GL_KTX_buffer_region, 
    GL_NVX_conditional_render, GL_NVX_gpu_memory_info, GL_NVX_nvenc_interop, 
    GL_NV_ES1_1_compatibility, GL_NV_bindless_multi_draw_indirect, 
    GL_NV_bindless_texture, GL_NV_blend_equation_advanced, GL_NV_blend_square, 
    GL_NV_compute_program5, GL_NV_conditional_render, 
    GL_NV_copy_depth_to_color, GL_NV_copy_image, GL_NV_depth_buffer_float, 
    GL_NV_depth_clamp, GL_NV_draw_texture, GL_NV_explicit_multisample, 
    GL_NV_fence, GL_NV_float_buffer, GL_NV_fog_distance, 
    GL_NV_fragment_program, GL_NV_fragment_program2, 
    GL_NV_fragment_program_option, GL_NV_framebuffer_multisample_coverage, 
    GL_NV_geometry_shader4, GL_NV_gpu_program4, GL_NV_gpu_program4_1, 
    GL_NV_gpu_program5, GL_NV_gpu_program5_mem_extended, 
    GL_NV_gpu_program_fp64, GL_NV_gpu_shader5, GL_NV_half_float, 
    GL_NV_light_max_exponent, GL_NV_multisample_coverage, 
    GL_NV_multisample_filter_hint, GL_NV_occlusion_query, 
    GL_NV_packed_depth_stencil, GL_NV_parameter_buffer_object, 
    GL_NV_parameter_buffer_object2, GL_NV_path_rendering, 
    GL_NV_pixel_data_range, GL_NV_point_sprite, GL_NV_primitive_restart, 
    GL_NV_register_combiners, GL_NV_register_combiners2, 
    GL_NV_shader_atomic_counters, GL_NV_shader_atomic_float, 
    GL_NV_shader_buffer_load, GL_NV_shader_storage_buffer_object, 
    GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_compression_vtc, GL_NV_texture_env_combine4, 
    GL_NV_texture_expand_normal, GL_NV_texture_multisample, 
    GL_NV_texture_rectangle, GL_NV_texture_shader, GL_NV_texture_shader2, 
    GL_NV_texture_shader3, GL_NV_transform_feedback, 
    GL_NV_transform_feedback2, GL_NV_vdpau_interop, GL_NV_vertex_array_range, 
    GL_NV_vertex_array_range2, GL_NV_vertex_attrib_integer_64bit, 
    GL_NV_vertex_buffer_unified_memory, GL_NV_vertex_program, 
    GL_NV_vertex_program1_1, GL_NV_vertex_program2, 
    GL_NV_vertex_program2_option, GL_NV_vertex_program3, GL_S3_s3tc, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_lod, GL_SGIX_depth_texture, 
    GL_SGIX_shadow, GL_SUN_slice_accum

20 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x021 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x022 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x097 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x098 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x099 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None
0x09b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x09c 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x09d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x09f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a0 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a1 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0a2 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0a3 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None
0x0a4 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a5 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 None
0x0a6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x0a7 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None
0x06a 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None

311 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------------
0x105 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  0 0 None
0x106 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  0 0 None
0x107 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  0 0 None
0x108 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  0 0 None
0x109 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  0 0 None
0x10a 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  0 0 None
0x10b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  0 0 None
0x10c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  0 0 None
0x10d 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  0 0 None
0x10e 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  0 0 None
0x10f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  0 0 None
0x110 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  0 0 None
0x111 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  0 0 None
0x112 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  0 0 None
0x113 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  0 0 None
0x114 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  0 0 None
0x115 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4  0  0 16 16 16 16  0 0 None
0x116 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4  0  0 16 16 16 16  0 0 None
0x117 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4  0  0 16 16 16 16  0 0 None
0x118 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4  0  0 16 16 16 16  0 0 None
0x119 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4  0  0 16 16 16 16  0 0 None
0x11a 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4  0  0 16 16 16 16  0 0 None
0x11b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4  0  0 16 16 16 16  0 0 None
0x11c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4  0  0 16 16 16 16  0 0 None
0x11d 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x11e 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x11f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x120 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x121 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x122 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x123 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x124 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x125 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x126 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x127 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x128 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x129 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x12a 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x12b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x12c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x12d 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x12e 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x12f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x130 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x131 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x132 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x133 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x134 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x135 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x136 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x137 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x138 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x139 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x13a 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x13b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x13c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x13d 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x13e 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x13f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x140 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x141 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x142 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x143 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x144 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x145 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x146 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x147 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x148 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x149 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x14a 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x14b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x14c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x14d 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x14e 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x14f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x150 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x151 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x152 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x153 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x154 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x155 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x156 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x157 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x158 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x159 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x15a 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x15b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x15c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x15d 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x15e 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x15f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x160 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x161 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x162 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x163 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x164 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x165 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x166 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x167 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x168 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x169 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x16a 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x16b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x16c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x16d 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x16e 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x16f 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x170 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x171 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x172 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x173 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x174 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x175 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x176 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x177 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x178 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x179 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x17a 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x17b 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x17c 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x17d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x17e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x17f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x180 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x181 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x182 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x183 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x184 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x185 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x186 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x187 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x188 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x189 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x18a 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x18b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x18c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x18d 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x18e 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x18f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x190 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x191 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x192 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x193 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x194 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x195 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x196 24 dc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x197 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x198 24 dc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x199 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x19a 24 dc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x19b 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x19c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x19d 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  0 0 None
0x19e 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  0 0 None
0x19f 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  0 0 None
0x1a0 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  0 0 None
0x1a1 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  0 0 None
0x1a2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  0 0 None
0x1a3 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  0 0 None
0x1a4 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  0 0 None
0x1a5 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1a6 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4  0  0 16 16 16 16  0 0 None
0x1a7 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1a8 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4  0  0 16 16 16 16  0 0 None
0x1a9 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x1aa 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x1ab 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x1ac 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x1ad 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x1ae 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  2 1 Ncon
0x1af 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x1b0 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  4 1 Ncon
0x1b1 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x1b2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x1b3 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x1b4 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x1b5 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x1b6 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  2 1 Ncon
0x1b7 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x1b8 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  4 1 Ncon
0x1b9 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x1ba 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x1bb 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1bc 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1bd 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x1be 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x1bf 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1c0 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1c1 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x1c2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x1c3 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1c4 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1c5 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x1c6 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x1c7 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1c8 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1c9 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x1ca 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x1cb 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1cc 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1cd 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1ce 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1cf 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x1d0 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16  8 1 Ncon
0x1d1 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1d2 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1d3 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1d4 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 16 1 Ncon
0x1d5 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x1d6 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x1d7 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1d8 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1d9 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1da 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1db 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x1dc 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16  8 1 Ncon
0x1dd 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1de 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1df 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1e0 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 16 1 Ncon
0x1e1 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x1e2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x1e3 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x1e4 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  0 16 16 16 16 32 1 Ncon
0x1e5 24 tc  0  32  0 r  y .   8  8  8  0 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x1e6 24 tc  0  32  0 r  y .   8  8  8  8 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x1e7 24 tc  0  32  0 r  . .   8  8  8  0 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x1e8 24 tc  0  32  0 r  . .   8  8  8  8 .  .  4 24  8 16 16 16 16 32 1 Ncon
0x1e9  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 16  0 16 16 16 16  0 0 None
0x1ea  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 16  0 16 16 16 16  0 0 None
0x1eb  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x1ec  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  0 16 16 16 16  0 0 None
0x1ed  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x1ee  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4 24  8 16 16 16 16  0 0 None
0x1ef  0 sg  0  16  0 r  y .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1f0  0 sg  0  16  0 r  . .   5  6  5  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1f1  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 16  0 16 16 16 16  0 0 None
0x1f2  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x1f3  0 sg  0   0  0 r  . .   0  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x1f4  0 sg  0  32  0 r  . .  16 16  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1f5  0 sg  0  32  0    . .  16 16  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1f6  0 sg  0  32  0 r  y .  16 16  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1f7  0 sg  0  32  0    y .  16 16  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1f8  0 sg  0  32  0 r  . .  32  0  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1f9  0 sg  0  32  0    . .  32  0  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1fa  0 sg  0  32  0 r  y .  32  0  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1fb  0 sg  0  32  0    y .  32  0  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x1fc  0 sg  0  64  0 r  . .  16 16 16 16 .  .  4  0  0 16 16 16 16  0 0 None
0x1fd  0 sg  0  64  0    . .  16 16 16 16 .  .  4  0  0 16 16 16 16  0 0 None
0x1fe  0 sg  0  64  0 r  y .  16 16 16 16 .  .  4  0  0 16 16 16 16  0 0 None
0x1ff  0 sg  0  64  0    y .  16 16 16 16 .  .  4  0  0 16 16 16 16  0 0 None
0x200  0 sg  0 128  0 r  . .  32 32 32 32 .  .  4  0  0 16 16 16 16  0 0 None
0x201  0 sg  0 128  0    . .  32 32 32 32 .  .  4  0  0 16 16 16 16  0 0 None
0x202  0 sg  0 128  0 r  y .  32 32 32 32 .  .  4  0  0 16 16 16 16  0 0 None
0x203  0 sg  0 128  0    y .  32 32 32 32 .  .  4  0  0 16 16 16 16  0 0 None
0x204  0 sg  0  32  0 r  . .  16 16  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x205  0 sg  0  32  0    . .  16 16  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x206  0 sg  0  32  0 r  y .  16 16  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x207  0 sg  0  32  0    y .  16 16  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x208  0 sg  0  32  0 r  . .  16 16  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x209  0 sg  0  32  0    . .  16 16  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x20a  0 sg  0  32  0 r  y .  16 16  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x20b  0 sg  0  32  0    y .  16 16  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x20c  0 sg  0  32  0 r  . .  32  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x20d  0 sg  0  32  0    . .  32  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x20e  0 sg  0  32  0 r  y .  32  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x20f  0 sg  0  32  0    y .  32  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x210  0 sg  0  32  0 r  . .  32  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x211  0 sg  0  32  0    . .  32  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x212  0 sg  0  32  0 r  y .  32  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x213  0 sg  0  32  0    y .  32  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x214  0 sg  0  64  0 r  . .  16 16 16 16 .  .  4 24  0 16 16 16 16  0 0 None
0x215  0 sg  0  64  0    . .  16 16 16 16 .  .  4 24  0 16 16 16 16  0 0 None
0x216  0 sg  0  64  0 r  y .  16 16 16 16 .  .  4 24  0 16 16 16 16  0 0 None
0x217  0 sg  0  64  0    y .  16 16 16 16 .  .  4 24  0 16 16 16 16  0 0 None
0x218  0 sg  0  64  0 r  . .  16 16 16 16 .  .  4 24  8 16 16 16 16  0 0 None
0x219  0 sg  0  64  0    . .  16 16 16 16 .  .  4 24  8 16 16 16 16  0 0 None
0x21a  0 sg  0  64  0 r  y .  16 16 16 16 .  .  4 24  8 16 16 16 16  0 0 None
0x21b  0 sg  0  64  0    y .  16 16 16 16 .  .  4 24  8 16 16 16 16  0 0 None
0x21c  0 sg  0 128  0 r  . .  32 32 32 32 .  .  4 24  0 16 16 16 16  0 0 None
0x21d  0 sg  0 128  0    . .  32 32 32 32 .  .  4 24  0 16 16 16 16  0 0 None
0x21e  0 sg  0 128  0 r  y .  32 32 32 32 .  .  4 24  0 16 16 16 16  0 0 None
0x21f  0 sg  0 128  0    y .  32 32 32 32 .  .  4 24  0 16 16 16 16  0 0 None
0x220  0 sg  0 128  0 r  . .  32 32 32 32 .  .  4 24  8 16 16 16 16  0 0 None
0x221  0 sg  0 128  0    . .  32 32 32 32 .  .  4 24  8 16 16 16 16  0 0 None
0x222  0 sg  0 128  0 r  y .  32 32 32 32 .  .  4 24  8 16 16 16 16  0 0 None
0x223  0 sg  0 128  0    y .  32 32 32 32 .  .  4 24  8 16 16 16 16  0 0 None
0x224  0 sg  0  16  0 r  . .  16  0  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x225  0 sg  0  16  0    . .  16  0  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x226  0 sg  0  16  0 r  y .  16  0  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x227  0 sg  0  16  0    y .  16  0  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x228  0 sg  0  64  0 r  . .  32 32  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x229  0 sg  0  64  0    . .  32 32  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x22a  0 sg  0  64  0 r  y .  32 32  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x22b  0 sg  0  64  0    y .  32 32  0  0 .  .  4  0  0 16 16 16 16  0 0 None
0x22c  0 sg  0  16  0 r  . .  16  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x22d  0 sg  0  16  0    . .  16  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x22e  0 sg  0  16  0 r  y .  16  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x22f  0 sg  0  16  0    y .  16  0  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x230  0 sg  0  16  0 r  . .  16  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x231  0 sg  0  16  0    . .  16  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x232  0 sg  0  16  0 r  y .  16  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x233  0 sg  0  16  0    y .  16  0  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x234  0 sg  0  64  0 r  . .  32 32  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x235  0 sg  0  64  0    . .  32 32  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x236  0 sg  0  64  0 r  y .  32 32  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x237  0 sg  0  64  0    y .  32 32  0  0 .  .  4 24  0 16 16 16 16  0 0 None
0x238  0 sg  0  64  0 r  . .  32 32  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x239  0 sg  0  64  0    . .  32 32  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x23a  0 sg  0  64  0 r  y .  32 32  0  0 .  .  4 24  8 16 16 16 16  0 0 None
0x23b  0 sg  0  64  0    y .  32 32  0  0 .  .  4 24  8 16 16 16 16  0 0 None

[ 2740.889251] [DEBUG]SIGCHILD received, but wait failed with No child processes
[ 2740.889279] [DEBUG]Socket closed.
[ 2740.889294] [DEBUG]Killing all remaining processes.
raphael@debian:~$

nie wiem dlaczego, ale z -vv działa, z -v jeszcze nie. Przecież:

Kod:

  -v, --verbose           increase the verbosity level of log messages. It
                            can be specified up to two times (or five if
                            --quiet is used)

Offline

 

#37  2014-04-05 19:01:04

  einsam - Użytkownik

einsam
Użytkownik
Zarejestrowany: 2008-06-24

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

yossarian napisał(-a):

No ale nouveau jest cienkie i ssie ;)

Ale ssie jakby coraz mniej.
Normalnie się wzruszyłem, uruchamiając iso ubuntu, a tam działa dźwięk po hdmi.

Offline

 

#38  2014-04-06 05:17:57

  darius - Użytkownik

darius
Użytkownik
Skąd: Paryz/Wilanow
Zarejestrowany: 2014-03-21

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

http://www.geforce.com/hardware/notebook-gpus/geforce-gt-750m

michael napisał(-a):

sterowniki bezpośrednio od nvidii: NVIDIA-Linux-x86_64-331.49.run

Wybrales najgorszy sposob na instalacje/uzywanie pilota !  Masz to w repo i Twoja karta GeForce GT 750M moze smialo dzialac pod tym sterownikiem => obslugiwane produkty.

Musisz absolutnie zlikwidowac / wyeksterminiwac .run  Pokaz mi czy ma jedna czy dwie linie ?

Kod:

lspci | grep VGA

Jezeli masz tylko jedna linie to znaczy, ze Twoj laptop nie potrzebuje systemu boum-boum. Przyklad gdzie musisz sie tym zajac ;

Kod:

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: nVidia Corporation GF108 [GeForce GT 540M] (rev ff)

I dopiero wtedy aktualizujesz sytem

Kod:

apt-get update

Instalujesz bumblebee

Kod:

apt-get install bumblebee mesa-utils

Poniewaz to nie jest zautomatyzowane, dodajesz

Kod:

groupadd bumblebee

Dorzucasz uzytkownika do grupy (oczywiscie wstawiasz Twoj USER)

Kod:

usermod -G -a $USER bumblebee

RESETUJESZ laptopa i powinno dzialac (pojecie wzgledne bo juz .run narozrabial)

Kod:

# aptitude --purge '~i nvidia'

Sprawdzasz vrms

Kod:

# apt-get install vrms

czy cos zostalo z nvidia i usuwasz recznie.

Sprawdzasz pilota ;

Kod:

 $ grep -B2 'Module class: X.Org Video Driver' /var/log/Xorg.0.log

I Wszystko wiesz. :)

Ostatnio edytowany przez darius (2014-04-06 05:18:59)


Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux

Offline

 

#39  2014-04-06 10:10:03

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

@darius:
Chciałem tylko zauważyć, że problem został już dawno rozwiązany poprzez instalację Bumblebee zgodnie z instrukcjami na wiki.

Offline

 

#40  2014-04-06 10:59:19

  darius - Użytkownik

darius
Użytkownik
Skąd: Paryz/Wilanow
Zarejestrowany: 2014-03-21

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Nie bardzo Ciebie rozumiem. Ostatni post proszacego o rade michael datuje 2014-04-04 23:22:22

Poczytalem tez logi i dziala na 50% (problem z Gnome) duzo ludzi uzywa fallback a nie Shell. Poza tym wydaje mi sie, ze ma zainstalowane 2 sterowniki nvidia.

Ostatnio edytowany przez darius (2014-04-06 11:23:06)


Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux

Offline

 

#41  2014-04-06 13:06:27

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

darius napisał(-a):

Nie bardzo Ciebie rozumiem. Ostatni post proszacego o rade michael datuje 2014-04-04 23:22:22

Poczytalem tez logi i dziala na 50% (problem z Gnome) duzo ludzi uzywa fallback a nie Shell. Poza tym wydaje mi sie, ze ma zainstalowane 2 sterowniki nvidia.

Jak na protezę, bo tym właśnie jest bumblebee, działa całkiem dobrze:

michael napisał(-a):

Kod:

[ 2739.859556] [DEBUG]Active configuration:
[ 2739.859561] [DEBUG] bumblebeed config file: /etc/bumblebee/bumblebee.conf
[ 2739.859567] [DEBUG] X display: :8
[ 2739.859572] [DEBUG] LD_LIBRARY_PATH: /usr/lib/x86_64-linux-gnu/nvidia:/usr/lib/i386-linux-gnu/nvidia:/usr/lib/nvidia
[ 2739.859577] [DEBUG] Socket path: /var/run/bumblebee.socket
[ 2739.859583] [DEBUG] Accel/display bridge: auto
[ 2739.859588] [DEBUG] VGL Compression: proxy
[ 2739.859594] [DEBUG] VGLrun extra options: 
[ 2739.859599] [DEBUG] Primus LD Path: /usr/lib/x86_64-linux-gnu/primus:/usr/lib/i386-linux-gnu/primus:/usr/lib/primus:/usr/lib32/primus
[ 2739.859621] [DEBUG]Using auto-detected bridge primus
[ 2740.797571] [INFO]Response: Yes. X is active.

[ 2740.797596] [INFO]Running application using primus.
[ 2740.797697] [DEBUG]Process glxinfo started, PID 4683.
…
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
…
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 750M/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 331.49
OpenGL core profile shading language version string: 4.30 NVIDIA via Cg compiler

Są nawet obrazki:
http://forum.dug.net.pl/viewtopic.php?pid=262129#p262129

Ostatnio edytowany przez yossarian (2014-04-06 13:13:51)

Offline

 

#42  2014-04-06 14:13:35

  darius - Użytkownik

darius
Użytkownik
Skąd: Paryz/Wilanow
Zarejestrowany: 2014-03-21

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Nie zamierzam sie z toba sprzeczac ! wlasnie te obrazki "mowia" ze boum-boum nie bardzo dziala poniewaz kolka kreca za wolno.

304 frames in 5.0 seconds = 60fps (frames per seconds)

optirun glxgears powinien "krecic" grubo ponad 1000 fps

I tak ide do okulisty ale nie widze w jego instalacji linux-headers

Kod:

apt-cache policy linux-headers-3.13-1-amd64
linux-headers-3.13-1-amd64:
  Installé : 3.13.7-1
  Candidat : 3.13.7-1
 Table de version :
 *** 3.13.7-1 0
        990 http://cdn.debian.net/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status

Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux

Offline

 

#43  2014-04-06 14:26:39

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

darius napisał(-a):

Nie zamierzam sie z toba sprzeczac ! wlasnie te obrazki "mowia" ze boum-boum nie bardzo dziala poniewaz kolka kreca za wolno.

304 frames in 5.0 seconds = 60fps (frames per seconds)

optirun glxgears powinien "krecic" grubo ponad 1000 fps

Nie wiadomo czy nie ma włączonej synchronizacji. Wtedy ten wynik jest prawidłowy.
Autor wątku nie sygnalizował problemów z powolnym działaniem nvidii.

I tak ide do okulisty ale nie widze w jego instalacji linux-headers

Kod:

apt-cache policy linux-headers-3.13-1-amd64
linux-headers-3.13-1-amd64:
  Installé : 3.13.7-1
  Candidat : 3.13.7-1
 Table de version :
 *** 3.13.7-1 0
        990 http://cdn.debian.net/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status

Bez nagłówków nie skompilował by się moduł nvidii…
Poza tym w instrukcji instalacji jądra były podane również nagłówki.

Nie wiem do czego zmierzasz.
Jak autor będzie miał z czymś jeszcze problem, do napisze sam.
Chyba nagle nie utracił umiejętności pisania.

Ostatnio edytowany przez yossarian (2014-04-06 14:30:23)

Offline

 

#44  2014-04-06 15:17:02

  darius - Użytkownik

darius
Użytkownik
Skąd: Paryz/Wilanow
Zarejestrowany: 2014-03-21

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Jak autor będzie miał z czymś jeszcze problem, do napisze sam.

No i o to chodzi. Strzaleczka.


Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux

Offline

 

#45  2014-04-06 18:06:47

  michael - Użytkownik

michael
Użytkownik
Zarejestrowany: 2011-12-01

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

Działa, można oznaczyć jako SOLVED :)

Offline

 

#46  2014-04-06 18:14:29

  yossarian - Szczawiożerca

yossarian
Szczawiożerca
Skąd: Shangri-La
Zarejestrowany: 2011-04-25

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

michael napisał(-a):

Działa, można oznaczyć jako SOLVED :)

To oznacz bo niektórzy już zaczynają szukać dziury w całym ;)

Offline

 

#47  2014-04-06 22:19:36

  darius - Użytkownik

darius
Użytkownik
Skąd: Paryz/Wilanow
Zarejestrowany: 2014-03-21

Re: [SOLVED] Nvidia GT 750M No NVIDIA GPU detected.

“Manus manum lavat”


Linux debian 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux

Offline

 

Stopka forum

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson
To nie jest tylko forum, to nasza mała ojczyzna ;-)