[SOLVED]Glxinfo and Glxgears not working

This is the output i get:
[thomas@thomas-arch ~]$ glxinfo
name of display: :0
Error: couldn't find RGB GLX visual or fbconfig
[thomas@thomas-arch ~]$ glxgears
Error: couldn't get an RGB, Double-buffered visual
My graphics card:
[thomas@thomas-arch ~]$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
I'm unable to find a xorg.conf file on my system. (only config files in /etc/X11/xorg.conf.d/
Any advice on how to find where I screwed up?
Thanks!
Solution
Reinstall libgl
pacman -S libgl
Last edited by tgoossens (2012-02-11 22:38:49)

Gusar wrote:
tgoossens wrote:But where do I have to start looking to fix my gl problems?
Good question. With intel graphics everything should (and ususally does) work out-of-the-box, no configuration whatsoever should be necessary. Does other 3d stuff work?
Not really.
I just tried to start Team Fortress 2 in Steam and got this errors:
p11-kit: couldn't load module: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
Direct3D9 is not available without OpenGL.
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
Direct3D9 is not available without OpenGL.
Hmmm.
After looking better at this output...
p11-kit: couldn't load module: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: /usr/lib32/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
Lets check that...
Could that be it?

Similar Messages

  • [SOLVED] Xorg and keyboard not working after upgrade.

    Hi guys,
    after a `# pacman -Syyu` I got Xorg not starting and keyboard not working: I am unable to do anything.
    I'm posting here pacman's log that I got by booting an Ubuntu Live CD: https://gist.github.com/anonymous/7517806
    Any hint?
    How do you recover a system once it's gone like this? Many thanks in advance.
    J
    Last edited by ifsixwasnine (2013-12-23 13:58:16)

    WonderWoofy wrote:
    I wouldn't necessarily call this [SOLVED].  At best I would probably mention that you found a workaround.  The addition of '(downgrade)' likely makes it fine, but just FYI for future threads.  There are two reasons for this.  One, others who find this thread are likely to dig into it thinking there is a real solution, and two, if you mark it as [Solved] it might generate less attention, lessening the chances of you actually being helped to a real solution.
    Just my 1.46¢
    You're right, problem wasn't actually solved. In fact, yesterday I upgraded the whole system again and the same problem showed up, but I got it fixed.
    Same scenario: after a boot (shorter than usual), what I had was a tty, but I noticed something that I hadn't noticed the last time: the prompt said "Arch Linux 3.11.[?]".
    The kernel version was supposed to be 3.12.[?] so I started investigating and after several attempts, this is how I got the system working again:
    1. Chrooted into the system
    2. Wiped /boot
    3. Re-installed grub
    4. Re-installed linux kernel
    5. Re-created grub.cfg
    6. ???
    7. Profit
    I'm pretty sure that what originated the problem wasn't a "kernel issue" as I pointed out in my previous post, but it was an incorrect installation of grub: in fact, the grub prompt never showed up before yesterday, the system used to boot straight, ignoring the 5 seconds timeout.

  • [solved] mouse and keyboard not working (and previous fix wont work)

    i made a clean default setup with
    arch
    latest kernel - 2.6.29 i think
    xorg 1.6.1
    video-intel-legacy
    on a 865G intel box + tried usb and ps2 keyboards + usb mouse
    when i start X the mouse and keyboard dont work (and i have to hard reset the box) in all of the setups i tried. the AutoAddDevices fix suggested before does not work this time
    - without xorg.conf
    - with auto-generated xorg.conf (X -confogure)
    - with the automatic conf +
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    - with tiny xorg.conf containing only
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    EndSection
    - with dbus/hal enabled and disabled in rc.conf
    how i make it work
    Last edited by ash (2009-04-30 19:01:41)

    the setup that works to me now is
    automatic xorg.conf with the AutAddDevices False (disable hotplug) lines
    dbus and hal enabled in deamons
    this lines instruct xorg to use xf86-input-mouse/keyboard instead of evdev. ie it looks like with evdev there is no point in xf86-input-mouse/keyboard
    Last edited by ash (2009-04-30 18:26:16)

  • [SOLVED] Eric4 and Eric not working.

    After updates today I can't open Eric or Eric4. The error I get relates to a missing module from PyQt QtHelp. I've tried to grab the package with pip and also manually download the tar and install it but neither works. I have a bug report open in eric4 about this but was wondering if anyone had come across it before or managed to fix it.
    This is the error outputted when it fails:-
    Warning: translation file 'qt_en_GB'could not be loaded.
    Using default.
    Warning: translation file 'eric5_en_GB'could not be loaded.
    Using default.
    Warning: translation file 'qscintilla_en_GB'could not be loaded.
    Using default.
    An unhandled exception occurred. Please report the problem
    using the error reporting dialog or via email to <[email protected]>.
    A log has been written to "/home/jsanders/.eric5/eric5_error.log".
    Error information:
    2011-12-23, 13:15:35
    <class 'ImportError'>:
    No module named QtHelp
      File "/usr/lib/python3.2/site-packages/eric5/eric5.py", line 264, in <module>
        main()
      File "/usr/lib/python3.2/site-packages/eric5/eric5.py", line 241, in main
        from UI.UserInterface import UserInterface
      File "/usr/lib/python3.2/site-packages/eric5/UI/UserInterface.py", line 37, in <module>
        from Helpviewer.HelpWindow import HelpWindow
      File "/usr/lib/python3.2/site-packages/eric5/Helpviewer/HelpWindow.py", line 15, in <module>
        from PyQt4.QtHelp import QHelpEngine, QHelpEngineCore, QHelpSearchQuery
    Version Numbers:
      Python 3.2.2
      Qt 4.8.0
      PyQt4 4.8.6
      sip 4.13
      QScintilla 2.6
      WebKit 534.34
      eric5 5.1.7 (rev b4f1f7ece569)
    Platform: linux2
    3.2.2 (default, Nov 21 2011, 16:50:59)
    [GCC 4.6.2]
    Distribution Info:
      /etc/arch-release
    Last edited by ilpianista (2011-12-24 16:01:41)

    Problem NOT solved for me. [SOLVED] now!
    I have just installed eric4; when I try to start it, it gives me "Segmentation fault".
    I have:
    # pacman -Qi pyqt
    Name : pyqt
    Version : 4.9-2
    # pacman -Qi python-qscintilla
    Name : python-qscintilla
    Version : 2.6-2
    After a full system update (pacman -Syu) eric4 works!
    Now I'll have to find out HOW it works...
    Last edited by Kobussie (2012-01-15 13:56:34)

  • [SOLVED] Pacman and yaourt not working when run with "sudo"

    Hi,
    I am an Arch newbie, just installed Arch 3.10 on my machine. I access internet through a proxy server and I'm facing this strange problem -
    Pacman is unable to fetch packages when I run it through sudo - "sudo pacman -S smplayer" (It gives network unreachable error).
    However when I run it through root, it retrieves those same packages successfully.
    yaourt also faces a similar kind of problem -
    When I run it through sudo or as root, it is unable to retrieve packages which can be downloaded by pacman. But, when I run pacman to download those same packages, it is able to do so.
    I am using gnome 3.8, and use radiotray ( It's for listening online radios ). When I run it via 'Alt-F2' or as a startup application, it's not able to connect to any radio station ( which means it's not connecting to the internet ). However, on running it via terminal, it connects to the internet successfully. Are these 2 problems related ? I'm facing the first one even without loading gnome, so it's not gnome's problem, i guess.
    I can ping successfully through my administrator as well as root account, connect to the internet via browser, and ssh, git, bzr are also working fine.
    What can I do to resolve this ?
    Thanks
    Last edited by parinporecha (2013-09-12 06:01:06)

    parinporecha wrote:
    To configure proxy, I added the line "export http_proxy=PROXY_LINK" to the bashrc files of user and root.
    Regarding Arch 3.10, yes i meant the installation media from 2013.09.01 ( kernel 3.10 )
    That's why root works, but not sudo. Sudo clears the environment. See man sudo and man sudoers.

  • [SOLVED] Flash (and gnash) not working

    I hate to make 2 topics, but I feel like that would be easier than just making one big one. I don't know how to put this other than Flash has stopped working. I don't really know why, but it has. I'm using Firefox 18. Are there any diagnostics I could run for more information?
    Last edited by miscsubbin (2013-02-05 13:51:23)

    CommanderC wrote:
    Yesterday, flashplugin also stopped working for me. /var/log/pacman.log had the information I needed:
    [2013-02-04 20:47] upgraded gnash-common (0.8.10-5 -> 0.8.10-6)
    [2013-02-04 20:48] upgraded gnash-gtk (0.8.10-5 -> 0.8.10-6)
    After removing gnash-common and gnash-gtk, flashplugin was working again.
    Thanks, works perfectly! As terrible as Adobe's plugin is, I've never been able to get gnash to work right.

  • HT1349 The nice man Joseph Shen helped me with my google problem on my iPhone and worked for 2 days and now not working again please help me solve this problem were I can retrieve my messages on the I phone when I am not at home  on my wi Fi is the only t

    The nice man Joseph Shen helped me with my google problem on my iPhone and worked for 2 days and now not working again please help me solve this problem were I can retrieve my messages on the I phone when I am not at home  on my wi Fi is the only time it works correct. Bill. [email protected]  708 752  3667 

    http://lifehacker.com/5852948/what-to-do-if-youve-forgotten-your-iphones-passcod e

  • Wireless network and bluetooth not working on touchsmart 600

    This has not worked since day 1 and I have been using wired internet.
    I really need to setup a home network and need to use wireless.
    Research on the net has led me to belive I should have HP WIRELESS ASSISTANT on my machine... is that correct?
    Everytime I try to download it is seem to be for a notepad... mine is a touchsmart desktop...
    Please advise  

    Hi coffee12345,
    Welcome to the HP Forums!
    I have read your post on your wireless keyboard and mouse not working with your desktop, and I would be happy to help you! To begin, I need to ask you a few introductory questions:
    What is the Product and Model Number of your desktop?
    What version of Windows are you using?
    Is this a recent issue, or has it been like this since day one?
    Are you using a USB hub to connect your peripherals or is it directly plugged into the computer?
    Please re-post with the necessary information, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • 2 of 4 speakers and Subwoofer not working for Altec Lansing Lucasfilms THX Surround (circa 2003)

    I am attempting to connect my Altec Lansing Lucasfilm THX 5.1 sound system to my HP ENVY All-in-one. I think the original audio card for the sound system came on a Dell with Soundblaster. 
    I have connected the green audio to the jack in the back which only gets 2 of the 4 speakers working (even after configuring the speakers). The subwoofer is connected to the sub jack in the back panel as well and is not working at all. I realize that I am trying to have an ancient sound system work with my fancy new HP Envy. Am I asking too much??  I thought maybe a driver update might be needed. But in theory, if those jacks are available in the back it should work (she says optimistically).
    Any suggestions or advice would be appreciated.

    Not a problem.  Thank you for the additional information.
    It sounds like you have the speakers connected correctly.  If there is only one connector for all of the speakers, it may be that you will only be able to use two of them.  However, I am not certain why the subwoofer isn't working.  Is it selected in the Control Panel / Sound?  I realize that you said the speakers are configured in the Control Panel, but is the subwoofer separate?
    I have an old (2001) Polk Audio set of speakers.  I have only been able to get two of them and the subwoofer to work with my new HP computer.  It sounds fine without the other two speakers.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • IPS event monitor and reports not working

    Dear after upgrading my IPS from E3 to E4  the event monitor  and reports not working, can you please advice my to solve this issues

    Hi All,
    Filter settings below:
    The filter works partially as I don't get alerts on the IPS itself.
    Firewall LOG:
    4          Feb 14 2014          15:33:22                              39715                    514          IPS requested to drop UDP packet from SOURCE_VLAN_NUMBER:/39715 to DESTINATION_VLAN_NUMBER:/514
    IPS LOG (when enabled):
    evIdsAlert: eventId=1352793300955167909  vendor=Cisco  severity=low 
      originator:  
        hostId: SSM02 
        appName: sensorApp 
        appInstanceId: 1192 
      time: Feb 14, 2014 15:33:22 UTC  offset=0  timeZone=GMT00:00 
      signature:   description=IP Fragment Too Small  id=1206  version=S212  type=anomaly  created=20030801 
        subsigId: 0 
        sigDetails: Too many small IP fragments in datagram 
      interfaceGroup: vs0 
      vlan: 0 
      participants:  
        attacker:  
          addr: 172.x.x.x  locality=OUT 
          port: 39715 
        target:  
          addr: x.x.x.x  locality=OUT 
          port: 514 
          os:   idSource=unknown  type=unknown  relevance=relevant 
      alertDetails: InterfaceAttributes:  context="single_vf" physical="Unknown" backplane="GigabitEthernet0/1" ; 
      riskRatingValue: 50  targetValueRating=medium  attackRelevanceRating=relevant 
      threatRatingValue: 50 
      interface: GigabitEthernet0/1  context=single_vf  physical=Unknown  backplane=GigabitEthernet0/1 
      protocol: udp 
    Our next step is to make a service policy exception on the firewall itself. We are also considering reloading the IPS device or at least the analysis engine.
    Thanks for all your help so far. Any more suggestions are most welcome. I'll keep you up to date.
    Regards
    Mariusz

  • Keyboard and mouse not working

    both keyboard and mouse not working. I have changed batteries and checked drivers  please help..  thank you
    This question was solved.
    View Solution.

    Thanks for the information, that is exactly what I needed.
    If you are having the enter issue when using the wired KB from your old computer that sounds software related with the blog site.
    What web browser do you use when on that website?
    Connect your wireless equipment back and if you continue to have the issue with the letters repeating then you should inquire about a replacement for what is referred to as "sticky keys".  With it being a new unit this shouldn't be an issue.
    Let me know if you have other questions.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • S10-3t bluetooth and wireless not working with windows 8

    S10-3t bluetooth and wireless not working with windows 8. I tried everything but doesn't work at all. I don't know where to find the new drivers that are comatible with windows 8 ???!!! please help me to solve this problem because i tried everything....

    Do you still have your windows7 install files ? 
    ( installation image is usually in LENOVO_PART OKRBackup/Factory ) ? I lost them :\
    if yes I fear you have to enable it in win7 and then use it in win8
    http://rzr.online.fr/q/lenovo# g470 s103t (Please Contact me if your s10-3T is booting win7 or support bluetooth, 3g)
    Lenovo S10-3t | Model Name : 0651 | Mfg Date: 2010/06/08
    Lenovo G470 | Model Name : 20078 | M fg Date: 11/03/23 | BIOS: 40CN23WW(V2.09) 06/20/2011 | CPU: i5-2410M | Linux version 3.3.4lenovog470+ (root@lap) (gcc version 4.6.3 (Debian 4.6.3-4) ) #8 SMP Tue May 1 10:23:48 CEST 2012
    OS:GNU/Linux/Debian

  • I buy a new compaq presario cq57 408tu but its bluetooth and wifi not working even installing driver

    i buy a new compaq presario cq57 408tu laptop , but its bluetooth and wifi not working even installing all driver

    Hey there. You didnt state what operating system you are using but I was able to find two articles that should help resolve your issue. 
    Troubleshooting Your Wireless Network and Internet Connection (Windows 7)
    Fixing Bluetooth Issues
    These articles will go through all the basic troubleshooting steps. Let me know if this helps resolve the issue at all.
    Thanks!
    Sean
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Java applet works in windows and does not work in linux

    Hello, guys!
    I'm working with site which is located in vpn network at work.
    I use browsers firefox 3 and opera.
    When I want to open java applet using firefox or opera at first everything is fine then on the last stage of loading(judging by progress bar) applet hangs(progress bar hangs) and when I reload page firefox shows in the bottom bar: applet <applet's name> bail.
    In windows everything works both in ie6 and firefox 3.
    On both environments I have the jre 6 installed.
    please help!

    Ok, I installed ies4linux and jre 1.5.16. I can work with that but when I start applet screen goes black and window frames dissapear.
    To solve this problem(feature?) I disabled DirectX-based acceleration for Java 2D but that works for javacpl.exe and does not work for my applet.

  • Ultraslim wireless keyboard and mouse not working

    Hi ,  I purchased the Lenovo Ultraslim Wireless Keyboard & Mouse (pn: 57Y4700) about 4 months ago for use with my T60 laptop (which i use with a docking station and large lenovo monitor at work).
    Everything was woking fine until last Monday when I can into work after the weekend and neither the mouse or keyboard worked. I replaced the batteries in both, rebooted the machine several time, switch the USB ports for the nano receiver, but nothing seems to have worked.
    I looked online for troubleshooting options, but did not find anything.
    The mouse and keyboard don't seem to have a "sych" button - if I recall correctly everything worked right out of the box.
    My theory is that the nano reciever was damaged (not sure how) -- but don't know how to proceed:
    can the nano reciever be replaced;
    any other options to troubleshoot;
    any chance that this could be a software problem
    Thanks

    Hi coffee12345,
    Welcome to the HP Forums!
    I have read your post on your wireless keyboard and mouse not working with your desktop, and I would be happy to help you! To begin, I need to ask you a few introductory questions:
    What is the Product and Model Number of your desktop?
    What version of Windows are you using?
    Is this a recent issue, or has it been like this since day one?
    Are you using a USB hub to connect your peripherals or is it directly plugged into the computer?
    Please re-post with the necessary information, and I look forward to your reply!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

Maybe you are looking for

  • How to setup a default direction for new divs in fluid grid layout in dreamweaver?

    Hi, how to setup a default direction for new divs in fluid grid layout in dreamweaver? I am an RTL interface user, I need my new divs to be inserted from right to left not Left to Right! could it be in dreamweaver? Thanks.

  • Global Creation with Input args

    I create a Global Creation activity with a screenflow task. The screenflow has both a integer input argument (call it sfIntArg) and a output argument (of BPM object). When I right-click on the Global creation activity and go to argument mapping, I ha

  • Sound does not work, because of "dock connector"

    As of last week, and still recurring today, the iPhone's external speakers were unexpectedly disabled without any apparent reason. After I connected the device with my bluetooth speaker, i was in shock when I have saw this: neverthless to say that i

  • Use picture from keynote in another program?

    This may be a weird question but I hope there is an easy solution that's staring me in the face.  I have a presentation in Keynote that I want to use the elements of for a presentation in another program (Prezi).  I've managed to misplace my original

  • Security information needed?

    I am trying to create an iTunes account. I have an iPod and already have music on it, I don't want an iTunes account to download music, I want it to get Artwork. I have created an account. But when I login it says more security information is needed