Quantcast
Channel: Intel Communities : Discussion List - Graphics
Viewing all 19529 articles
Browse latest View live

PCSX2 - Only white and black screen alternation with GSDX graphics plugin in OpenGL Hardware and OpenGL software modes - 3rd generation Intel Core processor with Intel HD Graphics 2500

$
0
0

   Prerequisites:

-PCSX2 binaries: http://buildbot.orphis.net/pcsx2

PCSX2 source code is available at https://github.com/PCSX2/pcsx2/ but building from source is difficult because the documentation is unmaintained.

-Playstation 2 bios. Any bios locale works just fine.

   Issue description

   I only see screen switching periodically from black to white and white to black when the graphics plugin (GSDX) is set to OpenGL either hardware or software mode. It works just fine with all Direct3D 9 and Direct3D 11 modes.

    It never worked before and it doesn't even now. I tested this with drivers from Q2 2013 to present. Here is the list of drivers that I remember using:

2867, 3071, 3347, 3621, 3945, 3958 (latest). The oldest 2 were causing instant crash on PCSX2 when switching GSDX to any OpenGL mode.

   Additional information:

    Issue external link on PCSX2 bug tracker: https://github.com/PCSX2/pcsx2/issues/345

    Issue in action: https://www.youtube.com/watch?v=VN3v_g67juc

    Quick configuration of a fresh copy of PCSX2 is included in the video.  In the video I did some optional or different actions that only serve me the purpose of easily retaining the settings when upgrading PCSX2. This is the list:

-at 0:15 -  loaded Lilipad input plugin bindings previously saved outside of PCSX2 installation folder, this usually needs to be done manually;

-at 0:30 - Provided a custom location where I put PS2 bios, the default location where PCSX2 looks for bios is PCSX2_installation_folder\bios;

-at 1:08

              - closed log console;

              -set a custom location for memory cards, it's purely optional, just needed them outside PCSX2 installation folder to ease upgrade.


ASUS H97M-E with i5-4670 (HD Graphics 4600) - No HDMI Audio

$
0
0

I have an ASUS H97M-E motherboard with an i5-4670 CPU with 4600 HD graphics. I have connected both a Samsung TV and a Denon AVR to it via a HDMI cable. I get video via the cable, but no audio. What is very strange is that the devices show correctly in the playback devices list in Sound control panel window. I have selected both these devices when connected via the HDMI cable as the default audio device and configured the correct number of channels, but no sound is pushed through. What is even more strange is that on the Denon AVR the number of channels that are configured under the playback device list is shown on the AVR (e.g. if I configure stereo output, it shows stereo and when I configure 5.1 sound it shows multiple audio channels.) When I select the test sound to be played it even shows changes in the format on the AVR as well. This shows that some audio communication is taking place, but no sound is actually produced.

 

I have tried a number of restart combinations, but the problem remains and it seems to be different to the sound issue experienced about 18 months ago with the drivers.

 

The BIOS also allows a selection to enable/disable the Intel HD Audio via the HDMI and also to enable/disable the Realtek on board audio. I have tested several combinations of these without success. It is also possible to push the Realtek SPDIF audio via the HDMI, but also this did not allow any sound to be produced.

 

I have not tested all scenarios via both the TV and the AVR, since some of the basic configurations that are supposed to work, did not.

 

Any help with this issue will be much appreciated.

HD graphics Baytrail and old games compatibility

$
0
0

Hello, I've bougt a Baytrail tablet with the Z3745D which has an intel GPU. The computer is running Windows 8.1.

 

When I try to play some old games, e.g. Simcity4, there are graphical glitches in the game. I didnt have those when I was playing the game on a GMA HD. This problem was also described here:

8.1 dont like old games graphic issues with many people ?

 

And intel apparently released a driver update for the HD 4000 which fixed these glitches. Ive installed the latest driver for my GPU and it had these graphical bugs. Could you please update the Baytrail drivers to also have this bugfix?Ive heard that they are basically a slower version of the HD4000, so it should not be hard to fix the bug.

please help

$
0
0

i have a dell vostro running windows 7 32 bit and  i can't update my graphics driver  i'm currently using standard vgs adapter and trying to update it to intel hd graphics 3000 please help  me thanks.

Some OpenGL applications don't behave well when Aero is disabled or enabled while they are running - 3rd generation Intel Core processor with Intel HD Graphics 2500/4000

$
0
0

Issue reproducing and consequences are described in this video: https://www.youtube.com/embed/KEUQX7TjqWo

In the video I used FFSplit to turn off Aero, but the means used to turn Aero on or off are irrelevant for issue reproducing.

The affected application analyzed in the video is PPSSPP, an open-source Sony PSP emulator. There may be others.

PPSSPP source code: https://github.com/hrydgard/ppsspp/

Automatic builds from Git: http://buildbot.orphis.net/ppsspp/

Building PPSSPP from source is extremely easy, it only requires Visual Studio 2013 as build environment.

Issue report on PPSSPP bug tracker: https://github.com/hrydgard/ppsspp/issues/7057

Back then I was using driver version 10.18.10.3958, but the latest driver 10.18.10.4061 is still affected.

Bug Report: Intel HD Graphics Drivers (class problem) crash on glUseProgram() and other calls...

$
0
0

Hello,

 

Our customers have been experiencing a problem and we've tracked it down to what appears to be a driver problem in the Intel HD Graphics drivers. We've seen it with several model numbers so we think it is a class problem. Note: There is a possibility that we are doing something to cause this; however, our code works with every other driver vendor. It's only with the Intel drivers we see the problems.

 

I downloaded the latest driver for our machine and the problem still occurs.

 

I'd be glad to get you a version of our software that exhibits the problem. It is too large to attach.

 

Attached:

StackTrace.rtf  - a stack trace from one of our customer's machines

CrashTrace(10.18.10.3958).txt  - A call trace log from an older version of the driver

CrashTrace(10.18.10.4061).txt -  A call trace log from the newest version of the driver we could update to.

 

If you need help with the following steps, send me and e-mail and we can set up a call. We are in Portland, OR so hopefully timezone isn't an issue.

 

Here are the steps to reproduce the problem:

 

1. Open an image in Perfect Effects by right clicking an image.

2. From the drop down combo box in the right pane, add  the 'Borders' effects.

3. Twist down blend options button in the right pane.

4. Open the blend mode combo box and start scrolling down. This should cause the crash.

 

We run in OpenGL 2.0 mode as we must support older hardware.

 

We've debugged this problem and here is what appears to be happening. We add and delete shaders and shader programs all the time. If we create a shader program, delete it, and then recreate it and get a number that was previously deleted, we crash every time. If we get a new number, it works fine.  We've worked around the problem by tracking the numbers that have been allocated, but this isn't a very good solution for us. Hope you can help.

 

Please feel free to e-mail with questions if you need help. We are motivated to get this resolved.

 

Best Regards,

Dan Stuart

Lead Software Engineer onOneSoftware.

Microsoft Outlook 2013: 'advanced find' windows will not open completely under WQHD 2560 * 1440

$
0
0

So I hear the issue described in

 

http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook/outlook-2013-advanced-find-windows-does-not-open/7bd1f3c8-955e-4c7d-90dc-522c0a7429f2

 

is actually an INTEL GRAPHICS IRIS 5100 driver issue.

 

I run 10.18.10.3621 (2014-05-17) on my ASUS UX301

When using WQHD screen solution, the microsoft outlook 2013 advanced find windows has issues in showing all the options. I cannot resize the window that pops up and this drives me nuts.

 

Anyone any ideas?


1.jpg

Will it Display Properly?

$
0
0

I recently got an HP convertible laptop (11-n041ca) for exclusive use for work that requires multiple windows and/or spreadsheets at once. It's not that much of a computer, but it should be able to manage. I would, however, like to connect an external display to it and thought that a 2560×1080 ultra wide monitor via HDMI, but I can't find any documentation informing me if my computer will be able to do so, and well. All I know is that it has an Intel Pentium Processor with Intel HD Graphics. I would rather be sure it is capable of doing so before investing in a monitor of that price.


Intel HD Graphics Control Panel won't save settings

$
0
0

I recently purchased an Aspire V3-572G with an Intel HD Graphics 5500.  When I disable the Display Power Saving Technology for on battery it will not save the settings after a restart.  It won't start on the profile I've created or stick with what I have as the current settings and either would work.

Tearing with intel HD graphics p4600 when playing league of leagends.

$
0
0

I experience tearing with my intel hd graphics p4600 when playing league of legends. What can I do?

 

I installed the latest Intel driver, i tried every different setting in driver and in game's settings. The video quality is very very good apart from little tearing.What a shame. I wonder if this has anything to do with the "p" in xeon's p4600 graphics.

 

I have the asus maximus vii hero motherboard.

I'm trying to update my graphics card

$
0
0

I'm trying to update my graphics card, which is built into the Intel motherboard, to run Starry Night Pro (astronomy software). After talking with the developer of SN, I was informed that I need to update. I visited the Intel site, downloaded their firmware updater, rebooted the PC, but the software still would not run, saying that something called OpenGL 2 is missing.

 

Does this mean I have to purchase a new graphics card?

 

Here are my PC's specs:

 

Intel Pentium Dual Core CPU E5200 @ 2.50GHz

 

8MB RAM

Windows 7 64-bit OS with Service Pack 1

 

Graphics card driver: G43/G45 express Chipset

Intel desktop DG43GT motherboard

 

Thanks, in advance,

 

Roy

intel HD Graphics Control Center does not detect monitor. It shows no monitors at all to select.

$
0
0

My system does not detect my monitor and always reverts to a generic VGA type. The intel HD Graphics control panel does not show *any*detected monitors at all.

 

System: Asus P8Z77PRO - M, i5-3570k, 16gb memory, Win7pro 64bit; Dell u2713hm monitor through Belkin Omniview KVM;

> latest intel hd graphics driver installed; no change

> latest Dell display manager installed: monitor not detected

> monitor *is* detected on other systems connected through the same KVM and exchanged cables, ruling out KVM and cables

> Monitor Asset Manager utilty from entech queries and detects the display properly as a Dell u2713hm, so the KVM, cables and monitor are ruled out; the data can be read

> Windows screen resolution change panel shows the only choice of monitors as "generic non-PNP monitor", and "detect" does not detect a different monitor

 

My current theory is that something about the intel HD Graphics software is not correctly sensing the monitor's EDID or similar.

 

Any pointers or other theories?

Toshiba Satellite ,Can't update the drivers for Mobile Intel(R) 4 Series Express Chipset Family.

$
0
0

When i try to update it from an .exe file it said something like this."The driver being installed is not validated for this computer. Please obtain the appropriate driver from the computer manufactuerer. Setup will exit." There is a video on YouTube on how to update intel graphic card drivers but it shows it how to update it with an .zip file as he had the same problem with the .exe file ,however he had a different graphics card and the .zip file was availible but on my graphics card (Mobile Intel(R) 4 Series Express Chipset Family) there is nothing like a .zip file availible to download from the orginal website of intel.It  was last updated in 2010 to version 8.15.10.2086 and there is a new version from 2012 to15.17.18.2555.

 

Thanks!


Extened desktop using INTEL GRAPHCS HD-4000

$
0
0

I am using intel  HD-4000, on intel i7-3612QM along with nvidia-geforce graphics card.My system is unbale to detec extended desktop using hdmi-dvi(24-1) cable. If I install the graphics driver during cable is plugged in the sytem detects the extended desktop. But, if I unplug the cable or restart the system) the extened desktop cant be detected again. So everytime I hve to install the graphics driver when the cable is plugged in. Everything works fine with the VGA connection. Please suggest the solution.

Need to Update OpenGL to 3.2 or Higher

$
0
0

I have the Intel HD Graphics 3000 on my computer with Build 9.17.10.4101 version 15.28.23.64.4101. I'm am running a Dell Laptop  computer with Windows 7 Home Premium SP1 Intel Core i3-235OM CPU@2.30 GHz 64 Bit Operating System. I purchase a Photoshop Plugin, Topaz Impression, and when trying to install it the plugin indicates it requires OpenGl 3.2 or higher and to update the graphics card driver to update the OpenGL to 3.2 or higher. I used the Intel Drive Updater 2.0 and was able to download the latest Intel HD Graphics 3000 driver but this did not update the OpenGL which remained at OpenGL 3.1. Any ideas how I can get my OpenGL to update to 3.2 or higher since there is no other new Intel HD Graphics 3000 driver to download.

 

Any help or ideas will be greatly appreciated.

 

Thanks in Advance


Intel InTru 3D & Display Port

$
0
0

Hi everyone!

 

I have processor i3-3220 with intel graphics hd 2500 (intel intru 3d included).

Right now i want to buy 3D active monitor. Main goals are: watch 3D BD, movies and photos (without gaming).

 

I've read a lot of information about 3D in general and Intru 3D in particular.

But i have a few questions about this.

 

As i understand i'm able to organize 3D playback using HDMI v1.4. It's recommended in Intel's technical description.

 

An HDMI-to-HDMI or a Display Port-to-HDMI connection to the TV.
A connection to a stereoscopic 3D TV that supports HDMI 1.4.

 

But in this variant i'll only get Frame Packing mode 1080P@24 Hz via HDMI cable.

 

Or I will be allowed to watch 3D content using Side by Side method.

 

There is another description. I saw that there is no information about connection with Display Port, although in the newest description we can wee that information.

 

So the questions is - Is it possible to organize Frame Sequential 3D mode using Display Port cable and to achieve full hd 1080P@120 Hz?


Can Intru 3D technology transfer frames at 120 Hz to the monitor using Display Port in order to get 3D Frame sequential?

 

Thanks in advance for your answers.

How come my HD 4600 intel Graphic is not supporting 3840x2160/60Hz on my screen Prolite B2888UHSU with my Laptop Asus N550JK ?

$
0
0

I updated the drivers but no way... please help ... The graphic panel not proposing 60Hz but only 29Hz or 30Hz ...

ASUS H97M-E with i5-4670 (HD Graphics 4600) - No HDMI Audio

$
0
0

I have an ASUS H97M-E motherboard with an i5-4670 CPU with 4600 HD graphics. I have connected both a Samsung TV and a Denon AVR to it via a HDMI cable. I get video via the cable, but no audio. What is very strange is that the devices show correctly in the playback devices list in Sound control panel window. I have selected both these devices when connected via the HDMI cable as the default audio device and configured the correct number of channels, but no sound is pushed through. What is even more strange is that on the Denon AVR the number of channels that are configured under the playback device list is shown on the AVR (e.g. if I configure stereo output, it shows stereo and when I configure 5.1 sound it shows multiple audio channels.) When I select the test sound to be played it even shows changes in the format on the AVR as well. This shows that some audio communication is taking place, but no sound is actually produced.

 

I have tried a number of restart combinations, but the problem remains and it seems to be different to the sound issue experienced about 18 months ago with the drivers.

 

The BIOS also allows a selection to enable/disable the Intel HD Audio via the HDMI and also to enable/disable the Realtek on board audio. I have tested several combinations of these without success. It is also possible to push the Realtek SPDIF audio via the HDMI, but also this did not allow any sound to be produced.

 

I have not tested all scenarios via both the TV and the AVR, since some of the basic configurations that are supposed to work, did not.

 

Any help with this issue will be much appreciated.

HD graphics 4000 Windows 8.1 Code 43

$
0
0

Hi,

 

Since i mad the upgrade to windows 8.1 my graphic card doesn't work anymore. i have a code 43 who's telling me that something's wrong but i dpn't know what and what to do to fix it. i tried a lot of things but still. i read that intel didn't make a graphic card for that problem but that was on a forum dated of 2013... I hope that there is a solution now.

Thank you for letting me know.

 

Processeur : intel(r) core(tm) i3-3229Y CPU @ 1.40GHZ

RAM : 4.00 GO

System : 64 bits

HD4400 i3 4150 signal blinks in 1080p gaming

$
0
0

when gaming at 1920x1080 1080p fullscreen whenever there is heavy action going on in game cpu gpu usage goes up, my screen would blink once or twice as if turning on/off v-sync but the blink lasts a little longer maybe half a second compared to actually turning on/off v-sync,I tried every connector on my asrock z97 extreme4 hdmi/displayport/dvi/vga.

 

I was using an older monitor via dvi 1280x1024 native res and no issues, I have tried most of the drivers from intel 3670, 4080, 4156.

 

I always reformat and install win 7 x64 fresh when trying out new drivers. 

Viewing all 19529 articles
Browse latest View live