Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------------------Errors and stuff--------------------
- daniel@linux-ychl:~> glxgears
- Xlib: extension "GLX" missing on display ":0.0".
- glxgears: Error: couldn't get an RGB, Double-buffered visual.
- daniel@linux-ychl:~> optirun glxgears
- [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "extmod" (module does not exist, 0)
- [WARN]The Bumblebee server was not available.
- Xlib: extension "GLX" missing on display ":0.0".
- glxgears: Error: couldn't get an RGB, Double-buffered visual.
- daniel@linux-ychl:~> glxinfo
- name of display: :0.0
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- Error: couldn't find RGB GLX visual
- visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
- id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
- ----------------------------------------------------------------------
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- 0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- 0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- 0x5d 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
- daniel@linux-ychl:~> optirun glxinfo
- [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "extmod" (module does not exist, 0)
- [WARN]The Bumblebee server was not available.
- name of display: :0.0
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- Error: couldn't find RGB GLX visual
- visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
- id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
- ----------------------------------------------------------------------
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- 0x21 24 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- 0x22 24 dc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
- Xlib: extension "GLX" missing on display ":0.0".
- Xlib: extension "GLX" missing on display ":0.0".
- 0x5d 32 tc 1 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
- --------------------/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=nvidia
- ## Client options. Will take effect on the next optirun executed.
- [optirun]
- # The method used for VirtualGL to transport frames between X servers.
- # Possible values are proxy, jpeg, rgb, xv and yuv.
- VGLTransport=proxy
- # Should the program run under optirun even if Bumblebee server or nvidia card
- # is not available?
- AllowFallbackToIGC=true
- # 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
- # 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
- Module=nvidia
- PMMethod=auto
- # colon-separated path to the nvidia libraries
- LibraryPath=/usr/X11R6/lib/:/usr/X11R6/lib64/:/usr/lib/:/usr/lib64:/usr/lib64/vdpau:/usr/lib64/tls:/usr/lib/vdpau:usr/lib/tls
- # comma-separated path of the directory containing nvidia_drv.so and the
- # default Xorg modules path
- XorgModulePath=/usr/lib64/xorg/modules/updates/drivers,/usr/lib64/xorg/modules/updates/extensions
- 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
- --------------------/etc/bumblebee/xorg.conf.nvidia--------------------
- Section "ServerLayout"
- Identifier "Layout0"
- Option "AutoAddDevices" "false"
- EndSection
- Section "Device"
- Identifier "Device1"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- Option "NoLogo" "true"
- Option "UseEDID" "false"
- Option "ConnectedMonitor" "DFP"
- # ModulePath "/usr/lib64/nvidia/xorg/modules/updates,/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules"
- EndSection
- #Section "Files"
- # ModulePatch "/usr/lib64/nvidia/xorg/modules/updates,/usr/lib64/xorg/modules,/usr/lib64/xorg/modules"
- #EndSection
- --------------------/etc/X11/xorg.conf--------------------
- Section "ServerLayout"
- Identifier "X.org Configured"
- Screen 0 "Screen0" 0 0
- InputDevice "Mouse0" "CorePointer"
- InputDevice "Keyboard0" "CoreKeyboard"
- EndSection
- Section "Files"
- ModulePath "/usr/lib64/xorg/modules/updates"
- ModulePath "/usr/lib64/xorg/modules"
- FontPath "/usr/share/fonts/misc:unscaled"
- FontPath "/usr/share/fonts/Type1/"
- FontPath "/usr/share/fonts/100dpi:unscaled"
- FontPath "/usr/share/fonts/75dpi:unscaled"
- FontPath "/usr/share/fonts/URW/"
- FontPath "/usr/share/fonts/cyrillic:unscaled"
- FontPath "/usr/share/fonts/truetype/"
- FontPath "built-ins"
- EndSection
- Section "Module"
- Load "dbe"
- Load "dri2"
- Load "dri"
- Load "record"
- Load "vnc"
- Load "glx"
- EndSection
- Section "InputDevice"
- Identifier "Keyboard0"
- Driver "kbd"
- EndSection
- Section "InputDevice"
- Identifier "Mouse0"
- Driver "mouse"
- Option "Protocol" "auto"
- Option "Device" "/dev/input/mice"
- Option "ZAxisMapping" "4 5 6 7"
- EndSection
- Section "Monitor"
- Identifier "Monitor0"
- VendorName "Monitor Vendor"
- ModelName "Monitor Model"
- EndSection
- Section "ServerLayout"
- Identifier "Layout0"
- Option "AutoAddDevices" "false"
- EndSection
- Section "Device"
- Identifier "Device1"
- Driver "nvidia"
- VendorName "NVIDIA Corporation"
- EndSection
- Section "Device"
- Identifier "Device2"
- Driver "intel"
- BusID "PCI:0:2:0"
- EndSection
- Section "Screen"
- Identifier "Screen0"
- Device "Device2"
- Monitor "Monitor0"
- SubSection "Display"
- Viewport 0 0
- Depth 1
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 4
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 8
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 15
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 16
- EndSubSection
- SubSection "Display"
- Viewport 0 0
- Depth 24
- EndSubSection
- EndSection
- --------------------/var/log/Xorg.8.log--------------------
- [ 258.244]
- X.Org X Server 1.10.4
- Release Date: 2011-08-19
- [ 258.244] X Protocol Version 11, Revision 0
- [ 258.244] Build Operating System: openSUSE SUSE LINUX
- [ 258.244] Current Operating System: Linux linux-ychl.site 3.1.10-1.9-desktop #1 SMP PREEMPT Thu Apr 5 18:48:38 UTC 2012 (4a97ec8) x86_64
- [ 258.244] Kernel command line: root=/dev/disk/by-id/ata-ST9750420AS_6WS0SR28-part5
- [ 258.244] Build Date: 10 November 2011 03:34:36PM
- [ 258.244]
- [ 258.244] Current version of pixman: 0.24.0
- [ 258.244] Before reporting problems, check http://wiki.x.org
- to make sure that you have the latest version.
- [ 258.244] Markers: (--) probed, (**) from config file, (==) default setting,
- (++) from command line, (!!) notice, (II) informational,
- (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
- [ 258.244] (==) Log file: "/var/log/Xorg.8.log", Time: Sun Jun 3 21:05:14 2012
- [ 258.244] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
- [ 258.244] (==) Using config directory: "/etc/X11/xorg.conf.d"
- [ 258.244] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
- [ 258.252] (==) ServerLayout "Layout0"
- [ 258.252] (==) No screen section available. Using defaults.
- [ 258.252] (**) |-->Screen "Default Screen Section" (0)
- [ 258.252] (**) | |-->Monitor "<default monitor>"
- [ 258.252] (==) No device specified for screen "Default Screen Section".
- Using the first device section listed.
- [ 258.252] (**) | |-->Device "Device1"
- [ 258.252] (==) No monitor specified for screen "Default Screen Section".
- Using a default monitor configuration.
- [ 258.252] (**) Option "AutoAddDevices" "false"
- [ 258.252] (**) Not automatically adding devices
- [ 258.252] (==) Automatically enabling devices
- [ 258.252] (==) FontPath set to:
- /usr/share/fonts/misc:unscaled,
- /usr/share/fonts/Type1/,
- /usr/share/fonts/100dpi:unscaled,
- /usr/share/fonts/75dpi:unscaled,
- /usr/share/fonts/URW/,
- /usr/share/fonts/cyrillic:unscaled,
- /usr/share/fonts/truetype/,
- built-ins
- [ 258.252] (++) ModulePath set to "/usr/lib64/xorg/modules/updates/drivers,/usr/lib64/xorg/modules/updates/extensions"
- [ 258.252] (==) |-->Input Device "<default pointer>"
- [ 258.252] (==) |-->Input Device "<default keyboard>"
- [ 258.252] (==) The core pointer device wasn't specified explicitly in the layout.
- Using the default mouse configuration.
- [ 258.252] (==) The core keyboard device wasn't specified explicitly in the layout.
- Using the default keyboard configuration.
- [ 258.252] (II) Loader magic: 0x7d9140
- [ 258.252] (II) Module ABI versions:
- [ 258.252] X.Org ANSI C Emulation: 0.4
- [ 258.252] X.Org Video Driver: 10.0
- [ 258.252] X.Org XInput driver : 12.2
- [ 258.252] X.Org Server Extension : 5.0
- [ 258.253] (--) PCI:*(0:1:0:0) 10de:0df4:1028:050e rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
- [ 258.253] (II) Open ACPI successful (/var/run/acpid.socket)
- [ 258.253] (II) LoadModule: "extmod"
- [ 258.253] (WW) Warning, couldn't open module extmod
- [ 258.253] (II) UnloadModule: "extmod"
- [ 258.253] (II) Unloading extmod
- [ 258.253] (EE) Failed to load module "extmod" (module does not exist, 0)
- [ 258.253] (II) LoadModule: "dbe"
- [ 258.253] (WW) Warning, couldn't open module dbe
- [ 258.253] (II) UnloadModule: "dbe"
- [ 258.253] (II) Unloading dbe
- [ 258.253] (EE) Failed to load module "dbe" (module does not exist, 0)
- [ 258.253] (II) LoadModule: "glx"
- [ 258.253] (II) Loading /usr/lib64/xorg/modules/updates/extensions/libglx.so
- [ 258.302] (II) Module glx: vendor="NVIDIA Corporation"
- [ 258.302] compiled for 4.0.2, module version = 1.0.0
- [ 258.302] Module class: X.Org Server Extension
- [ 258.302] (II) NVIDIA GLX Module 295.49 Tue May 1 00:09:10 PDT 2012
- [ 258.302] (II) Loading extension GLX
- [ 258.302] (II) LoadModule: "record"
- [ 258.302] (WW) Warning, couldn't open module record
- [ 258.302] (II) UnloadModule: "record"
- [ 258.302] (II) Unloading record
- [ 258.302] (EE) Failed to load module "record" (module does not exist, 0)
- [ 258.302] (II) LoadModule: "dri"
- [ 258.302] (WW) Warning, couldn't open module dri
- [ 258.302] (II) UnloadModule: "dri"
- [ 258.302] (II) Unloading dri
- [ 258.302] (EE) Failed to load module "dri" (module does not exist, 0)
- [ 258.302] (II) LoadModule: "dri2"
- [ 258.302] (WW) Warning, couldn't open module dri2
- [ 258.302] (II) UnloadModule: "dri2"
- [ 258.302] (II) Unloading dri2
- [ 258.302] (EE) Failed to load module "dri2" (module does not exist, 0)
- [ 258.302] (II) LoadModule: "nvidia"
- [ 258.302] (II) Loading /usr/lib64/xorg/modules/updates/drivers/nvidia_drv.so
- [ 258.374] (II) Module nvidia: vendor="NVIDIA Corporation"
- [ 258.379] compiled for 4.0.2, module version = 1.0.0
- [ 258.379] Module class: X.Org Video Driver
- [ 258.406] (II) LoadModule: "mouse"
- [ 258.406] (WW) Warning, couldn't open module mouse
- [ 258.406] (II) UnloadModule: "mouse"
- [ 258.406] (II) Unloading mouse
- [ 258.406] (EE) Failed to load module "mouse" (module does not exist, 0)
- [ 258.406] (II) LoadModule: "kbd"
- [ 258.406] (WW) Warning, couldn't open module kbd
- [ 258.406] (II) UnloadModule: "kbd"
- [ 258.406] (II) Unloading kbd
- [ 258.406] (EE) Failed to load module "kbd" (module does not exist, 0)
- [ 258.406] (II) NVIDIA dlloader X Driver 295.49 Mon Apr 30 23:48:24 PDT 2012
- [ 258.406] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
- [ 258.406] (--) using VT number 7
- [ 258.413] (II) Loading sub module "fb"
- [ 258.413] (II) LoadModule: "fb"
- [ 258.413] (WW) Warning, couldn't open module fb
- [ 258.413] (II) UnloadModule: "fb"
- [ 258.413] (II) Unloading fb
- [ 258.413] (EE) Failed to load module "fb" (module does not exist, 0)
- [ 258.413] (EE) NVIDIA: Failed to load the fb module.
- [ 258.413] (EE) No devices detected.
- [ 258.413]
- Fatal server error:
- [ 258.413] no screens found
- [ 258.413]
- Please consult the The X.Org Foundation support
- at http://wiki.x.org
- for help.
- [ 258.413] Please also check the log file at "/var/log/Xorg.8.log" for additional information.
- [ 258.413]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement