Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2012
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --------------------Errors and stuff--------------------
  2. daniel@linux-ychl:~> glxgears
  3. Xlib:  extension "GLX" missing on display ":0.0".
  4. glxgears: Error: couldn't get an RGB, Double-buffered visual.
  5.  
  6.  
  7. daniel@linux-ychl:~> optirun glxgears
  8. [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "extmod" (module does not exist, 0)
  9.  
  10. [WARN]The Bumblebee server was not available.
  11. Xlib:  extension "GLX" missing on display ":0.0".
  12. glxgears: Error: couldn't get an RGB, Double-buffered visual.
  13.  
  14.  
  15. daniel@linux-ychl:~> glxinfo
  16. name of display: :0.0
  17. Xlib:  extension "GLX" missing on display ":0.0".
  18. Xlib:  extension "GLX" missing on display ":0.0".
  19. Xlib:  extension "GLX" missing on display ":0.0".
  20. Error: couldn't find RGB GLX visual
  21.  
  22.   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
  23. id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  24. ----------------------------------------------------------------------
  25. Xlib:  extension "GLX" missing on display ":0.0".
  26. Xlib:  extension "GLX" missing on display ":0.0".
  27. 0x21 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
  28. Xlib:  extension "GLX" missing on display ":0.0".
  29. Xlib:  extension "GLX" missing on display ":0.0".
  30. 0x22 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
  31. Xlib:  extension "GLX" missing on display ":0.0".
  32. Xlib:  extension "GLX" missing on display ":0.0".
  33. 0x5d 32 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
  34.  
  35.  
  36. daniel@linux-ychl:~> optirun glxinfo
  37. [ERROR]Cannot access secondary GPU - error: [XORG] (EE) Failed to load module "extmod" (module does not exist, 0)
  38.  
  39. [WARN]The Bumblebee server was not available.
  40. name of display: :0.0
  41. Xlib:  extension "GLX" missing on display ":0.0".
  42. Xlib:  extension "GLX" missing on display ":0.0".
  43. Xlib:  extension "GLX" missing on display ":0.0".
  44. Error: couldn't find RGB GLX visual
  45.  
  46.    visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
  47.  id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
  48. ----------------------------------------------------------------------
  49. Xlib:  extension "GLX" missing on display ":0.0".
  50. Xlib:  extension "GLX" missing on display ":0.0".
  51. 0x21 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
  52. Xlib:  extension "GLX" missing on display ":0.0".
  53. Xlib:  extension "GLX" missing on display ":0.0".
  54. 0x22 24 dc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
  55. Xlib:  extension "GLX" missing on display ":0.0".
  56. Xlib:  extension "GLX" missing on display ":0.0".
  57. 0x5d 32 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None
  58.  
  59.  
  60. --------------------/etc/bumblebee/bumblebee.conf--------------------
  61.  
  62. # Configuration file for Bumblebee. Values should **not** be put between quotes
  63.  
  64. ## Server options. Any change made in this section will need a server restart
  65. # to take effect.
  66. [bumblebeed]
  67. # The secondary Xorg server DISPLAY number
  68. VirtualDisplay=:8
  69. # Should the unused Xorg server be kept running? Set this to true if waiting
  70. # for X to be ready is too long and don't need power management at all.
  71. KeepUnusedXServer=false
  72. # The name of the Bumbleblee server group name (GID name)
  73. ServerGroup=bumblebee
  74. # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
  75. # server exits.
  76. TurnCardOffAtExit=false
  77. # The default behavior of '-f' option on optirun. If set to "true", '-f' will
  78. # be ignored.
  79. NoEcoModeOverride=false
  80. # The Driver used by Bumblebee server. If this value is not set (or empty),
  81. # auto-detection is performed. The available drivers are nvidia and nouveau
  82. # (See also the driver-specific sections below)
  83. Driver=nvidia
  84.  
  85. ## Client options. Will take effect on the next optirun executed.
  86. [optirun]
  87. # The method used for VirtualGL to transport frames between X servers.
  88. # Possible values are proxy, jpeg, rgb, xv and yuv.
  89. VGLTransport=proxy
  90. # Should the program run under optirun even if Bumblebee server or nvidia card
  91. # is not available?
  92. AllowFallbackToIGC=true
  93.  
  94.  
  95. # Driver-specific settings are grouped under [driver-NAME]. The sections are
  96. # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
  97. # detection resolves to NAME).
  98. # PMMethod: method to use for saving power by disabling the nvidia card, valid
  99. # values are: auto - automatically detect which PM method to use
  100. #         bbswitch - new in BB 3, recommended if available
  101. #       switcheroo - vga_switcheroo method
  102. #             none - disable PM completely
  103. # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
  104.  
  105. ## Section with nvidia driver specific options, only parsed if Driver=nvidia
  106. [driver-nvidia]
  107. # Module name to load, defaults to Driver if empty or unset
  108. KernelDriver=nvidia
  109. Module=nvidia
  110. PMMethod=auto
  111. # colon-separated path to the nvidia libraries
  112. LibraryPath=/usr/X11R6/lib/:/usr/X11R6/lib64/:/usr/lib/:/usr/lib64:/usr/lib64/vdpau:/usr/lib64/tls:/usr/lib/vdpau:usr/lib/tls
  113. # comma-separated path of the directory containing nvidia_drv.so and the
  114. # default Xorg modules path
  115. XorgModulePath=/usr/lib64/xorg/modules/updates/drivers,/usr/lib64/xorg/modules/updates/extensions
  116. XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
  117.  
  118. ## Section with nouveau driver specific options, only parsed if Driver=nouveau
  119. [driver-nouveau]
  120. KernelDriver=nouveau
  121. PMMethod=auto
  122. XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
  123.  
  124.  
  125. --------------------/etc/bumblebee/xorg.conf.nvidia--------------------
  126.  
  127. Section "ServerLayout"
  128.     Identifier "Layout0"
  129.     Option "AutoAddDevices" "false"
  130. EndSection
  131.  
  132. Section "Device"
  133.     Identifier "Device1"
  134.     Driver "nvidia"
  135.     VendorName "NVIDIA Corporation"
  136.     Option "NoLogo" "true"
  137.     Option "UseEDID" "false"
  138.     Option "ConnectedMonitor" "DFP"
  139. #    ModulePath "/usr/lib64/nvidia/xorg/modules/updates,/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules"
  140. EndSection
  141.  
  142. #Section "Files"
  143. #    ModulePatch "/usr/lib64/nvidia/xorg/modules/updates,/usr/lib64/xorg/modules,/usr/lib64/xorg/modules"
  144. #EndSection
  145.  
  146.  
  147. --------------------/etc/X11/xorg.conf--------------------
  148.  
  149. Section "ServerLayout"
  150.     Identifier     "X.org Configured"
  151.     Screen      0  "Screen0" 0 0
  152.     InputDevice    "Mouse0" "CorePointer"
  153.     InputDevice    "Keyboard0" "CoreKeyboard"
  154. EndSection
  155.  
  156. Section "Files"
  157.     ModulePath   "/usr/lib64/xorg/modules/updates"
  158.     ModulePath   "/usr/lib64/xorg/modules"
  159.     FontPath     "/usr/share/fonts/misc:unscaled"
  160.     FontPath     "/usr/share/fonts/Type1/"
  161.     FontPath     "/usr/share/fonts/100dpi:unscaled"
  162.     FontPath     "/usr/share/fonts/75dpi:unscaled"
  163.     FontPath     "/usr/share/fonts/URW/"
  164.     FontPath     "/usr/share/fonts/cyrillic:unscaled"
  165.     FontPath     "/usr/share/fonts/truetype/"
  166.     FontPath     "built-ins"
  167. EndSection
  168.  
  169. Section "Module"
  170.     Load  "dbe"
  171.     Load  "dri2"
  172.     Load  "dri"
  173.     Load  "record"
  174.     Load  "vnc"
  175.     Load  "glx"
  176. EndSection
  177.  
  178. Section "InputDevice"
  179.     Identifier  "Keyboard0"
  180.     Driver      "kbd"
  181. EndSection
  182.  
  183. Section "InputDevice"
  184.     Identifier    "Mouse0"
  185.     Driver        "mouse"
  186.     Option        "Protocol" "auto"
  187.     Option        "Device" "/dev/input/mice"
  188.     Option        "ZAxisMapping" "4 5 6 7"
  189. EndSection
  190.  
  191. Section "Monitor"
  192.     Identifier   "Monitor0"
  193.     VendorName   "Monitor Vendor"
  194.     ModelName    "Monitor Model"
  195. EndSection
  196.  
  197. Section "ServerLayout"
  198.     Identifier "Layout0"
  199.     Option "AutoAddDevices" "false"
  200. EndSection
  201.  
  202. Section "Device"
  203.     Identifier "Device1"
  204.     Driver "nvidia"
  205.     VendorName "NVIDIA Corporation"
  206. EndSection
  207.  
  208. Section "Device"
  209.     Identifier  "Device2"
  210.     Driver      "intel"
  211.     BusID       "PCI:0:2:0"
  212. EndSection
  213.  
  214. Section "Screen"
  215.     Identifier "Screen0"
  216.     Device     "Device2"
  217.     Monitor    "Monitor0"
  218.     SubSection "Display"
  219.         Viewport   0 0
  220.         Depth     1
  221.     EndSubSection
  222.     SubSection "Display"
  223.         Viewport   0 0
  224.         Depth     4
  225.     EndSubSection
  226.     SubSection "Display"
  227.         Viewport   0 0
  228.         Depth     8
  229.     EndSubSection
  230.     SubSection "Display"
  231.         Viewport   0 0
  232.         Depth     15
  233.     EndSubSection
  234.     SubSection "Display"
  235.         Viewport   0 0
  236.         Depth     16
  237.     EndSubSection
  238.     SubSection "Display"
  239.         Viewport   0 0
  240.         Depth     24
  241.     EndSubSection
  242. EndSection
  243.  
  244. --------------------/var/log/Xorg.8.log--------------------
  245.  
  246. [   258.244]
  247. X.Org X Server 1.10.4
  248. Release Date: 2011-08-19
  249. [   258.244] X Protocol Version 11, Revision 0
  250. [   258.244] Build Operating System: openSUSE SUSE LINUX
  251. [   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
  252. [   258.244] Kernel command line: root=/dev/disk/by-id/ata-ST9750420AS_6WS0SR28-part5
  253. [   258.244] Build Date: 10 November 2011  03:34:36PM
  254. [   258.244]  
  255. [   258.244] Current version of pixman: 0.24.0
  256. [   258.244]    Before reporting problems, check http://wiki.x.org
  257.     to make sure that you have the latest version.
  258. [   258.244] Markers: (--) probed, (**) from config file, (==) default setting,
  259.     (++) from command line, (!!) notice, (II) informational,
  260.     (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  261. [   258.244] (==) Log file: "/var/log/Xorg.8.log", Time: Sun Jun  3 21:05:14 2012
  262. [   258.244] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
  263. [   258.244] (==) Using config directory: "/etc/X11/xorg.conf.d"
  264. [   258.244] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  265. [   258.252] (==) ServerLayout "Layout0"
  266. [   258.252] (==) No screen section available. Using defaults.
  267. [   258.252] (**) |-->Screen "Default Screen Section" (0)
  268. [   258.252] (**) |   |-->Monitor "<default monitor>"
  269. [   258.252] (==) No device specified for screen "Default Screen Section".
  270.     Using the first device section listed.
  271. [   258.252] (**) |   |-->Device "Device1"
  272. [   258.252] (==) No monitor specified for screen "Default Screen Section".
  273.     Using a default monitor configuration.
  274. [   258.252] (**) Option "AutoAddDevices" "false"
  275. [   258.252] (**) Not automatically adding devices
  276. [   258.252] (==) Automatically enabling devices
  277. [   258.252] (==) FontPath set to:
  278.     /usr/share/fonts/misc:unscaled,
  279.     /usr/share/fonts/Type1/,
  280.     /usr/share/fonts/100dpi:unscaled,
  281.     /usr/share/fonts/75dpi:unscaled,
  282.     /usr/share/fonts/URW/,
  283.     /usr/share/fonts/cyrillic:unscaled,
  284.     /usr/share/fonts/truetype/,
  285.     built-ins
  286. [   258.252] (++) ModulePath set to "/usr/lib64/xorg/modules/updates/drivers,/usr/lib64/xorg/modules/updates/extensions"
  287. [   258.252] (==) |-->Input Device "<default pointer>"
  288. [   258.252] (==) |-->Input Device "<default keyboard>"
  289. [   258.252] (==) The core pointer device wasn't specified explicitly in the layout.
  290.     Using the default mouse configuration.
  291. [   258.252] (==) The core keyboard device wasn't specified explicitly in the layout.
  292.     Using the default keyboard configuration.
  293. [   258.252] (II) Loader magic: 0x7d9140
  294. [   258.252] (II) Module ABI versions:
  295. [   258.252]    X.Org ANSI C Emulation: 0.4
  296. [   258.252]    X.Org Video Driver: 10.0
  297. [   258.252]    X.Org XInput driver : 12.2
  298. [   258.252]    X.Org Server Extension : 5.0
  299. [   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
  300. [   258.253] (II) Open ACPI successful (/var/run/acpid.socket)
  301. [   258.253] (II) LoadModule: "extmod"
  302. [   258.253] (WW) Warning, couldn't open module extmod
  303. [   258.253] (II) UnloadModule: "extmod"
  304. [   258.253] (II) Unloading extmod
  305. [   258.253] (EE) Failed to load module "extmod" (module does not exist, 0)
  306. [   258.253] (II) LoadModule: "dbe"
  307. [   258.253] (WW) Warning, couldn't open module dbe
  308. [   258.253] (II) UnloadModule: "dbe"
  309. [   258.253] (II) Unloading dbe
  310. [   258.253] (EE) Failed to load module "dbe" (module does not exist, 0)
  311. [   258.253] (II) LoadModule: "glx"
  312. [   258.253] (II) Loading /usr/lib64/xorg/modules/updates/extensions/libglx.so
  313. [   258.302] (II) Module glx: vendor="NVIDIA Corporation"
  314. [   258.302]    compiled for 4.0.2, module version = 1.0.0
  315. [   258.302]    Module class: X.Org Server Extension
  316. [   258.302] (II) NVIDIA GLX Module  295.49  Tue May  1 00:09:10 PDT 2012
  317. [   258.302] (II) Loading extension GLX
  318. [   258.302] (II) LoadModule: "record"
  319. [   258.302] (WW) Warning, couldn't open module record
  320. [   258.302] (II) UnloadModule: "record"
  321. [   258.302] (II) Unloading record
  322. [   258.302] (EE) Failed to load module "record" (module does not exist, 0)
  323. [   258.302] (II) LoadModule: "dri"
  324. [   258.302] (WW) Warning, couldn't open module dri
  325. [   258.302] (II) UnloadModule: "dri"
  326. [   258.302] (II) Unloading dri
  327. [   258.302] (EE) Failed to load module "dri" (module does not exist, 0)
  328. [   258.302] (II) LoadModule: "dri2"
  329. [   258.302] (WW) Warning, couldn't open module dri2
  330. [   258.302] (II) UnloadModule: "dri2"
  331. [   258.302] (II) Unloading dri2
  332. [   258.302] (EE) Failed to load module "dri2" (module does not exist, 0)
  333. [   258.302] (II) LoadModule: "nvidia"
  334. [   258.302] (II) Loading /usr/lib64/xorg/modules/updates/drivers/nvidia_drv.so
  335. [   258.374] (II) Module nvidia: vendor="NVIDIA Corporation"
  336. [   258.379]    compiled for 4.0.2, module version = 1.0.0
  337. [   258.379]    Module class: X.Org Video Driver
  338. [   258.406] (II) LoadModule: "mouse"
  339. [   258.406] (WW) Warning, couldn't open module mouse
  340. [   258.406] (II) UnloadModule: "mouse"
  341. [   258.406] (II) Unloading mouse
  342. [   258.406] (EE) Failed to load module "mouse" (module does not exist, 0)
  343. [   258.406] (II) LoadModule: "kbd"
  344. [   258.406] (WW) Warning, couldn't open module kbd
  345. [   258.406] (II) UnloadModule: "kbd"
  346. [   258.406] (II) Unloading kbd
  347. [   258.406] (EE) Failed to load module "kbd" (module does not exist, 0)
  348. [   258.406] (II) NVIDIA dlloader X Driver  295.49  Mon Apr 30 23:48:24 PDT 2012
  349. [   258.406] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
  350. [   258.406] (--) using VT number 7
  351.  
  352. [   258.413] (II) Loading sub module "fb"
  353. [   258.413] (II) LoadModule: "fb"
  354. [   258.413] (WW) Warning, couldn't open module fb
  355. [   258.413] (II) UnloadModule: "fb"
  356. [   258.413] (II) Unloading fb
  357. [   258.413] (EE) Failed to load module "fb" (module does not exist, 0)
  358. [   258.413] (EE) NVIDIA: Failed to load the fb module.
  359. [   258.413] (EE) No devices detected.
  360. [   258.413]
  361. Fatal server error:
  362. [   258.413] no screens found
  363. [   258.413]
  364. Please consult the The X.Org Foundation support
  365.      at http://wiki.x.org
  366.  for help.
  367. [   258.413] Please also check the log file at "/var/log/Xorg.8.log" for additional information.
  368. [   258.413]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement