Thanks for the reply, but a solution is still unclear. I have installed an OpenGL test (OpenGL Extensions Viewer 4.1), but I am unsure of how to use it/ what to do with it. In addition, I am unsure of how to alter the power saving for my card. I have however, used the control panel for my card and changed the OpenGL Rendering GPU to my graphics card, but this has made no difference. In Repetier Host, I changed the draw method to VBOs (Best), and when I reloaded the programme, the log said this:14:03:43.817 : OpenGL version:1.1.0
14:03:43.817 : OpenGL extensions:GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
14:03:43.817 : OpenGL renderer:GDI Generic
14:03:43.817 : Fast VBOs for rendering not supported. Using slower default method.
14:03:44.147 : Error drawing 3d view:Unable to find an entry point named 'glGenBuffers' in DLL 'opengl32.dll'. / at OpenTK.Graphics.OpenGL.GL.Core.GenBuffers(Int32 n, UInt32* buffers)
at OpenTK.Graphics.OpenGL.GL.GenBuffers(Int32 n, Int32[] buffers)
at RepetierHostExtender.geom.Submesh.Draw(Int32 method, Vector3 edgetrans, Boolean forceFaces, Boolean forceOutside)
at RepetierHost.model.Coordinate.DrawArrow()
at RepetierHost.model.Coordinate.Draw(Int32 viewport_x, Int32 viewport_y, Double rotX, Double rotZ, Int32 offset)
at RepetierHost.view.ThreeDControl.DrawCoordinate()
at RepetierHost.view.ThreeDControl.gl_Paint(Object sender, PaintEventArgs e)
Are there any other suggestions you could make which would help to fix this issue?