Autor Tópico: OpenGL erro - Xlib: extension "GLX" missing on display ":0.0". - Ubuntu 11.4  (Lida 6780 vezes)

Offline brunous

  • Usuário Ubuntu
  • *
  • Mensagens: 20
    • Ver perfil
Estou começando com OpenGl e C++ no Ubuntu, mas sempre que vou compilar algum código usando as bibliotecas do Opengl, o console mostra esse erro:

Xlib:  extension "GLX" missing on display ":0.0".
freeglut (/diretório_codigo): OpenGL GLX extension not supported by display ':0.0'


Já busquei em alguns fóruns, mas até agora nenhum pode ajudar.. :/

« Última modificação: 13 de Novembro de 2011, 14:46 por brunous »

Offline fpissarra

  • Usuário Ubuntu
  • *
  • Mensagens: 246
    • Ver perfil
    • Lost in the e-Jungle
Re: OpenGL erro - Xlib: extension "GLX" missing on display ":0.0". - Ubuntu 11.4
« Resposta #1 Online: 12 de Novembro de 2011, 11:53 »
Estou começando com OpenGl e C++ no Ubuntu, mas sempre que vou compilar algum código usando as bibliotecas do Opengl, o console mostra esse erro:

Xlib:  extension "GLX" missing on display ":0.0".
freeglut (/diretório_codigo): OpenGL GLX extension not supported by display ':0.0'


Já busquei em alguns fóruns, mas até agora nenhum pode ajudar.. :/

Sem mais informações (driver, ambiente, modelo da placa de vídeo, etc) não é possível te ajudar...

Offline brunous

  • Usuário Ubuntu
  • *
  • Mensagens: 20
    • Ver perfil
Re: OpenGL erro - Xlib: extension "GLX" missing on display ":0.0". - Ubuntu 11.4
« Resposta #2 Online: 12 de Novembro de 2011, 12:31 »
Relatório a partir do Sysinfo

SYSTEM INFORMATION
   Running Ubuntu Linux, the Ubuntu 11.04 (natty) release.
   GNOME: 2.32.1 (Ubuntu 2011-04-14)
   Kernel version: 2.6.38-11-generic (#48-Ubuntu SMP Fri Jul 29 19:05:14 UTC 2011)
   GCC: 4.5.2 (i686-linux-gnu)
   Xorg: 1.10.1 (21 May 2011  11:38:35AM)
   Uptime: 0 days 0 h 6 min

CPU INFORMATION
   GenuineIntel, Intel(R) Pentium(R) Dual  CPU  E2200  @ 2.20GHz
   Number of CPUs: 2
   CPU clock currently at 2203.000 MHz with 1024 KB cache
   Numbering: family(6) model(15) stepping(13)
   Bogomips: 4399.39
   Flags: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dts

STORAGE INFORMATION
   SCSI device -  scsi2
      Vendor:  ATA     
      Model:  SAMSUNG HD161HJ 
   SCSI device -  scsi3
      Vendor:  TSSTcorp
      Model:  CDDVDW SH-S223F 

HARDWARE INFORMATION
MOTHERBOARD
   Host bridge
      Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
      Subsystem: Device 1b0a:0006
   PCI bridge(s)
      Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01) (prog-if 00 [Normal decode])
      Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 01) (prog-if 00 [Normal decode])
      Intel Corporation 82801 PCI Bridge (rev e1) (prog-if 01 [Subtractive decode])
   USB controller(s)
      Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01) (prog-if 00 [UHCI])
      Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01) (prog-if 00 [UHCI])
      Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01) (prog-if 00 [UHCI])
      Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01) (prog-if 00 [UHCI])
   ISA bridge
      Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
      Subsystem: Device 1b0a:0005
   IDE interface
      Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01) (prog-if 8f [Master SecP SecO PriP PriO])
      Subsystem: Device 1b0a:0005

GRAPHIC CARD
   VGA controller
      Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10) (prog-if 00 [VGA controller])
      Subsystem: Device 1b0a:0006

Offline brunous

  • Usuário Ubuntu
  • *
  • Mensagens: 20
    • Ver perfil
Re: OpenGL erro - Xlib: extension "GLX" missing on display ":0.0". - Ubuntu 11.4
« Resposta #3 Online: 12 de Novembro de 2011, 14:08 »
>> 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".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual or fbconfig

Xlib:  extension "GLX" missing on 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".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

Offline irtigor

  • Equipe Ubuntu
  • Usuário Ubuntu
  • *****
  • Mensagens: 4.344
  • Delete, delete, delete!
    • Ver perfil
Re: OpenGL erro - Xlib: extension "GLX" missing on display ":0.0". - Ubuntu 11.4
« Resposta #4 Online: 12 de Novembro de 2011, 18:31 »
Mostra o log do X (/var/log/Xorg.0.log).

--Use a tag code ou quote pra facilitar a leitura.

Offline brunous

  • Usuário Ubuntu
  • *
  • Mensagens: 20
    • Ver perfil
Re: OpenGL erro - Xlib: extension "GLX" missing on display ":0.0". - Ubuntu 11.4
« Resposta #5 Online: 13 de Novembro de 2011, 05:28 »
Código: [Selecionar]
[    45.263]
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    45.266] X Protocol Version 11, Revision 0
[    45.266] Build Operating System: Linux 2.6.24-28-server i686 Ubuntu
[    45.266] Current Operating System: Linux bruno-desktop 2.6.38-11-generic #48-Ubuntu SMP Fri Jul 29 19:05:14 UTC 2011 i686
[    45.266] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-11-generic root=UUID=f24f0685-f7ba-47d9-838b-9a129a6441bf ro splash vga=786 quiet splash vt.handoff=7
[    45.266] Build Date: 13 October 2011  05:38:22PM
[    45.266] xorg-server 2:1.10.1-1ubuntu1.3 (For technical support please see http://www.ubuntu.com/support)
[    45.266] Current version of pixman: 0.20.2
[    45.266] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[    45.266] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    45.266] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Nov 13 04:05:01 2011
[    45.267] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    45.279] (==) No Layout section.  Using the first Screen section.
[    45.279] (==) No screen section available. Using defaults.
[    45.280] (**) |-->Screen "Default Screen Section" (0)
[    45.280] (**) |   |-->Monitor "<default monitor>"
[    45.280] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[    45.280] (==) Automatically adding devices
[    45.280] (==) Automatically enabling devices
[    45.280] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[    45.280] Entry deleted from font path.
[    45.280] (==) 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,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[    45.280] (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[    45.280] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[    45.280] (II) Loader magic: 0x8200ac0
[    45.280] (II) Module ABI versions:
[    45.280] X.Org ANSI C Emulation: 0.4
[    45.280] X.Org Video Driver: 10.0
[    45.280] X.Org XInput driver : 12.3
[    45.280] X.Org Server Extension : 5.0
[    45.281] (--) PCI:*(0:0:2:0) 8086:29c2:1b0a:0006 rev 16, Mem @ 0xfea00000/524288, 0xd0000000/268435456, 0xfe900000/1048576, I/O @ 0x0000c800/8
[    45.281] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    45.281] (II) LoadModule: "extmod"
[    45.282] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    45.282] (II) Module extmod: vendor="X.Org Foundation"
[    45.282] compiled for 1.10.1, module version = 1.0.0
[    45.282] Module class: X.Org Server Extension
[    45.282] ABI class: X.Org Server Extension, version 5.0
[    45.282] (II) Loading extension MIT-SCREEN-SAVER
[    45.282] (II) Loading extension XFree86-VidModeExtension
[    45.282] (II) Loading extension XFree86-DGA
[    45.282] (II) Loading extension DPMS
[    45.282] (II) Loading extension XVideo
[    45.282] (II) Loading extension XVideo-MotionCompensation
[    45.282] (II) Loading extension X-Resource
[    45.282] (II) LoadModule: "dbe"
[    45.283] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    45.283] (II) Module dbe: vendor="X.Org Foundation"
[    45.283] compiled for 1.10.1, module version = 1.0.0
[    45.283] Module class: X.Org Server Extension
[    45.283] ABI class: X.Org Server Extension, version 5.0
[    45.283] (II) Loading extension DOUBLE-BUFFER
[    45.283] (II) LoadModule: "glx"
[    45.283] (II) Loading /usr/lib/xorg/extra-modules/libglx.so
[    45.359] (II) Module glx: vendor="NVIDIA Corporation"
[    45.360] compiled for 4.0.2, module version = 1.0.0
[    45.360] Module class: X.Org Server Extension
[    45.360] (II) NVIDIA GLX Module  270.41.06  Mon Apr 18 15:11:28 PDT 2011
[    45.360] (II) Loading extension GLX
[    45.360] (II) LoadModule: "record"
[    45.360] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    45.360] (II) Module record: vendor="X.Org Foundation"
[    45.360] compiled for 1.10.1, module version = 1.13.0
[    45.360] Module class: X.Org Server Extension
[    45.360] ABI class: X.Org Server Extension, version 5.0
[    45.360] (II) Loading extension RECORD
[    45.360] (II) LoadModule: "dri"
[    45.361] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    45.361] (II) Module dri: vendor="X.Org Foundation"
[    45.361] compiled for 1.10.1, module version = 1.0.0
[    45.361] ABI class: X.Org Server Extension, version 5.0
[    45.361] (II) Loading extension XFree86-DRI
[    45.361] (II) LoadModule: "dri2"
[    45.362] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    45.362] (II) Module dri2: vendor="X.Org Foundation"
[    45.362] compiled for 1.10.1, module version = 1.2.0
[    45.362] ABI class: X.Org Server Extension, version 5.0
[    45.362] (II) Loading extension DRI2
[    45.362] (==) Matched intel as autoconfigured driver 0
[    45.362] (==) Matched vesa as autoconfigured driver 1
[    45.362] (==) Matched fbdev as autoconfigured driver 2
[    45.362] (==) Assigned the driver to the xf86ConfigLayout
[    45.362] (II) LoadModule: "intel"
[    45.362] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    45.363] (II) Module intel: vendor="X.Org Foundation"
[    45.363] compiled for 1.10.1, module version = 2.14.0
[    45.363] Module class: X.Org Video Driver
[    45.363] ABI class: X.Org Video Driver, version 10.0
[    45.363] (II) LoadModule: "vesa"
[    45.363] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[    45.363] (II) Module vesa: vendor="X.Org Foundation"
[    45.363] compiled for 1.10.0, module version = 2.3.0
[    45.363] Module class: X.Org Video Driver
[    45.363] ABI class: X.Org Video Driver, version 10.0
[    45.363] (II) LoadModule: "fbdev"
[    45.363] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[    45.363] (II) Module fbdev: vendor="X.Org Foundation"
[    45.363] compiled for 1.10.0, module version = 0.4.2
[    45.363] ABI class: X.Org Video Driver, version 10.0
[    45.363] (II) intel: Driver for Intel 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, B43, Clarkdale, Arrandale,
Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
Sandybridge, Sandybridge
[    45.364] (II) VESA: driver for VESA chipsets: vesa
[    45.364] (II) FBDEV: driver for framebuffer: fbdev
[    45.364] (++) using VT number 7

[    45.367] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    45.367] (WW) Falling back to old probe method for vesa
[    45.367] (WW) Falling back to old probe method for fbdev
[    45.367] (II) Loading sub module "fbdevhw"
[    45.367] (II) LoadModule: "fbdevhw"
[    45.368] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[    45.368] (II) Module fbdevhw: vendor="X.Org Foundation"
[    45.368] compiled for 1.10.1, module version = 0.0.2
[    45.368] ABI class: X.Org Video Driver, version 10.0
[    45.368] drmOpenDevice: node name is /dev/dri/card0
[    45.368] drmOpenDevice: open result is 8, (OK)
[    45.368] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
[    45.368] drmOpenDevice: node name is /dev/dri/card0
[    45.368] drmOpenDevice: open result is 8, (OK)
[    45.368] drmOpenByBusid: drmOpenMinor returns 8
[    45.368] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
[    45.368] (II) intel(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[    45.368] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    45.368] (==) intel(0): RGB weight 888
[    45.368] (==) intel(0): Default visual is TrueColor
[    45.370] (II) intel(0): Integrated Graphics Chipset: Intel(R) G33
[    45.370] (--) intel(0): Chipset: "G33"
[    45.370] (**) intel(0): Relaxed fencing enabled
[    45.370] (**) intel(0): Tiling enabled
[    45.370] (**) intel(0): SwapBuffers wait enabled
[    45.370] (==) intel(0): video overlay key set to 0x101fe
[    45.440] (II) intel(0): Output VGA1 has no monitor section
[    45.508] (II) intel(0): EDID for output VGA1
[    45.508] (II) intel(0): Manufacturer: AOC  Model: a522  Serial#: 911436
[    45.508] (II) intel(0): Year: 2008  Week: 35
[    45.508] (II) intel(0): EDID Version: 1.3
[    45.508] (II) intel(0): Analog Display Input,  Input Voltage Level: 0.700/0.700 V
[    45.508] (II) intel(0): Sync:  Separate
[    45.508] (II) intel(0): Max Image Size [cm]: horiz.: 30  vert.: 23
[    45.508] (II) intel(0): Gamma: 2.30
[    45.508] (II) intel(0): DPMS capabilities: Off; RGB/Color Display
[    45.508] (II) intel(0): First detailed timing is preferred mode
[    45.508] (II) intel(0): redX: 0.643 redY: 0.344   greenX: 0.304 greenY: 0.565
[    45.508] (II) intel(0): blueX: 0.141 blueY: 0.085   whiteX: 0.312 whiteY: 0.317
[    45.508] (II) intel(0): Supported established timings:
[    45.508] (II) intel(0): 720x400@70Hz
[    45.508] (II) intel(0): 640x480@60Hz
[    45.508] (II) intel(0): 640x480@67Hz
[    45.508] (II) intel(0): 640x480@72Hz
[    45.508] (II) intel(0): 640x480@75Hz
[    45.508] (II) intel(0): 800x600@56Hz
[    45.508] (II) intel(0): 800x600@60Hz
[    45.508] (II) intel(0): 800x600@72Hz
[    45.508] (II) intel(0): 800x600@75Hz
[    45.508] (II) intel(0): 832x624@75Hz
[    45.508] (II) intel(0): 1024x768@60Hz
[    45.508] (II) intel(0): 1024x768@70Hz
[    45.508] (II) intel(0): 1024x768@75Hz
[    45.508] (II) intel(0): Manufacturer's mask: 0
[    45.508] (II) intel(0): Supported detailed timing:
[    45.508] (II) intel(0): clock: 65.0 MHz   Image Size:  304 x 228 mm
[    45.508] (II) intel(0): h_active: 1024  h_sync: 1048  h_sync_end 1184 h_blank_end 1344 h_border: 0
[    45.508] (II) intel(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 806 v_border: 0
[    45.508] (II) intel(0): Serial No: T5CS88A911436
[    45.508] (II) intel(0): Ranges: V min: 55 V max: 75 Hz, H min: 30 H max: 63 kHz, PixClock max 85 MHz
[    45.508] (II) intel(0): Monitor name: LM522
[    45.508] (II) intel(0): EDID (in hex):
[    45.508] (II) intel(0): 00ffffffffffff0005e322a54ce80d00
[    45.508] (II) intel(0): 23120103681e17822a8f3da4584d9024
[    45.508] (II) intel(0): 154f51bfee0001010101010101010101
[    45.508] (II) intel(0): 01010101010164190040410026301888
[    45.508] (II) intel(0): 360030e410000018000000ff00543543
[    45.508] (II) intel(0): 53383841393131343336000000fd0037
[    45.508] (II) intel(0): 4b1e3f08000a202020202020000000fc
[    45.508] (II) intel(0): 004c4d3532320a202020202020200026
[    45.508] (II) intel(0): EDID vendor "AOC", prod id 42274
[    45.508] (II) intel(0): Using EDID range info for horizontal sync
[    45.508] (II) intel(0): Using EDID range info for vertical refresh
[    45.508] (II) intel(0): Printing DDC gathered Modelines:
[    45.508] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    45.508] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    45.509] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    45.509] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    45.509] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    45.509] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    45.509] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    45.509] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    45.509] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    45.509] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    45.509] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    45.509] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    45.509] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    45.509] (II) intel(0): Printing probed modes for output VGA1
[    45.509] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    45.509] (II) intel(0): Modeline "1024x768"x75.1   78.80  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.1 kHz)
[    45.509] (II) intel(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    45.509] (II) intel(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    45.509] (II) intel(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    45.509] (II) intel(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    45.509] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    45.509] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    45.509] (II) intel(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 491 520 -hsync -vsync (37.9 kHz)
[    45.509] (II) intel(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    45.509] (II) intel(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    45.509] (II) intel(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    45.509] (II) intel(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)

Offline brunous

  • Usuário Ubuntu
  • *
  • Mensagens: 20
    • Ver perfil
Re: OpenGL erro - Xlib: extension "GLX" missing on display ":0.0". - Ubuntu 11.4
« Resposta #6 Online: 13 de Novembro de 2011, 14:18 »
Citação de: irtigor
Mostra o log do X (/var/log/Xorg.0.log).
Devido ao log ser muito grande, tive que separar em dois posts.
Código: [Selecionar]
[    45.677] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
[    45.677] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    45.677] (**) Option "xkb_rules" "evdev"
[    45.677] (**) Option "xkb_model" "a4techKB21"
[    45.677] (**) Option "xkb_layout" "br"
[    45.679] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event3)
[    45.679] (II) No input driver/identifier specified (ignoring)
[    45.685] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event2)
[    45.685] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    45.685] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    45.685] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    45.696] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    45.696] (**) Option "xkb_rules" "evdev"
[    45.696] (**) Option "xkb_model" "a4techKB21"
[    45.696] (**) Option "xkb_layout" "br"
[    45.696] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event4)
[    45.696] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
[    45.696] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
[    45.697] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    45.697] (**) ImPS/2 Generic Wheel Mouse: always reports core events
[    45.697] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event4"
[    45.704] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
[    45.704] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
[    45.704] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
[    45.704] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
[    45.704] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
[    45.704] (II) ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
[    45.704] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
[    45.704] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    45.704] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event4"
[    45.704] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
[    45.704] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
[    45.704] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
[    45.704] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
[    45.704] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
[    45.704] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
[    45.704] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
[    45.704] (II) No input driver/identifier specified (ignoring)
[    46.092] (II) intel(0): EDID vendor "AOC", prod id 42274
[    46.092] (II) intel(0): Using hsync ranges from config file
[    46.092] (II) intel(0): Using vrefresh ranges from config file
[    46.092] (II) intel(0): Printing DDC gathered Modelines:
[    46.092] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    46.092] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    46.092] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    46.092] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    46.092] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    46.092] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    46.092] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    46.092] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    46.092] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    46.092] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    46.092] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    46.092] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    46.092] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    46.160] (II) intel(0): EDID vendor "AOC", prod id 42274
[    46.160] (II) intel(0): Using hsync ranges from config file
[    46.160] (II) intel(0): Using vrefresh ranges from config file
[    46.160] (II) intel(0): Printing DDC gathered Modelines:
[    46.160] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    46.160] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    46.160] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    46.160] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    46.160] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    46.160] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    46.160] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    46.160] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    46.160] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    46.160] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    46.160] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    46.160] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    46.160] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    46.220] (II) intel(0): EDID vendor "AOC", prod id 42274
[    46.220] (II) intel(0): Using hsync ranges from config file
[    46.220] (II) intel(0): Using vrefresh ranges from config file
[    46.220] (II) intel(0): Printing DDC gathered Modelines:
[    46.220] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    46.220] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    46.220] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    46.220] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    46.220] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    46.220] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    46.220] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    46.220] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    46.220] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    46.220] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    46.220] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    46.220] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    46.220] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[    46.287] (II) intel(0): EDID vendor "AOC", prod id 42274
[    46.287] (II) intel(0): Using hsync ranges from config file
[    46.287] (II) intel(0): Using vrefresh ranges from config file
[    46.287] (II) intel(0): Printing DDC gathered Modelines:
[    46.287] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[    46.287] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[    46.288] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[    46.288] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[    46.288] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[    46.288] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[    46.288] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[    46.288] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[    46.288] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[    46.288] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[    46.288] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[    46.288] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[    46.288] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[   169.176] (II) intel(0): EDID vendor "AOC", prod id 42274
[   169.176] (II) intel(0): Using hsync ranges from config file
[   169.176] (II) intel(0): Using vrefresh ranges from config file
[   169.176] (II) intel(0): Printing DDC gathered Modelines:
[   169.176] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   169.176] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   169.176] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   169.176] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   169.176] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[   169.176] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   169.176] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   169.176] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   169.176] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   169.176] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   169.176] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   169.176] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   169.176] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[   169.244] (II) intel(0): EDID vendor "AOC", prod id 42274
[   169.244] (II) intel(0): Using hsync ranges from config file
[   169.244] (II) intel(0): Using vrefresh ranges from config file
[   169.244] (II) intel(0): Printing DDC gathered Modelines:
[   169.244] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   169.244] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   169.244] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   169.244] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   169.244] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[   169.244] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   169.244] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   169.244] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   169.244] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   169.244] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   169.244] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   169.244] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   169.244] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[   169.312] (II) intel(0): EDID vendor "AOC", prod id 42274
[   169.312] (II) intel(0): Using hsync ranges from config file
[   169.312] (II) intel(0): Using vrefresh ranges from config file
[   169.312] (II) intel(0): Printing DDC gathered Modelines:
[   169.312] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   169.312] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   169.312] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   169.312] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   169.312] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[   169.312] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   169.312] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   169.312] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   169.312] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   169.312] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   169.312] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   169.312] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   169.312] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)
[   176.280] (II) intel(0): EDID vendor "AOC", prod id 42274
[   176.280] (II) intel(0): Using hsync ranges from config file
[   176.280] (II) intel(0): Using vrefresh ranges from config file
[   176.280] (II) intel(0): Printing DDC gathered Modelines:
[   176.280] (II) intel(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   176.280] (II) intel(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
[   176.280] (II) intel(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
[   176.280] (II) intel(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz)
[   176.280] (II) intel(0): Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz)
[   176.280] (II) intel(0): Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz)
[   176.280] (II) intel(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
[   176.280] (II) intel(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz)
[   176.280] (II) intel(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz)
[   176.280] (II) intel(0): Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz)
[   176.280] (II) intel(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz)
[   176.280] (II) intel(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz)
[   176.280] (II) intel(0): Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz)

Offline brunous

  • Usuário Ubuntu
  • *
  • Mensagens: 20
    • Ver perfil
Re: OpenGL erro - Xlib: extension "GLX" missing on display ":0.0". - Ubuntu 11.4
« Resposta #7 Online: 13 de Novembro de 2011, 14:46 »
Resolvido!!! \o

Código: [Selecionar]
sudo apt-get purge nvidia*
sudo apt-get install --reinstall xserver-xorg-video-intel libgl1-mesa-glx libgl1-mesa-dri xserver-xorg-core
sudo dpkg-reconfigure xserver-xorg