Problem with fresh PT 6 installtion

hi all,
I am very new to the portal world and just managed to install a copy of PT 6 Foundation (aka portal server).
After installation when I access server.pt I see a error message saying "Error displaying Dropdown menu tabs.". Can anyone help me understand what could be causing this. I do see a null pointer exception in the pt spy logs .
29     portal.bangaraman.araman     9-26-2005     21:14:14.864     Error     Portal_Common     http-8080-Processor25     com.plumtree.portalnavigation.views.NavigationJSPortalMenuDropDownView     Error displaying Dropdown menu tabs: null
java.lang.NullPointerException
     at com.plumtree.portalpages.common.uiparts.NavigationJSPortalMenuHelpers.BuildMenuDataArray(NavigationJSPortalMenuHelpers.java:76)
     at com.plumtree.portalpages.common.uiparts.NavigationJSPortalMenuHelpers.MakeDDMenu(NavigationJSPortalMenuHelpers.java:154)
     at com.plumtree.portalnavigation.views.NavigationJSPortalMenuDropDownView.CreateMyPageMenu(NavigationJSPortalMenuDropDownView.java:353)
     at com.plumtree.portalnavigation.views.NavigationJSPortalMenuDropDownView.Display(NavigationJSPortalMenuDropDownView.java:112)
     at com.plumtree.portalpages.common.uiparts.PlumtreeDP.DisplayBody(PlumtreeDP.java:394)
     at com.plumtree.portalpages.common.uiparts.PlumtreeDP.Display(PlumtreeDP.java:155)
     at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleDisplayPage(Interpreter.java:1911)
     at com.plumtree.uiinfrastructure.interpreter.Interpreter.HandleRequest(Interpreter.java:563)
     at com.plumtree.uiinfrastructure.interpreter.Interpreter.DoService(Interpreter.java:153)
     at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:306)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
     at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
     at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
     at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
     at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
     at java.lang.Thread.run(Thread.java:534)
On the tomcat console I do another error message
Task #10 (InitializeActivitySpaces) END (OK)
[Fatal Error] :1:2551: The content of elements must consist of well-formed character data or markup.
Can anyone help me understand whats happening here. Any help (including pointers to the documentation) would be helpful
Thanks
raman

Thanks david for your continued support. I ran the diagnostic tool and everything is OK.
However I now think that I have solved the problem by following this message
http://portal.plumtree.com/portal/server.pt/gateway/PTARGS_32_541191_9405_0_-1_47/http%3B/prodgadget12.plumtree.com%3B80/collab/do/discussion/message/details;jsessionid=A676230E993CACE3CFFB156C23980598?projID=39883&messageID=182336
My machine is running windows xp with SP2. I tried out the same steps for installation on a SP1 machine and it seems to be running fine.
The problem on a SP2 machine seems to occur when reading the VarPacks (specifically com.plumtree.portaluiinfrastructure.application.varpacks.PTDocTypesVarPack). The AppWarmUpHelper fails with the exception stack trace
3510     portal.bangaraman.araman     9-28-2005     12:21:54.079     Info     OpenKernel.Database     main     com.plumtree.openkernel.impl.db.DBCursor     Open() loaded 4 rows, query execute ms: 0, total ms (including load): 0
3511     portal.bangaraman.araman     9-28-2005     12:21:54.099     Warning     Core     main     com.plumtree.server.impl.core.PTBaseObjectManager     Error in function PTBaseObjectManager.Open (nObjectID == 2, bLockInitially == false): The content of elements must consist of well-formed character data or markup.
com.plumtree.openfoundation.util.XPException: The content of elements must consist of well-formed character data or markup.
     at com.plumtree.openfoundation.util.XPException.GetInstance(XPException.java:428)
     at com.plumtree.openfoundation.util.XPException.GetInstance(XPException.java:350)
     at com.plumtree.openfoundation.util.XPPropertyBagXercesJ.parse(XPPropertyBagXercesJ.java:517)
     at com.plumtree.openfoundation.util.XPPropertyBagXercesJ.LoadFromInputStream(XPPropertyBagXercesJ.java:486)
     at com.plumtree.openfoundation.util.XPPropertyBagXercesJ.LoadFromBinary(XPPropertyBagXercesJ.java:473)
     at com.plumtree.openfoundation.util.XPPropertyBagXercesJ.LoadFromXML(XPPropertyBagXercesJ.java:443)
     at com.plumtree.openfoundation.util.XPPropertyBag.LoadFromXML(XPPropertyBag.java:314)
     at com.plumtree.server.impl.core.PTBaseObjectManager.RetrieveObject(PTBaseObjectManager.java:1900)
     at com.plumtree.server.impl.core.PTBaseObjectManager.Open(PTBaseObjectManager.java:793)
     at com.plumtree.server.impl.admin.GlobalObjectManager.OpenGlobalObject(GlobalObjectManager.java:268)
     at com.plumtree.server.impl.core.PTSession.OpenGlobalObject(PTSession.java:851)
     at com.plumtree.server.impl.directory.PTDocumentTypeManager.IntializeDocumentTypeSubObjects(PTDocumentTypeManager.java:73)
     at com.plumtree.server.impl.directory.PTDocumentTypeManager.OnOpen(PTDocumentTypeManager.java:60)
     at com.plumtree.server.impl.core.PTBaseObjectManager.Open(PTBaseObjectManager.java:809)
     at com.plumtree.portaluiinfrastructure.application.varpacks.PTDocTypesVarPack.Load(PTDocTypesVarPack.java:187)
     at com.plumtree.uiinfrastructure.web.BaseVarPack.LoadVarPack(BaseVarPack.java:164)
     at com.plumtree.uiinfrastructure.application.AppWarmUp.HelperLoadVarPacks(AppWarmUp.java:412)
     at com.plumtree.uiinfrastructure.application.startup.InitializeVarPacks.executeStepOne(InitializeVarPacks.java:177)
     at com.plumtree.uiinfrastructure.application.startup.InitializeVarPacks.executeStep(InitializeVarPacks.java:134)
     at com.plumtree.uiinfrastructure.application.AppWarmUp.LoopStartupTasks(AppWarmUp.java:972)
     at com.plumtree.uiinfrastructure.application.AppWarmUp.RunStartupTasks(AppWarmUp.java:870)
     at com.plumtree.uiinfrastructure.application.AppWarmUp.Init(AppWarmUp.java:199)
     at com.plumtree.portal.application.AppWarmUpServlet.init(AppWarmUpServlet.java:61)
     at javax.servlet.GenericServlet.init(GenericServlet.java:211)
     at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1029)
     at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:862)
     at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4013)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4357)
     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
     at org.apache.catalina.core.StandardHostDeployer.addChild(StandardHostDeployer.java:903)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.commons.beanutils.MethodUtils.invokeMethod(MethodUtils.java:216)
     at org.apache.commons.digester.SetNextRule.end(SetNextRule.java:256)
     at org.apache.commons.digester.Rule.end(Rule.java:276)
     at org.apache.commons.digester.Digester.endElement(Digester.java:1058)
     at org.apache.catalina.util.CatalinaDigester.endElement(CatalinaDigester.java:76)
     at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
     at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
     at org.apache.xerces.impl.dtd.XMLDTDValidator.emptyElement(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
     at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
     at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
     at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
     at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
     at org.apache.commons.digester.Digester.parse(Digester.java:1567)
     at org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:488)
     at org.apache.catalina.core.StandardHost.install(StandardHost.java:863)
     at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:483)
     at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:427)
     at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
     at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
     at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
     at org.apache.catalina.core.StandardService.start(StandardService.java:480)
     at org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)
     at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
Caused by: org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup.
     at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
     at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
     at javax.xml.parsers.DocumentBuilder.parse(Unknown Source)
     at com.plumtree.openfoundation.util.XPPropertyBagXercesJ.parse(XPPropertyBagXercesJ.java:515)
     ... 70 more
Do you think this is a known problem
Thanks
anand

Similar Messages

  • Problems with fresh XP installation

    Hi there everyone!
    I have Lenovo 3000 N100 0768 and I recently had some problems with Windows so I had to format my C drive and make a fresh install of Windows XP Pro SP2.
    After I installed XP, my notebook is "another person" compared to what it used to be. From the first look, I see the following problems:
    - I only have 800 x 600 px and 1024 x 768 px screen resolution, although there were other resolutions before;
    - My Display Properties show (Default Monitor) which looks suspicious to me;
    - In Network Connections, I don't have Wireless Network Connection anymore and my notebook can't access internet through my router anymore;
    - In Device Manager, I have a big question mark beside Other Devices: Base System Device, Foxconn Bluetooth..., Modem Device on High Definition Audio Bus, Network Controller and SM Bus Controller... which seems to me that there's a drivers issue;
    Sound works fine, as I can hear.
    Can anyone please help me with this? This notebook was working like a charm before I re-installed Windows.
    Any help is strongly appreciated.
    Thanks and all the best!
    Luffy

    Yes - Windows XP won't automatically install the drivers for your Video, wireless, sound, etc.  You need to manually find these drivers.  If you would have burned your restore disks when you first got your computer you could have restored everything back the way it was when you first got your machine. 
    If you aren't expeirenced in finding drivers I would ask for help.  You should be able to download all the appropriate drivers for your machine off of Lenovo's website.  Most of them are just programs that you execute after you download them.  Once you have downoaded the drivers and run them - go into the Control Panel under System and Device drivers to see if it installed properly. You will then have to configure your display to the native resolutions - put in any security settings into your wireless card, etc. 
    This isn't hard - but is somewhat time consuming.  Windows 7 is much better at finding all the drivers automatically if you have it connected to a network and will do this for you automatically.  XP isn't quite as smart and only loads generic drivers.  That is why you are seeing lower screen resolutions, etc.  
    Hope this helps. 

  • Problem with Fresh Install of OEL 6.3 x86_64 over old OEL 6.0 x32

    Dear Experts,
    After selecting packages for fresh installation of OEL 6.3 x86_64 over old OEL 6.0 32-bit, it gives me the following warning
    Some of the packages you have selected for install are missing dependencies. You can exit the installation, go back and change your package selections, or continue installing these packages without their dependencies.
    Details
    lvm2-2.02.83-3.el6.i686 requires lvm2-libs = 2.02.83-3.el6
    kernel-uek-2,6,39-200.24.1.el6uek.x86_64 requires kernel-uek-firmware = 2.6.39-200.24.1.el6uek
    lvm2-3.02.72-8.el6.i686 requires lvm2-libs = 2.03.72-8.el6
    gdb conflicts with elfutilsHow to avoid this warning?
    Best Regards
    Mahmoud

    Hi Dude,
    Thank you for your response.
    I didn't choose upgrade. I chose Fresh Installation.
    Sorry for not giving background about the problem
    The OEL 6.0 x32 was installed on a server with 64bit architecture, so the power of the server is not utilized well.
    I want to completely replace the OEL 6.0 (32 bit) system with OEL 6.3 (64 bit)
    Just I choose the mount point of /root and /boot and leave the all partitions with no formatting to save the old data
    The above warning in the first post appears. How to avoid it?
    Regards
    Mahmoud

  • TTY problems with fresh install

    HP Compaq 8510W
    Fresh install of 32-bit Arch
    I have had 64-bit Arch running on this laptop without incident---until the last upgrade broke Flash..:(  (But that's another story.....)
    Now, I have just installed 32-bit Arch and--after doing some setup and configuring--the TTYs quit working.  Ctrl-Alt-F1, F2, etc. produces only a brightly-colored screen with random letters and numbers.  A re-install cured it, but only for a short while.
    The symptoms suggest an issue with a video driver, but I don't know what driver is used when toggling to a TTY.
    As I write this, I am running from Ubuntu, and all is well.
    Any ideas??

    Hello Neighbor,
    Are you encountering these problems after starting an X session when you try to switch back to a console, or does this happen in the absence of Xorg?
    What is your video architecture in that HP?  My Pavilion is Intel GM45 (intel915).  These types of problems went away for me about a year ago.  On Intel, if I recall correctly, it was imperative that you not load any framebuffer console mode kernel drivers in the presence of KMS.  The only module that can be loaded is the KMS Intel frame buffer support module. 
    You might check the modules you are forcing, and you might play with disabling KMS from the kernel command line.
    I am in Northeast Pasadena (Brigden Ranch area).  Are you anywhere close?

  • Namespace problem with freshly installed 8298731

    We have a number of existing B2B installations patched to 8298731 that are working correctly. Recently we performed a clean install of a new server and patched it to 8298731 as well (upgrading to 10.1.2.3 in the process). It has been configured in the same way as the existing servers as far as we can tell.
    The inbound EDIFACT messages from the new server all get "http://www.edifecs.com/xdata/100" as their namespace. Identically configured agreements with the same ecs/xsd files in the old servers yield correct namespaces, i.e. "urn:oracle:integration:b2b:FA335C8BE96E48F787F88928B5D21132".
    As the same files are used the error should not be in SpecBuilder/Document Editor. We have not modified the files, but have tried uploading them fresh to both the new and one of the old installations. The files are fine.
    The patch list from opatch displays only 8298731 for all the environments.
    I have tried purging the new environment and configuring it again. I don't quite dare to purge the old working environments in order to test if that breaks them, as that would stop several development projects.
    What could be wrong?

    We will try, I'll get back to you on that. It is on Linux (Red Hat 4, x86).
    Meanwhile I have found that the ip/oem/edifecs directory differs between the installations. A difference that is easy to spot is that the JavaDoc in ip/oem/edifecs/XEngine/help/JavaAPI is for build 826 in the newly installed server (that doesn't work) and for build 837 in the ones that work. Binaries (such as .so files) differ as well.
    Can it be that something is not updated in patch 8298731?
    The old servers that work were all installed a long time ago and have been updated regularly with MLR patches. The new server that fails was installed, upgraded to 10.1.2.3 and then patched directly to 8298731. Perhaps that leaves some files unpatched, or perhaps the patching process failed without saying so?

  • Problem with Fresh/New Exchange 2013 - Exchange Account, Unable to verify account information

    hi!
    For a client, i just setup AD (windows 2012 R2), and Exchange 2013 installed on Windows 2012 R2.
    The AD is brand new, the exchange is installed correctly, i setup send connectors, and i could send and receive emails succefully.
    But, when i want to use mobile devices like iphone, i receive the error as in title.
    I've not changed anything from the default policies of Mobile devices policy...
    What could be the problem?
    how can i fix?
    Regards!
    Lasandro Lopez

    Hi Lasandro,
    Agree with Dare, Exchange 2013 is not supported to run on Windows Server 2012 R2.
    Exchange 2013 SP1 will add Windows Server 2012 R2 as a supported operating system for Exchange Server 2013 with SP1.
    For more information, here is a blog for your reference.
    Exchange Server 2013 Service Pack 1 Coming in Early 2014
    http://blogs.technet.com/b/exchange/archive/2013/11/20/exchange-server-2013-service-pack-1-coming-in-early-2014.aspx
    Hope it helps.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Odd problem with fresh wiki install

    Has anyone else noticed when the wiki server is stopped, you get a LONG series of error messages in the log, which I think are associated with this:
    <bound method PageXMLDocument._del_ of <apple_utilities.PageGenerationTemplate.PageXMLDocument instance at
    I can't seem to back-in to what's happening...The wiki seems to behave okay...Any ideas?

    I had to log in as Directory Admin to get access and then changed permissions in the wiki settings tab. You have to have administrator access to edit the wiki's, when i looked at the permissions in the wiki I found that the diradmin is the only one with access on my migration from 10.5.7

  • Problem with upgrade windows 7 to windows 10 preview [HP2540p]

    Hello Everyone,
    I have a problem with fresh installation windows 10 preview from usb on HP Elitebook 2540p machine.  
    After message "windows is loading files" laptop is shutdown for a few seconds...
    Installation is interrupt
    I tried installed with iso prepared for UEFI or BIOS
    I have searched information on internet but I still can not  find anything.
    I also upgraded BIOS to 50 ver.
    Is there any possibility to install this OS on that machine?
    Maybe somebody of you had faced with similar problem?
    regards,
    Adam

    Finally I have solved this matter
    The problem was related with memory RAM.
    I had installed two memory in laptop:
    - original installed 2GB 1333MHZ Hynix
    - by me added 4GB 1333MHZ Corsair.
    Regarding with hardware specification memory bus is working at maximum 1066MHZ
    http://h20564.www2.hp.com/hpsc/doc/public/display?docLocale=null&docId=emr_na-c02068850
    I suppose that these differences were reason of my problems.
    Probably Corsair can not work with lower speed...
    When I removed 4GB RAM instalator windows 10 was started without issues.
    What is strange after installation I did test and once again installed 4GB memory and Windows is working... It is amazing
    Thanks for attention and help!

  • Problem with importing saved .json backup file in fresh installed firefox 3.6.8? Message "unable to process the backup file", when i choosed option "Restore" from menu "organize your bookmarks" !?

    Hello,
    my problem is with importing saved .json backup file in fresh installed firefox 3.6.8? Message "unable to process the backup file", when i choosed option "Restore" from menu "organize your bookmarks" !?
    Normally that i followed all instructions from your support site, and that i tried many things, but nothing helped :( !?
    my .json file isn't corrupted cause it was saved on another partition before formatting my OS.
    Please don't tell me that my bookmarks are lost :( cause i had many important things in that bookmarks, on 100.s pages :( ....
    Thanks in advance!
    Sincerely,
    hoho33

    "
    Can you restore that JSON backup in a new profile?
    Did you make sure that it is really a JSON backup and that there is no missing or hidden other file extension?
    A JSON backup starts with: {"title":"","id":1,"dateAdded"
    A HTML backup starts with: <!DOCTYPE NETSCAPE-Bookmark-file-1>
    You can try if you can restore that JSON backup in a new profile.
    Create a new profile as a test to check if your current profile is causing the problems
    See Basic Troubleshooting: Make a new profile
    If that new profile works then you can transfer some files from the old profile to that new profile (be careful not to copy corrupted files)
    See http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    Please for administration of this support site, make possibility to quote someone's answer, on this way is dificult to answer somebody who wrote some suggestion!
    No, i can't restore JSON backup in new profile, even on fresh installed OS XP SP3, with fresh installation of latest version of firefox!
    MAN I TOLD YOU 10X IT'S 200 % JSON BACKUP FILE!!! I'M NOT IN IT FROM YESTERDAY, I WORK IN IT 12 YEARS!!!
    I tried restoring json backup in new profile, but nothing, i couldn't restore, cause that stupid error from screen shot which i posted again appears !
    Man i'm not totally noob i repeat 2nd time here, and normally that i know to create new profile, and that i tried that, but that didn't help!
    I can't believe that FIREFOX has not good support team, and doesn't care for yours users, this will not give me more reason to use in future firefox
    like borwser, if i don't have good support, and when i have problem like this, to loose all my very important bookmarks and passwords on them, and
    firefox support won't to help me to solve my problem!
    If somebody from firefox support team read this, i can give you Remote desktop access to my computer to try solve this problem, like other serious company
    like HP, Dell , etc. give remote desktop support to their users!
    Corel are you from firefox support team? Please don't write same suggestions, cause i know to read, and i understand well if you write once some suggestion!
    Greetzz

  • Solaris 10 problem with installtion

    I have problem with installtion Solaris 10 Early Access Software x86 Platform Edition.
    I downloaded all images, and burned it.
    When I try boot from first CD i see screen with primary boot subsystem
    and computer it's frozen.
    Solaris text at screen is changed to Aolaris.
    that all what it's happen.
    My computer hardware:
    Intel 2,8 Prescot ( 1 MB cache ) HT
    512 RAM
    200 GB HardDrive SATA
    Mainboard GIGABYTE 8S655TX Ultra ( chipset SIS 655TX )
    Graphic Card Nvidia Geforce 5200 128 MB
    Anybody know what is wrong ?

    I cheked and evrythink ok at other computer.
    Maybe is somthing with BIOS setting
    ( I have USB keyboard ) but i don't think that is problem
    best regards
    Marcin

  • Problem with MTRR - X doesn't start after fresh install

    Hi all!
    I have a big problem with MTRR, i think...
    My PC Specs: P4 3GHZ with HT "prescot", Asus P4S800D-X, ATI x1650 Pro, 1024MB Ram Dual Channel, etc...
    I can't start the X system. When i try to try the new Xorg.conf, the X seems to start but the screen stays blank and sometimes can i go back to TTY and sometimes not...
    I've tryed with the following drivers and no luck.
    - Vesa: Blank Screen, sometimes keyboard works and sometimes not.
    - RadeonHD: The same...
    - Radeon (or ati): The same...
    At the end of the Xorg.0.log, i see the MTRR problem. the memory from the VGA Card is not detected automatically. The "cat /proc/mtrr" differs from ubuntu 8.04, when the X server works correctly.
    Ive been reading a lot in google and others forum and see a lots of tricks related to MTRR (but im not completly sure of that's the problem...) but every trick i try doesn't seems to work.
    I tryed the following tricks:
    - Adding the memory to /proc/mtrr manually = Added correctly but NO LUCK
    - Activate/Deactivate HotPlugging = NO LUCK
    - Adding to my boot line the "nopat" and "enable_mtrr_cleanup = MTRR keeps showing wrong memory (no video memory)
    - After adding correctly the memory to MTRR  try the xorg.conf but blank screen (i dunno if xorg rewrites the mtrr when run)
    - Some others tricks i cant remember...
    Also, with the radeonhd, i get this errors in xorg.0.log:
    - rhdAtomgetDDCIndex: GPIO_DDC Index 14 exceeds maximum 5
    - RHDCSStop: Command Submission backen is not active!
    - error setting MTRR ( base... blablabla) Invalid argument (22)
    That's not my first install, but i can't make it work. As i readed, it's a kernel problem related to 2.6.29, in 2.6.28 there's no problem but i dont have access to the old kernel.
    Can someone help my or i need to wait for a new kernel release to use Arch?
    Bye!
    Last edited by Driskol (2009-04-17 11:36:26)

    Driskol wrote:but i dont have access to the old kernel
    I can't solve your problem, but I can help you work around it by downgrading if nobody else can figure it out.
    You can find old packages here at the Arch Rollback Machine project repo someone thankfully keeps running,
    http://arm.nrk.cc/
    Just go to 'core' and get the package(s) you need and downgrade. There is also a thread on here somewhere about setting up pacman.conf to point to a specific date with ARM if you don't want to get individual stuff manually, but just doing it individually would probably be easier, as I don't expect the kernel has too many other things you need
    Last edited by FrozenFox (2009-04-17 10:51:42)

  • Many problems with a fresh installation on a DELL LAtitude E5510

    Hi all,
    i'm writing to let you know about so many problems and issues I'm experiencing with my new laptop. I love arch, but i think this is the pc which gave me the hugest number of problems. Most of them I think are arch-related, but some not...or maybe i don't know...probably all of them are because of my stupidity
    1
    the first was the problem with the keyboard. I was not able to use properly some chars like @#e in many applications (firefox, writer, kate (in kde)). TTY shell was properly working. Keyboard has been properly set in rc.conf and with setxkb. I partially solved installing gnome (and since here same problem) then i installed gnome extra and it seems to work now. I tested fedora and ubuntu live version and there wasn't any problem. I opened a thread for this
    2
    the problem related to shutdown is discussed here and is still unresolved. I don't know why, but i can't shut it down, it only restarts, also after the message "POWER OFF". No problems with ubuntu and fedora from the live cd. If i select shut down, i can correctly shut down
    3
    the third is a microphone problem. I tried with cited distros, but i'm not able to record anything and therefore no skype conversation is possible. I can hear but cannot be heard. I have 2 mics, a built' in and an exetrnal jack. I tried many combination with line in, front mic...but nothing to do.
    4
    i created a dual boot with win 7. from disk utility in gnome i saw that the windows partition is sda3. then i set the menu.lst with rootnoverify hd(0,2) but it gives me an error message saying: no MBR boot loader is installed. I'm very confused. so many problem on only a machine ( a dell brand new machine - people say dell is very compatible with linux...but...i'm not pretty sure)
    I wanted just to signal this situation. I don't knwo if you can help me. I don't know anymore what to do.
    Thanks a lot for your patience and your help!

    lang2 wrote:Have you resolved any of these issues? I probably will try to install Arch on the same laptop. This is a warning for me.
    Hi,
    well, i think that if you want to use all functionalities with this laptop, no linux distribution will give you the full support! I experienced all those problems, but i solved in some way some of them. Read the following!
    1
    the first was the problem with the keyboard. I was not able to use properly some chars like @#e in many applications (firefox, writer, kate (in kde)). TTY shell was properly working. Keyboard has been properly set in rc.conf and with setxkb. I partially solved installing gnome (and since here same problem) then i installed gnome extra and it seems to work now. I tested fedora and ubuntu live version and there wasn't any problem. I opened a thread for this
    This issue has been solved when i re-installed AGAIN arch! i don't what was before...but now, i'm writing from here, with GNOME. I don't know, but the only difference wrt the previous gnome installation was the partition scheme: i used a partition for boot, one for /var, one for home, etc...as explained in beginner's guide. I don't think it's related, but it's the only difference i can remember.
    2
    the problem related to shutdown is discussed here and is still unresolved. I don't know why, but i can't shut it down, it only restarts, also after the message "POWER OFF". No problems with ubuntu and fedora from the live cd. If i select shut down, i can correctly shut down
    this issue has been solved after one of the last system update. Actually i'm able to shut down and reboot correctly.
    3
    the third is a microphone problem. I tried with cited distros, but i'm not able to record anything and therefore no skype conversation is possible. I can hear but cannot be heard. I have 2 mics, a built' in and an exetrnal jack. I tried many combination with line in, front mic...but nothing to do.
    This is still unresolved!! I also asked in alsa irc-channel, the guy gave me instructions to perform some tests, and at the end, he said that he never heard about that chipset!
    Actually, sound is fine, mic doens't work. I tried ubuntu, fedora (both in live cd mode) and with all of them i'm not able to record any sound from mic. The strange thing is that in volume control there are controls for mic, but even if you enable them, you're not able to record. If you close and re-open volum control, they are again disabled. Nothing to do actually!
    4
    i created a dual boot with win 7. from disk utility in gnome i saw that the windows partition is sda3. then i set the menu.lst with rootnoverify hd(0,2) but it gives me an error message saying: no MBR boot loader is installed. I'm very confused. so many problem on only a machine ( a dell brand new machine - people say dell is very compatible with linux...but...i'm not pretty sure)
    I don't know why, but if I set hd(0,1) it works!
    MORE1:
    the SD-card reader, simply doesn't work! checked on internet i seems to be incompatible with linux!
    MORE2:
    i'm not able to make the touchpad working with side scroll! I didn't work a lot on it, as i'm using the external mouse...but this is an other issue. Just configuring xorg file, it doens't work.
    Let us know if you are able to solve any of these.
    Good luck

  • Problems with Nforce4 install - audio/ethernet/raid

    Just installed my Neo4 Platinum Nforce4 with XP Home SP2. I have a problem with the drivers. I went to the Nvidia site and download both the Unified Drivers and the standalone Kit for XP.
    The unified driver set didn't seem to do anything at all, it seemed to quit half way through the install without giving me any finished message. A quick look in device manager and I saw about seven items with yellow warnings!
    I then tried the standalone kit which worked better, however after the install I am still left with 3 items in device manager that are giving me warnings. Multimedia Audio Controller, Ethernet Controll & Serial ATA RAID controller. I have no audio at all, I just the BIOS is all is OK, as it is for everything else. In the sound section of control panel there is no audio hardware available.
    Can anyone help please? I dunno what I could have done wrong. It's a fresh install.

    I have now done eveything you've said. I installed the Nforce drivers off the CD, and then installed Realtek, Ethernet & RAID via Live update. I also tried to do the NVMixer & Nvidia Audio install install. I installed  realtek from the add/remove software menu. I then went into add new hardware and did manual install, show all hardware, have disk. Then I browsed to the Nvidia Audio codec folder on my desktop that I download. I was given an option of two drivers "nvmcp" & "nvmpu". I picked the first and ended up choosed "Nvidia audio codec interface" which then installed. It then appeared in device manager. However, when I clicked the audio panel in control panel I still get no audio device installed? I then tried to install NVMixer and when I try to run the application I get this message:
    "the application cannot start because it could not detect any NVIDIA Nforce hardware on your system...."
    What am I doing wrong? When I did the driver install there were two things listed in each driver "nvidia audio codec interface" and also "nvidia audio processing unit", which should I be choosing? Even if I try and installed the "MVP audio processing unit" I'll get a code(10) device cannot start in device manager. This is kinda confusing.
    I also wondered about the RAID controller software. The silicon image drivers that came on the MSI seem horrible, they installed Java too. Is there any way to disable this controller? In the BIOS I can only see one option to enable RAID and when this is enabled device mananger will show an error on an "unknown device". I assume this is the NVRaid? and speaking of NVraid which is mentioned in big fat type on the back of the MSI box, so far I've seen or heard none of it during this installtion?

  • Hanging problem with Adobe CS6 in Mountain Lion

    I recently upgraded my retina Macbook pro to Mountain Lion and was having some trouble with Adobe CS6 apps hanging on startup among other things (including iCal crashing on startup)
    I did a clean install of Mountain Lion and Manually rebuilt my applications folder so that Adobe MAster COllection was installed freshly on a clean install of ML.
    Now it is still sporadically hanging when I try to open Photoshop, Bridge or other Adobe apps. The only thing that seems to fix it is a restart which is inconvenient when you're in the middle of work.
    ANy ideas?

    Thanks for this. I had heard of the fonts problem some people have had. All my fonts were freshly installed by either the system or Adobe when I installed Master Collection. Following your advice, I just verified every font and the only problem that showed up (as you had predicted) was a minor duplication which I corrected. So, it seems unlikely to be the fonts.
    As for your other point, I have been using Final Cut Pro X and that has worked fine. The only other app that has given me trouble has been Calendar which seems to get strangely stuck sometimes while it is updating. Makes me wonder if there's something going on with the network I'm using. 
    One thing I hadn't thought of was that it could be a problem with gfx card switcher. This seems unlikely but I'll try disabling it and see if that helps.
    Weirdly, today when I had this issue, Photoshop loaded up ok but then hung when I tried to load any file into it. Bridge wouldn't start at all. I didn't try the others. Yesterday I was having problems with Illustrator.
    Anyway, I see what you mean about it not being a widespread problem - which is why I started this thread. It seems no one else is having any issues. If anyone else knows what I should look for in my configuration please let me know.

  • Problems with Steam - Dota2 and ETS2

    Hello
    I had never problems with Arch + xfce but last time I made fresh install of Arch with KDE and problems begins. Strange logs in steam running Dota 2 and Euro Truck Simulator 2. Dota 2 freezing, jumping even 60+ fps, both games can freeze for 1 min with sound.
    Lenovo Y580 - GTX660M
    After running Dota 2 with launch options (optirun -b primus %command% -console) output from console:
    Game update: AppID 570 "Dota 2", ProcID 1441, IP 0.0.0.0:0
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    pid 1455 != 1454, skipping destruction (fork without exec?)
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
    Installing breakpad exception handler for appid(gameoverlayui)/version(20140715181500_client)
    Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
    Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    [0725/222647:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
    [0725/222647:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
    Installing breakpad exception handler for appid(gameoverlayui)/version(1.0_client)
    Using breakpad crash handler
    Setting breakpad minidump AppID = 570
    Forcing breakpad minidump interfaces to load
    Looking up breakpad interfaces from steamclient
    Calling BreakpadMiniDumpSystemInit
    Looking up breakpad interfaces from steamclient
    Calling BreakpadMiniDumpSystemInit
    Steam_SetMinidumpSteamID: Caching Steam ID: 76561198074650116 [API loaded yes]
    Steam_SetMinidumpSteamID: Setting Steam ID: 76561198074650116
    SDL video target is 'x11'
    SDL failed to create GL compatibility profile (whichProfile=0!
    This system supports the OpenGL extension GL_EXT_framebuffer_object.
    This system supports the OpenGL extension GL_EXT_framebuffer_blit.
    This system supports the OpenGL extension GL_EXT_framebuffer_multisample.
    This system DOES NOT support the OpenGL extension GL_APPLE_fence.
    This system supports the OpenGL extension GL_NV_fence.
    This system supports the OpenGL extension GL_ARB_sync.
    This system supports the OpenGL extension GL_EXT_draw_buffers2.
    This system supports the OpenGL extension GL_EXT_bindable_uniform.
    This system DOES NOT support the OpenGL extension GL_APPLE_flush_buffer_range.
    This system supports the OpenGL extension GL_ARB_map_buffer_range.
    This system supports the OpenGL extension GL_ARB_vertex_buffer_object.
    This system supports the OpenGL extension GL_ARB_occlusion_query.
    This system DOES NOT support the OpenGL extension GL_APPLE_texture_range.
    This system DOES NOT support the OpenGL extension GL_APPLE_client_storage.
    This system DOES NOT support the OpenGL extension GL_ARB_uniform_buffer.
    This system supports the OpenGL extension GL_ARB_vertex_array_bgra.
    This system supports the OpenGL extension GL_EXT_vertex_array_bgra.
    This system supports the OpenGL extension GL_ARB_framebuffer_object.
    This system DOES NOT support the OpenGL extension GL_GREMEDY_string_marker.
    This system supports the OpenGL extension GL_ARB_debug_output.
    This system supports the OpenGL extension GL_EXT_direct_state_access.
    This system supports the OpenGL extension GL_NV_bindless_texture.
    This system DOES NOT support the OpenGL extension GL_AMD_pinned_memory.
    This system supports the OpenGL extension GL_EXT_framebuffer_multisample_blit_scaled.
    This system supports the OpenGL extension GL_EXT_texture_sRGB_decode.
    This system supports the OpenGL extension GL_NVX_gpu_memory_info.
    This system DOES NOT support the OpenGL extension GL_ATI_meminfo.
    This system supports the OpenGL extension GL_EXT_texture_compression_s3tc.
    This system supports the OpenGL extension GL_EXT_texture_compression_dxt1.
    This system DOES NOT support the OpenGL extension GL_ANGLE_texture_compression_dxt3.
    This system DOES NOT support the OpenGL extension GL_ANGLE_texture_compression_dxt5.
    This system DOES NOT support the OpenGL extension GLX_EXT_swap_control_tear.
    GL_NV_bindless_texture: DISABLED
    GL_AMD_pinned_memory: DISABLED
    GL_EXT_texture_sRGB_decode: AVAILABLE
    GL_NVX_gpu_memory_info: AVAILABLE
    GL_ATI_meminfo: UNAVAILABLE
    GL_NVX_gpu_memory_info: Total Dedicated: 2097152, Total Avail: 2097152, Current Avail: 2076116
    GL_MAX_SAMPLES_EXT: 32
    Adding VPK file: /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/dota/sound_vo_english
    Adding VPK file: /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/dota/pak01
    Adding VPK file: /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/platform/pak01
    Did not detect any valid joysticks.
    WARNING: unable to link Test_StartScript and Test_StartScript because one or more is a ConCommand.
    WARNING: unable to link Test_RandomChance and Test_RandomChance because one or more is a ConCommand.
    WARNING: unable to link Test_LoopForNumSeconds and Test_LoopForNumSeconds because one or more is a ConCommand.
    WARNING: unable to link Test_Loop and Test_Loop because one or more is a ConCommand.
    WARNING: unable to link Test_LoopCount and Test_LoopCount because one or more is a ConCommand.
    WARNING: unable to link Test_StartLoop and Test_StartLoop because one or more is a ConCommand.
    WARNING: unable to link log_flags and log_flags because one or more is a ConCommand.
    WARNING: unable to link log_color and log_color because one or more is a ConCommand.
    WARNING: unable to link log_verbosity and log_verbosity because one or more is a ConCommand.
    WARNING: unable to link log_level and log_level because one or more is a ConCommand.
    WARNING: unable to link log_dumpchannels and log_dumpchannels because one or more is a ConCommand.
    Load a scaleform font provider?
    Creating D3D9 device with D3DCREATE_MULTITHREADED
    IDirect3DDevice9::Create: BackBufWidth: 1366, BackBufHeight: 768, D3DFMT: 3, BackBufCount: 1, MultisampleType: 0, MultisampleQuality: 0
    GL sampler object usage: DISABLED
    ##### swap interval = 0 swap limit = 1 #####
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
    Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
    !! Controller config file passed by steamworks game 570 did not exist at /home/akikyo/.local/share/Steam/SteamApps/common/dota 2 beta/dota/cfg/controller.vdf
    Installing breakpad exception handler for appid(steam)/version(1405474565_client)
    [0725/222707:ERROR:object_proxy.cc(239)] Failed to call method: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.NetworkManager was not provided by any .service files
    [0725/222707:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation
    Im not able to run ETS 2 it's going to change resolution to 1024x768 in whole desktop and then crash. (Launch option: optirun -b primus %command%) output:
    Game update: AppID 227300 "Euro Truck Simulator 2", ProcID 1554, IP 0.0.0.0:0
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    (steam:1358): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent.
    ERROR: ld.so: object '/home/akikyo/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
    Setting breakpad minidump AppID = 227300
    Steam_SetMinidumpSteamID: Caching Steam ID: 76561198074650116 [API loaded no]
    Registered appid 227300 to use native controller config at /home/akikyo/.local/share/Steam/SteamApps/common/Euro Truck Simulator 2/controller.vdf
    X Error of failed request: GLXUnsupportedPrivateRequest
    Major opcode of failed request: 155 (GLX)
    Minor opcode of failed request: 16 (X_GLXVendorPrivate)
    Serial number of failed request: 80
    Current serial number in output stream: 82
    Game removed: AppID 227300 "Euro Truck Simulator 2", ProcID 1567
    sudo journalctl
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508930] [WARN][XORG] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508943] [WARN][XORG] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508969] [WARN][XORG] (WW) Unresolved symbol: fbGetGCPrivateKey
    Jul 25 22:35:15 lenovo bumblebeed[396]: [ 891.508984] [WARN][XORG] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    Jul 25 22:35:16 lenovo kernel: eurotrucks2[1567]: segfault at 17 ip 00007f40f1e30433 sp 00007fff05479db0 error 6 in steamclient.so[7f40f1b66000+f7b000]
    Jul 25 22:35:16 lenovo kernel: [drm] Module unloaded
    Jul 25 22:35:16 lenovo kernel: bbswitch: disabling discrete graphics
    Jul 25 22:35:16 lenovo kernel: ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140214/nsarguments-95)
    Jul 25 22:35:16 lenovo kernel: pci 0000:01:00.0: Refused to change power state, currently in D0
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838215] [ERROR][XORG] (EE) Server terminated successfully (0). Closing log file.
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838233] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838238] [ERROR][XORG] (EE) Backtrace:
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838242] [ERROR][XORG] (EE) 0: Xorg (xorg_backtrace+0x56) [0x58f186]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838245] [ERROR][XORG] (EE) 1: Xorg (0x400000+0x192fc9) [0x592fc9]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838249] [ERROR][XORG] (EE) 2: /usr/lib/libpthread.so.0 (0x7fd21c5c8000+0xf4b0) [0x7fd21c5d74b0]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838256] [ERROR][XORG] (EE) 3: /usr/lib/libc.so.6 (malloc_usable_size+0x25) [0x7fd21b290d25]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838272] [ERROR][XORG] (EE) 4: /usr/lib/nvidia/libGL.so.1 (0x7fd21818b000+0xb61d9) [0x7fd2182411d9]
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838286] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838298] [ERROR][XORG] (EE) Segmentation fault at address 0x0
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838306] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838317] [ERROR][XORG] (EE) Caught signal 11 (Segmentation fault). Server aborting
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838320] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838323] [ERROR][XORG] (EE)
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838329] [ERROR][XORG] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    Jul 25 22:35:17 lenovo bumblebeed[396]: [ 892.838334] [ERROR][XORG] (EE)
    sudo nano /var/log/Xorg.8.log
    X.Org X Server 1.15.2
    Release Date: 2014-06-27
    [ 887.399] X Protocol Version 11, Revision 0
    [ 887.399] Build Operating System: Linux 3.15.1-1-ARCH x86_64
    [ 887.399] Current Operating System: Linux lenovo 3.15.5-2-ARCH #1 SMP PREEMPT Fri Jul 11 07:56:02 CEST 2014 x86_64
    [ 887.399] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=a89135f9-ef1e-4b90-a073-ee78d492b58a rw rcutree.rcu_idle_gp_delay=1 quiet
    [ 887.399] Build Date: 27 June 2014 07:32:26PM
    [ 887.399]
    [ 887.399] Current version of pixman: 0.32.6
    [ 887.399] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 887.399] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 887.399] (==) Log file: "/var/log/Xorg.8.log", Time: Fri Jul 25 22:35:11 2014
    [ 887.400] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 887.400] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 887.400] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 887.400] (==) ServerLayout "Layout0"
    [ 887.400] (==) No screen section available. Using defaults.
    [ 887.400] (**) |-->Screen "Default Screen Section" (0)
    [ 887.400] (**) | |-->Monitor "<default monitor>"
    [ 887.400] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 887.400] (**) | |-->Device "DiscreteNvidia"
    [ 887.400] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 887.400] (**) Option "AutoAddDevices" "false"
    [ 887.400] (**) Option "AutoAddGPU" "false"
    [ 887.400] (**) Not automatically adding devices
    [ 887.400] (==) Automatically enabling devices
    [ 887.400] (**) Not automatically adding GPU devices
    [ 887.401] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 887.401] Entry deleted from font path.
    [ 887.401] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 887.401] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 887.401] Entry deleted from font path.
    [ 887.401] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 887.401] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/
    [ 887.401] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 887.401] (==) |-->Input Device "<default pointer>"
    [ 887.401] (==) |-->Input Device "<default keyboard>"
    [ 887.401] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 887.401] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 887.401] (II) Loader magic: 0x811cc0
    [ 887.401] (II) Module ABI versions:
    [ 887.401] X.Org ANSI C Emulation: 0.4
    [ 887.401] X.Org Video Driver: 15.0
    [ 887.401] X.Org XInput driver : 20.0
    [ 887.401] X.Org Server Extension : 8.0
    [ 887.401] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 887.401] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 887.401] setversion 1.4 failed: Permission denied
    [ 887.403] (--) PCI:*(0:1:0:0) 10de:0fd4:17aa:3977 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 887.403] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 887.403] Initializing built-in extension Generic Event Extension
    [ 887.404] Initializing built-in extension SHAPE
    [ 887.404] Initializing built-in extension MIT-SHM
    [ 887.404] Initializing built-in extension XInputExtension
    [ 887.404] Initializing built-in extension XTEST
    [ 887.404] Initializing built-in extension BIG-REQUESTS
    [ 887.404] Initializing built-in extension SYNC
    [ 887.404] Initializing built-in extension XKEYBOARD
    [ 887.404] Initializing built-in extension XC-MISC
    [ 887.404] Initializing built-in extension SECURITY
    [ 887.404] Initializing built-in extension XINERAMA
    [ 887.404] Initializing built-in extension XFIXES
    [ 887.404] Initializing built-in extension RENDER
    [ 887.404] Initializing built-in extension RANDR
    [ 887.404] Initializing built-in extension COMPOSITE
    [ 887.404] Initializing built-in extension DAMAGE
    [ 887.404] Initializing built-in extension MIT-SCREEN-SAVER
    [ 887.404] Initializing built-in extension DOUBLE-BUFFER
    [ 887.404] Initializing built-in extension RECORD
    [ 887.404] Initializing built-in extension DPMS
    [ 887.404] Initializing built-in extension Present
    [ 887.404] Initializing built-in extension DRI3
    [ 887.404] Initializing built-in extension X-Resource
    [ 887.404] Initializing built-in extension XVideo
    [ 887.404] Initializing built-in extension XVideo-MotionCompensation
    [ 887.404] Initializing built-in extension XFree86-VidModeExtension
    [ 887.404] Initializing built-in extension XFree86-DGA
    [ 887.404] Initializing built-in extension XFree86-DRI
    [ 887.404] Initializing built-in extension DRI2
    [ 887.404] (II) "glx" will be loaded by default.
    [ 887.404] (II) LoadModule: "dri2"
    [ 887.404] (II) Module "dri2" already built-in
    [ 887.404] (II) LoadModule: "glamoregl"
    [ 887.404] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 887.454] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 887.454] compiled for 1.15.0, module version = 0.6.0
    [ 887.454] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 887.454] (II) LoadModule: "glx"
    [ 887.454] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 887.495] (II) Module glx: vendor="NVIDIA Corporation"
    [ 887.495] compiled for 4.0.2, module version = 1.0.0
    [ 887.495] Module class: X.Org Server Extension
    [ 887.495] (II) NVIDIA GLX Module 340.24 Wed Jul 2 15:04:31 PDT 2014
    [ 887.495] Loading extension GLX
    [ 887.495] (II) LoadModule: "nvidia"
    [ 887.495] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 887.500] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 887.500] compiled for 4.0.2, module version = 1.0.0
    [ 887.500] Module class: X.Org Video Driver
    [ 887.500] (II) LoadModule: "mouse"
    [ 887.500] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 887.502] (II) Module mouse: vendor="X.Org Foundation"
    [ 887.502] compiled for 1.15.0, module version = 1.9.0
    [ 887.502] Module class: X.Org XInput Driver
    [ 887.502] ABI class: X.Org XInput driver, version 20.0
    [ 887.502] (II) LoadModule: "kbd"
    [ 887.502] (WW) Warning, couldn't open module kbd
    [ 887.502] (II) UnloadModule: "kbd"
    [ 887.502] (II) Unloading kbd
    [ 887.502] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 887.502] (II) NVIDIA dlloader X Driver 340.24 Wed Jul 2 14:42:23 PDT 2014
    [ 887.502] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 887.502] (--) using VT number 1
    [ 887.502] (II) Loading sub module "fb"
    [ 887.502] (II) LoadModule: "fb"
    [ 887.502] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 887.504] (II) Module fb: vendor="X.Org Foundation"
    [ 887.504] compiled for 1.15.2, module version = 1.0.0
    [ 887.504] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 887.504] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 887.504] (II) Loading sub module "wfb"
    [ 887.504] (II) LoadModule: "wfb"
    [ 887.504] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 887.506] (II) Module wfb: vendor="X.Org Foundation"
    [ 887.506] compiled for 1.15.2, module version = 1.0.0
    [ 887.506] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 887.506] (II) Loading sub module "ramdac"
    [ 887.506] (II) LoadModule: "ramdac"
    [ 887.506] (II) Module "ramdac" already built-in
    [ 887.506] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 887.506] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 887.506] (==) NVIDIA(0): RGB weight 888
    [ 887.506] (==) NVIDIA(0): Default visual is TrueColor
    [ 887.506] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 887.506] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 887.506] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 887.507] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 887.507] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 887.507] (**) NVIDIA(0): Enabling 2D acceleration
    [ 887.507] (**) NVIDIA(0): Ignoring EDIDs
    [ 887.507] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 887.507] (**) NVIDIA(0): mode
    [ 891.006] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 891.008] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 660M (GK107) at PCI:1:0:0 (GPU-0)
    [ 891.008] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 891.008] (--) NVIDIA(0): VideoBIOS: 80.07.3c.00.16
    [ 891.008] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 891.008] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 660M at PCI:1:0:0
    [ 891.008] (--) NVIDIA(0): none
    [ 891.008] (II) NVIDIA(0): Validated MetaModes:
    [ 891.008] (II) NVIDIA(0): "NULL"
    [ 891.008] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 891.008] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 891.008] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 891.008] (--) Depth 24 pixmap format is 32 bpp
    [ 891.008] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 891.008] (II) NVIDIA: access.
    [ 891.013] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 891.013] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 891.013] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 891.013] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 891.013] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 891.013] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 891.013] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 891.013] (II) NVIDIA(0): Config Options in the README.
    [ 891.013] (II) NVIDIA(0): Setting mode "NULL"
    [ 891.028] Loading extension NV-GLX
    [ 891.035] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 891.035] (==) NVIDIA(0): Backing store enabled
    [ 891.035] (==) NVIDIA(0): Silken mouse enabled
    [ 891.035] (==) NVIDIA(0): DPMS enabled
    [ 891.035] Loading extension NV-CONTROL
    [ 891.036] (II) Loading sub module "dri2"
    [ 891.036] (II) LoadModule: "dri2"
    [ 891.036] (II) Module "dri2" already built-in
    [ 891.036] (II) NVIDIA(0): [DRI2] Setup complete
    [ 891.036] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 891.036] (--) RandR disabled
    [ 891.044] (II) Initializing extension GLX
    [ 891.100] (II) Using input driver 'mouse' for '<default pointer>'
    [ 891.100] (**) Option "CorePointer" "on"
    [ 891.100] (**) <default pointer>: always reports core events
    [ 891.100] (WW) <default pointer>: No Device specified, looking for one...
    [ 891.146] (II) <default pointer>: Setting Device option to "/dev/input/mice"
    [ 891.146] (--) <default pointer>: Device: "/dev/input/mice"
    [ 891.146] (==) <default pointer>: Protocol: "Auto"
    [ 891.146] (**) <default pointer>: always reports core events
    [ 891.146] (**) Option "Device" "/dev/input/mice"
    [ 891.200] (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    [ 891.200] (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    [ 891.200] (**) <default pointer>: Buttons: 9
    [ 891.200] (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE, id 6)
    [ 891.200] (**) <default pointer>: (accel) keeping acceleration scheme 1
    [ 891.200] (**) <default pointer>: (accel) acceleration profile 0
    [ 891.200] (**) <default pointer>: (accel) acceleration factor: 2.000
    [ 891.200] (**) <default pointer>: (accel) acceleration threshold: 4
    [ 891.200] (II) <default pointer>: Setting mouse protocol to "ExplorerPS/2"
    [ 891.493] (II) <default pointer>: ps2EnableDataReporting: succeeded
    [ 891.493] (II) LoadModule: "kbd"
    [ 891.494] (WW) Warning, couldn't open module kbd
    [ 891.494] (II) UnloadModule: "kbd"
    [ 891.494] (II) Unloading kbd
    [ 891.494] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 891.494] (EE) No input driver matching `kbd'
    [ 891.497] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 891.497] (II) AutoAddDevices is off - not adding device.
    [ 891.497] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 891.497] (II) AutoAddDevices is off - not adding device.
    [ 891.497] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 891.497] (II) AutoAddDevices is off - not adding device.
    [ 891.498] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 891.498] (II) AutoAddDevices is off - not adding device.
    [ 891.498] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 891.498] (II) AutoAddDevices is off - not adding device.
    [ 891.498] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 891.498] (II) AutoAddDevices is off - not adding device.
    [ 891.499] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 891.499] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 891.499] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 891.499] setversion 1.4 failed: Permission denied
    [ 891.499] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/event7)
    [ 891.499] (II) AutoAddDevices is off - not adding device.
    [ 891.500] (II) config/udev: Adding input device Logitech USB Optical Mouse (/dev/input/mouse0)
    [ 891.500] (II) AutoAddDevices is off - not adding device.
    [ 891.500] (II) config/udev: Adding input device CHESEN USB Keyboard (/dev/input/event8)
    [ 891.500] (II) AutoAddDevices is off - not adding device.
    [ 891.501] (II) config/udev: Adding input device CHESEN USB Keyboard (/dev/input/event9)
    [ 891.501] (II) AutoAddDevices is off - not adding device.
    [ 891.501] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event12)
    [ 891.501] (II) AutoAddDevices is off - not adding device.
    [ 891.501] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
    [ 891.501] (II) AutoAddDevices is off - not adding device.
    [ 891.502] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
    [ 891.502] (II) AutoAddDevices is off - not adding device.
    [ 891.502] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
    [ 891.502] (II) AutoAddDevices is off - not adding device.
    [ 891.502] (II) config/udev: Adding input device Lenovo EasyCamera (/dev/input/event16)
    [ 891.502] (II) AutoAddDevices is off - not adding device.
    [ 891.503] (II) config/udev: Adding input device Ideapad extra buttons (/dev/input/event10)
    [ 891.503] (II) AutoAddDevices is off - not adding device.
    [ 891.503] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event6)
    [ 891.503] (II) AutoAddDevices is off - not adding device.
    [ 891.503] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
    [ 891.504] (II) AutoAddDevices is off - not adding device.
    [ 891.504] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 891.504] (II) AutoAddDevices is off - not adding device.
    [ 891.504] (II) config/udev: Adding input device PC Speaker (/dev/input/event11)
    [ 891.504] (II) AutoAddDevices is off - not adding device.
    [ 892.695] (II) UnloadModule: "mouse"
    [ 892.720] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 892.723] (EE) Server terminated successfully (0). Closing log file.
    Last edited by Akikyo (2014-07-24 21:04:45)

    I can't be sure but most of the dota2 output looks "normal" to me (I get the same yet it works fine).
    eurotrucks is clearly crashing. You could try to force the resolution it uses in its config files?
    Or maybe it's missing a lib (you may need to install 32bit versions):
    ldd /path/to/eurotrucks
    to see if that's the case. If not, you might have to take it up with the eurotrucks developers.
    And you could try using fluxbox/openbox just to see what happens. A lot lighter than KDE.
    Have a good look though: https://wiki.archlinux.org/index.php/Steam
    and remember to check for missing 32bit libs.

Maybe you are looking for

  • Moving photos back into iphoto from DVD back-up

    I have lost several hundred photos (through my own error). I have them backed up on DVD in the iphoto format. Iphoto recognizes the disk when I put it in. I'm wondering the best way to transfer these photos back onto my computer and into my iphoto li

  • Sound only when "Solo'ed)

    Hey. I'm finding GB very frustrating. I've been doing this for years w/Cakewalk but...anyway...I have many questions but the immediate frustration is: NO sound in my project unless I "SOLO" every track. I got very nervous & tried another song (projec

  • Can I use DBTableOraDataSourceLoginModule with OC4J/OAS 10.1.3.0  ?

    Hi, I am implementing security as described in Frank's docs : http://www.oracle.com/technology/products/jdev/howtos/1013/oc4jjaas/oc4j_jaas_login_module.htm I am using JDeveloper 10.1.3.1 and OC4J 10.1.3.0 / OAS 10.1.3.0. The question is : 1) Will DB

  • Using Tabstrip on Report Selektion

    Hi, I'm using a Tabstrip for a report selection this works fine. Now I would like to make a tab invisible depending on an entry of an other entry field on the screen (this field is not on any tab) Any hints ? Message was edited by: Olaf Bethke

  • For device PCI \ VEN_10EC & DEV_5209 & SUBSYS_3577103C & REV_01 no drivers installed

    Hi! After installing Windows 7 Pro on a laptop HP 635 not working network controller. For the device drivers are not installed (Code 28). I don't know where to get the drivers. Please help. (Sorry for my bad English)