| Error message: Windows Creation Error | 
        
        
            
                | Garnem Balbozar Registered User Join date: 6 Jan 2008 Posts: 2 | 05-10-2009 11:58 I am using OpenSUSE 11.1 with Nvidia gforce 8400 video card. Installed the drivers for the card and SL will not open up. Please help.
 I purchased this card to replace the onboard Video. SL was really lagging and didn't recognize my new video card that was installed. Downloaded and installed drivers and now I get the error message. After I installed the card. I had to manually configure X11 file to even get the GUI working, as it dropped me down to a command prompt.
 
 Any Suggestions?
 | 
        
            
                | Garnem Balbozar Registered User Join date: 6 Jan 2008 Posts: 2 | Problem Resolved 05-11-2009 12:04 The issue has been resolved. Installed the Nvidia Driver from nvidia. No problems for now, except for the music lagging and no video display on the SL television. | 
        
            
                | Shilo Darkfold Registered User Join date: 22 Nov 2008 Posts: 1 | Same error. 05-20-2009 20:46 I installed Ubuntu Jaunty today, and the SL viewer.  The viewer worked after installing it.  But later in the evening after some other installations and general playing around, it no longer works, I get the window creation error.  As far as I can tell none of my video settings are different, I'm still running the most up to date Nvidia driver, etc.  I've tried to undo everything I did since I had it working, but I'm fairly inexperienced with linux. | 
        
            
                | Yasmin Nemeth Registered User Join date: 2 Mar 2007 Posts: 60 | 05-21-2009 00:44 From: Shilo Darkfold I installed Ubuntu Jaunty today, and the SL viewer.  The viewer worked after installing it.  But later in the evening after some other installations and general playing around, it no longer works, I get the window creation error.  As far as I can tell none of my video settings are different, I'm still running the most up to date Nvidia driver, etc.  I've tried to undo everything I did since I had it working, but I'm fairly inexperienced with linux.Run in a shell: glxinfo |grep direct    you should get:      direct rendering: Yes Try:  running secondlife with: DISPLAY=:0 ./secondlife Also maybe reinstall the nvidia driver | 
        
            
                | Isaac Ceawlin Registered User Join date: 3 Apr 2007 Posts: 1 | Same story 06-18-2009 07:46 The exact same scenario here. I unpacked my new computer,correctly installed ubuntu, the nvidia driver and SL. Upon first start there are no problems whatsoever, i was able to run SL @ultra settings with no glitches.
 Now,2 hours later it's sort of dead.I did reinstall the driver without any effect.
 The first recommended command answers:
 direct rendering: Yes
 GL_EXT_depth_bounds_test, GL_EXT_direct_state_access
 
 This is really odd,since my system is brandnew and up to date.I'd be thankful for any hints as I keep trying.
 | 
        
            
                | Manimal Laryukov Registered User Join date: 7 Jun 2008 Posts: 5 | 07-05-2009 17:20 I also have this problem, and am running Debian Squeeze w/ everything up to date. Everything was working fine until yesterday, and I do have direct rendering enabled on my system. | 
        
            
                | Asriazh Frye Smart Cookie   Join date: 30 Sep 2006 Posts: 173 | 07-06-2009 07:51 Even tho you didnt make any changes to the drivers and SL itself, theres still the possibility that a new kernel or a new xorg version got installed. Whenever that happens, you need to reinstall the nvidia driver too. ...just in case you didnt know ^^;
 - Asriazh
 | 
        
            
                | Mysty Saunders Registered User Join date: 12 Mar 2008 Posts: 9 | 08-05-2009 04:26 If you have made changes to the anti-alias settings in hardware options delete your .secondlife folder from your home directory. Make any needed anti alias setting changes from the nvidia or ATI control panel directly,
 Hope that helps
 | 
        
            
                | Boroondas Gupte Registered User Join date: 16 Sep 2005 Posts: 186 | 08-06-2009 12:59 From: Mysty Saunders delete your .secondlife folder from your home directory.Be aware that this will also delete your chat and IM logs etc., if any. I think one can get the actual setting file(s) by:find ~/.secondlife |grep "settings[[:alnum:]_]*\.xml" (There might be several if you use different viewer versions.) Or just move .secondlife to another name instead of deleting it, e.g.mv ~/.secondlife ~/.secondlife_`date +%F` |