Debian Hardware :: How To Install Intel Graphic Card And Update Opengl Version To 4.1

Jun 22, 2011

The system has driver for intel, but the opengl version is 2.1. How to update opengl version to 4.1. (intel 945). For ATI just download driver version 11.5 and install it. All is OK.

View 1 Replies


ADVERTISEMENT

Debian Hardware :: Graphic Card Intel HD4400 Not Recognized

Sep 15, 2014

I'm trying to make things work on my laptop. Almost done, but there is one hardware issue left. I have a Intel HD4400 graphic card. But it seems that it is not recognized. I had an issue loading Gnome3.

Code: Select allGNOME 3 Failed to Load

Unfortunately GNOME 3 failed to start properly and started in the fallback mode.

This most likely means your system (graphics hardware or driver) is not capable of delivering the full GNOME 3 experience

Another thing :
Code: Select all$ grep EE /var/log/Xorg.0.log
[    29.117] (EE) FBDEV(0): FBIOPUTCMAP: Invalid argument

Also, if I go in "applications" ->"system tools" -> "Preferences" -> "System settings" and then in "Details, under Graphics I have "Drivers : unknown", "Experience : Fallback".

And as a consequence, I can't use dual-screen. If I plug another sreen, I have an exact copy, not even with a good resolution.

I search on the web for solutions, but I didn't understand much. I don't know what Xorg is, x-window, etc...

View 3 Replies View Related

OpenSUSE Install :: 11.1 To 11.2 - Update Or New Installation With Intel 915 Graphic?

Apr 14, 2010

I should install a new openSuse 11.2 or if I should make an Update-Installation from DVD (see openSUSE 11.2 Installation Quick Start Installation Mode: Select Mode - New Installation / Update / [...]) or an Update Installation via Yast.Now I am using openSuse 11.1 and Gnome 2.24.1 (mostly, 1 account is using KDE) and Kernel Linux 2.6.27.45-01.1-pae. "/home" is on an separated partition (as part of an extended partition).

Contra new installation?:

- I have an Laptop (Samsung x20) with integrated intel 915 graphic and an very hight resolution (1400x1050). The monitor's resolution is not listed in the bios of the graphic cart/solution. Because of that I had many problems with my fist installation of suse/openSuse linux.

- Will I have problems to keep my old accounts?

Pro new installation?:

- Sometimes funny system reports (mostly about ICE).

- I have been logged in as root in Gnome (as I had some problems with (no) audio, the digital optical audio out is still not running).

- I think the fist installation was a few years ago maybe I had been to often "bold".

View 9 Replies View Related

Ubuntu Installation :: Update Graphic Driver - It Keeps Saying Graphic Card Is Outdated?

Mar 30, 2010

So I finally got ubuntu..I wanted to play team fortress 2.Runs great in wine etc.But 1 problem.It keeps saying my graphic card is outdated.I cant see anything.So I downloaded the driver from nvidia website.Followed some instructions.But it says cannot open binary file or something.Is there any other way to update graphic drivers.Cause I realy still want to play some windows games.Mount&blade, Atlantica online,team fortress 2 etc

View 1 Replies View Related

General :: NVIDIA Vs ATI Vs Intel Video Card Drivers - OpenGL?

Nov 6, 2010

How is OpenGL support (specifically OpenGL 3.x) in the different video card drivers available for Linux?Assuming that the hardware supported it well, would the drivers be an issue?

View 1 Replies View Related

OpenSUSE :: Kde 4.4.4 And Intel 865g Graphic Card?

Jan 16, 2011

I've got a problem to use intel graphic card and kde. When I enable opengl support it seems threa re refresh problems, botton now are visible, now not, it seems a blinking effect and when I move the pointer it seems kde try to re-draw the object but the object get invisible, so a relay mess. Xrender instead work but it's slow. Whit opensuse 11.2 all was ok. glxgears however shows me pretty good performance so I don't understand where is the problem.

View 7 Replies View Related

Debian Configuration :: Install The Graphic Card Driver?

Jul 18, 2010

I just installed Debian 5 in my pc. I have made all the updates but my screen is a bit bright and the resolution isn't very good. I think that i need to install the graphic card driver but all the solution i find in google didn't work . My laptop is Toshiba satellite pro u400 and my card is Intel GMA 4500 MHD.

View 4 Replies View Related

Ubuntu :: Laptop Refresh Rate Stuck At 50hz With Intel 965gm Graphic Card?

Feb 28, 2011

I had an old thinkpad x61s laptop running ubuntu 10.10 with an intel gm965 graphics card. When i checked the monitor today it says the refreshing rate is 50hz and there is no other option available. I vaguely remember it used to be working at 60hz when I was running xp, so I googled and searched the forum for answers but came with no luck. Some people reported a similar problem with their nvidia graphic card and they seems to be able to modify a xorg.conf file to manually solve the issue (sadly I don't know how).

View 4 Replies View Related

Fedora Installation :: Messed Up Strips Graphics (its Not Due To Graphic Card, Graphic Card Is Supported 7600gt)?

Apr 8, 2009

In Fedora 10, I cannot get to the installer because it shows these messed up strips graphics (its not due to my graphic card, my graphic card is supported 7600gt) in non-quiet install it shows logical errors and i/o errors.

View 12 Replies View Related

Debian Multimedia :: OpenGL 3.3 For Intel HD Graphics?

Aug 31, 2015

I have Intel HD Graphics video card on my laptop using OpenGL 3.0 with Mesa 10.3.2, but I need OpenGL 3.3.

Can I upgrade/enable OpenGL >=3.3 on Mesa for my GPU for Debian 8.1 Jessie? How can I do that?

Output of glxinfo | grep OpenGL:

OpenGL vendor string: Intel Open Source Technology Center
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.3.2
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)

[Code] .....

View 2 Replies View Related

Debian Multimedia :: Intel 945gm And Opengl Screensavers Are Slow?

Dec 19, 2010

When using the very nice opengl screensavers, rss-glx, etc. the screensavers are very choppy.I tried modifying my xorg.conf but still no go.Anyway to get the rss-glx screensavers to run at normal speed?I read online that Intel disable the hardware acceleration.This is a work laptop but I just wanted to see if I could get it going.

View 11 Replies View Related

Debian Programming :: Cannot Get OpenGL Version

Feb 28, 2014

Running under Debian oldstable:

#include<stdio.h>
#include<stdlib.h>
#include <GL/glew.h>
#include <GL/glext.h>
#include <GL/glut.h>
void init(){
const GLubyte* version = glGetString​(GL_VERSION​); // line 2338
printf("version = %s
", version);
...

The gcc compiler gives me:

code.c: In function ‘init’:
code.c:2338: error: stray ‘342’ in program
code.c:2338: error: stray ‘200’ in program
code.c:2338: error: stray ‘213’ in program
code.c:2338: error: stray ‘342’ in program
code.c:2338: error: stray ‘200’ in program
code.c:2338: error: stray ‘213’ in program

Do I need an additional header?

View 4 Replies View Related

Debian :: Version Of OpenGL Does Radeon Driver Support?

Jun 4, 2011

I have the HD4850 and, I wanted to know if it is possible to use the CLI to see which version of OpenGL is the latest version I can use according to my driver. If it's not possible via the CLI then, what's the next best way? (I can't find a website for the radeon driver listing the latest OpenGL support per supported card).

View 6 Replies View Related

Ubuntu Multimedia :: Error "XBMC Needs Hardware Accelerated OpenGL Rendering. Install An Appropriate Graphic Driver"

Dec 19, 2010

I installed XMBC and i keep getting this message "Error XBMC needs hardware accelerated OpenGL rendering. Install an appropirate graphic driver" i have a radeon 5750 hd graphics card. i updated the drive thru the website. but i keep getting this message.

View 4 Replies View Related

Debian Programming :: OpenGL Version Verification - Compiler Error

Feb 5, 2015

I have moved from MS directX to OpenGL on Linux Debian. My computer is running Jessie version with Gimp. I am trying to use several of the gl 4.0 functions but getting compiler error. I check for OpenGL version and appears to be version 1.5 .... How can I verify the correct openGL version and how can I upgrade to a moder version of at least 4.0?

View 4 Replies View Related

Debian Multimedia :: DisplayLink USB Graphic Adapter With Intel I915

Jun 6, 2014

I'm trying to set up an HP DisplayLink USB graphic adapter on Debian 6 to be paired with the notebook's integrated Intel i915 video card. I use a custom 3.11.1 kernel in which the options for VGA arbitration, fbdev framebuffer and DisplayLink driver are enabled as built-in, not as modules.

The device works and I'm able to correctly run an X session on a DVI monitor connected to my notebook thru this USB graphic adapter. However, I'm still not able to use both the DisplayLink device and the integrated Intel i915 at the same time under X, with the purpose to extend the desktop area over the two screens, side by side.

During a boot, if the DisplayLink adapter is detected over the USB cable, the X-server's Intel driver is repudiated as shown in the logs below, and the main notebook's screen stops working with X. (nonetheless, it still functions on the "Alt-F1" text terminal).

Relevant portion of /var/log/Xorg.0.log
In particular, it shows: [ 2509.084] (II) UnloadModule: "intel"
Code: Select all[  2509.061] (II) FBDEV: driver for framebuffer: fbdev
[  2509.061] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,

[Code] ....

In case it is required, this is the relevant excerpt of my xorg.conf. In my full xorg.conf file installed locally, no other options deal with graphics or screens.

Code: Select all# All down here is required for DisplayLink
# Depth must be 16 bits for all the screens to support DisplayLink
Section "Device"
    Identifier  "IntelVideo"
    Driver      "intel"
EndSection

[Code] ......

View 1 Replies View Related

Debian Hardware :: Info On Integrated Intel Graphic Cards For Laptops?

Feb 1, 2010

I'm about to buy a laptop and there are some interesting and affordable Toshiba ones, but they all have Intel GMA 4500M graphic card. I have NVIDIA card on my desktop and their drivers work perfectly, i was just wandering what the situation with Intel's graphic cards is. I need 3D rendering for compiz and stuff, is it too much of a hassle to enable them?

View 2 Replies View Related

Debian Installation :: X Server Crashes On New Install On Intel I855 Graphics Card

Sep 13, 2010

I have just reinstalled testing on a Samsung Q30 and I cant get X to start. I am just left with a blank screen and ctrl+alt+Fn does nothing. I had a previous install of testing that worked fine but it might have been running a previous version of the kernel, or I had installed a bug fix to do with 915resoultion that I can't remember about. Booting off a Slax live cd works fine but I have had similar problems with Knoppix and Ubuntu.

I am running LXDE but I previously tried Gnome and had the same problem. Running xander displays cant open display Running dpkg-reconfigure xserver-xorg returns nothing, as does Xfree86 -configure There is no /etc/X11/xorg.conf or installed by default, I have tried running startx with a custom xorg.conf and the automatically generated one from -configure. The automatic one did not include any resolutions and was configured for a dual head set up although there was only one monitor connected.

I thought it may be the same problem as this:[url]

But I have tried following the bug fixes on that site and I have had no luck.

lspci

Xorg.0.log

View 1 Replies View Related

OpenSUSE Install :: Unable To Use Core I3 Intel Clarkdale Graphic Controller

May 22, 2010

I own a MB with H55 Chipset and a Core i3 540 with openSuse 11.2.I tried kernel 2.6.32 and 2.6.34 and the newest Xorg delete the xorg.conf and got a fine picture on the screen (same with xorg.conf and device "intel") Even HD MKV is possible. But in KDE I can only open one programm. If I try to open a second programm the desktop disappear and I get the KDM screen and have to login again and the former started programm is gone. Only if I start the programms via an open Terminal window the programms will run. I tried to delete all .kde(x) directories, but it�s the same after restart.Only if I use driver "fbdev" in the xorg.conf I get no problem. But then the screen is very slow.

Code:

hwinfo --gfx
09: PCI 02.0: 0300 VGA compatible controller (VGA)
[Created at pci.318]
UDI: /org/freedesktop/Hal/devices/pci_8086_42

[code].....

View 7 Replies View Related

Ubuntu Installation :: Find And Install Intel Gma 4500m Graphic Drivers - 10.10

May 23, 2011

Having trouble with video and windows/links/applications etc on 10.10, just came from windows 7 with everything fine. had 10.04 on my desktop with nvidia card, was easy to get that driver installed, but intel i cant find the correct information. on a laptop, compaq presario cq56. can anyone help out?

View 7 Replies View Related

Ubuntu Installation :: Graphic Driver - Enemy Territory It Comes Back With Error On Graphic Card

Nov 8, 2010

i justy got me a dedi box and there is no graphic driver installed on it, or it dont work :/ VGA compatible controller: S3 Inc. VT8375 [ProSavage8 KM266/KL266] but wen i try installing enemy territory it comes back with error on graphic card

[Code]....

View 9 Replies View Related

Debian Multimedia :: 2 Graphic Cards For 3 Monitors - Second Card Not Available

Apr 30, 2015

I inserted another graphics card to my computer to use 3 monitors. The card appears in lspci but I can't access it in gnome.

What do I have to do to set this up.

Here is the output of my xorg.log: [URL].....

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV530 [Radeon X1600 XT/X1650 GTO]

View 7 Replies View Related

Debian Hardware :: How Graphic Card Could Be Configured Using Appropriate Driver

Mar 16, 2015

I just installed a fresh Debian testing on my laptop with a VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09). Although X is running seems like it's rather slow. As there’s no xorg.conf

How the graphic card could be configured using the appropriate driver.

View 13 Replies View Related

Slackware :: Install Driver Of My Graphic Card?

Feb 15, 2011

I'm a new user of slackware
is there is anyone know how to install driver of my graphic card..
I'm using slackware 13 and acer aspire 4741..

View 4 Replies View Related

CentOS 5 Hardware :: How To Install A New Graphic Card

Jul 31, 2009

so i have motherboard with a integrate graphic card and, i want to to install a new graphic card ( geforce 6200A)when i boot my PC on new graphic card , i have a panic kernel and when i remove the new graphic card and boot with the old card => it works can i configure centos for the new graphic ? and where , what's folder ?

configution : centos 5.3

View 4 Replies View Related

Debian :: Installation Graphic Card HD 6750 Formula With Ubuntu

Sep 5, 2011

However I have problem to install my graphics card Asus ATI Radeon HD 6750 Formula....

View 4 Replies View Related

Debian Multimedia :: Changing Graphic Card - Xdm Didn't Start

Mar 5, 2010

I have one Asus motherboard with inbuilt HD 3300 Radeon family graphics system, I have used it with radeon and radeonhd drivers and I have xorg.conf. I tried to change card to Radeon HD 4350 but it didn't give more than terminal view, Xdm didn't start. I believed the driver would support both cards?

View 1 Replies View Related

Ubuntu :: Install Amd Catalyst 11.4 For X1300 Ati Graphic Card?

May 18, 2011

im running ubuntu 11.4 im trying to install amd catalyst 11.4 for my x1300 ati graphic card but when i installed it my system couldn't start and i had to start in recovery mode for removing tha package. i think i have done something wrong with the packages how to install ati catalyst 11.4 on my x1300 graphic card

View 1 Replies View Related

OpenSUSE Install :: Get A CLI Instead Of A Desktop After Uninstalling The Graphic Card Driver?

May 17, 2010

I installed openSuse 11.2 64bit (DVD version). Later I installed the graphic card driver. Then I noticed that it's not working well due to an improper installation (didn't use the manual that you provided here). So I uninstalled the driver. Then, after reboot, instead of a regular desktop, I get a CLI and I'm requested to enter my login information. But in the boot menu, if I enter to the failsafe option, then everything works fine. How can I change the CLI to the regular desktop?

View 9 Replies View Related

OpenSUSE Install :: Ati Catalyst 11.2 On 11.4 - Crashing Graphic Card Every Time

Mar 24, 2011

I think i found out what was crashing my computer my Graphic card every time i start a game the computer goes down. I have a Ati Radeon 5570. Desktop Effects: Disabled System Info: 2d: fglrx 3d: ati I downloaded the Ati Drivers from the website after installing the Open Source not sure if that is causing a problem. Here are the steps i took. su - UNSUPPORTED="yes" sh ./ati-driver-installer-11-2-x86.x86_64.run --buildpkg SuSE/SUSE-autodetection zypper in fglrx* aticonfig --initial reboot It will crash whenever i start a game and randomly when i run ..... VLC etc.. Edit: Should i uninstall all opensource/ati and start over and if thats the case whats the best approach to this?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved