Debian Multimedia :: Intel HD 4600 And Two Monitors (DP And DVI)
Apr 17, 2016
I have the following situation:
- Intel HD 4600 and 2 Full-HD monitors (Dell IPS, same model)
- left DisplayPort, right DVI
- Debian stretch with Linux 4.4.0-1-amd64
- XServer X11R7.7 and Cinnamon 2.8.7
… and the following problem:
When I restart the system or login after Standby, usually (not always, but often) some strange green and red pixels appear on the monitor which is connected via DVI. I can remove them by changing the display settings and restoring the extended mode again. However, most of the time the XServer crashes by trying to enable or restore the dual monitor mode (although I’m still able to start a new instance of X from another tty). The XServer also crashes every time I try to enable the extended mode from another situation.
I’ve already tried the following:
- connecting both monitors via DP (no pixes, but also crashes)
- swapping the monitors and using different cables, assuming a hardware problem first (no change)
- VGA instead DVI (works, but inelegant).
- blacklisting i915 or using the xforcevesa boot option (neither of them works, i915 starts though)
- using the nomodeset boot option (detects only one monitor and produces a fallback in software rendering mode)
View 0 Replies
ADVERTISEMENT
Jun 19, 2011
I have a 19" and 14" flat panel. There's the onboard Intel graphics, and an old PCI S3 ViRGE card I had laying around.Figured I could make this into a dual head box.Intel is the default display in the BIOS.So far, with the attached configuration, I have the main monitor working properly at 1280x1024@60Hz. Nothing at all on the other monitor. It needs to run at 1024x768@60Hz. If it matters, running Squeeze with LXDE.
/etc/X11/xorg.conf:
Code:
Section "ServerLayout"
Identifier "Default"
Screen 0 "Intel Monitor"
Screen 1 "S3 Monitor" RightOf "Intel Monitor"
InputDevice "Mouse0" "CorePointer"
[code]....
View 3 Replies
View Related
Feb 19, 2011
is it possible for me to get this driver for Ubuntu v 10.10? This is the only thing stopping me coming over fully from Win7 right now...
View 1 Replies
View Related
Feb 26, 2015
I am pretty new to using Linux, I am currently trying to configure 3 monitor's with Xorg in Debian Wheezy. I have 2 video cards in the PC and one has a Dell Y-splitter to connect 2 monitors. 2 monitors are 1920x1080 resolution and the other is 1280x1024.
LSPCI
Code: Select all00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 6 Series/C200 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
[Code] ....
I attempted to write my own xorg.conf file, but that resulted in the machine booting to single user mode and the xorg startx error log said it could not find any devices.
When I used the xorg.conf.new generated by the "xorg -configure" command, I was able to get it to display as 3 independent screens, but there was overlap on the screens. I.E. if you moved the mouse to the right side of one monitor, it would show on the left side of another screen at the same time.
automatically generated xorg.conf:
Code: Select allSection "ServerLayout"
    Identifier   "X.org Configured"
    Screen   0 "Screen0" 0 0
    Screen   1 "Screen1" RightOf "Screen0"
    Screen   2 "Screen2" RightOf "Screen1"
[Code] ....
View 0 Replies
View Related
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
Apr 25, 2016
I recently installed Debian 8 (Jessie) with the default desktop environment (Gnome), and I use a dual monitor setup. Everything works absolutely fine beyond the fact that when I switch between desktops in the dash (Activities menu?), only the windows on my primary monitor switch, and the ones on my secondary stay the same.
View 2 Replies
View Related
Sep 4, 2010
I'd be grateful for any suggestions to get a second TV/Monitor to work in addition to the desktop monitor for a PC which runs Lenny. The first monitor is a small TFTLCD 15". Works perfectly with a GEForce FX 5200 nvidia graphic card and uses the 173.14.09 driver. Having obtained an SVGA cable, I connected the card to a rather larger 32" LCD Panasonic TX-L32S10B TV to enable some armchair viewing of internet etc for my parents. The Panasonic TV or monitor shows all the boot messages but the graphical server fails to start. I know that both screens work, either alternatively or simultaneously, having tested with a Puppy live CD.
However, running
nvidia-xconfig --twinview results in an incorrect screen resolution for the 15" TFT Monitor; Gnome Screen Resolution Preferences gives a rather surprising fixed setting of 2048x786/50Hz when the maximum should be 1024x768. The resulting xorg.conf file is:
cat /etc/X11/xorg.conf
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildd@ninsei) Fri Sep 5 22:23:08 UTC 2008
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
[Code]...
View 2 Replies
View Related
Feb 21, 2011
I have HP Compaq 6530b laptop running Debian Wheezy AMD64. I have a docking station with a monitor supporting 1680x1050 resolution and the laptop monitor with 1440x900. The video is integrated Intel mobile series 4.Both monitors are identified and working OK. When I use the laptop monitor standalone it runs at the native resolution. When connected to the docking station I can choose dual monitors with both using their native resolutions and the desktop spread on both of them (with the laptop monitor being primary and containing the taskbar and icons). If I choose to mirror the display it sets itself to a lower resolution of 1280x1024 that is supported by both monitors.
The problem is that I want to use one monitor at a time. If I close the lid of the laptop it turns off both monitors instead of using the docking station. When the lid is closed I want the bigger docking station monitor to be primary and working at native resolution and if I open the laptop or remove the laptop from the docking station to use the laptop monitor at it's native resolution.I had Debian Lenny I386 before and it was operating as expected but I made a clean install of Wheezy amd64 and I don't know how to configure it.I don't have xorg.conf file so I don't know where it takes the settings from.
View 3 Replies
View Related
Mar 18, 2010
I'm having some trouble hooking my external flatscreen monitor up to my Toshiba Tecra's docking station and having Mint (or Debian) be happy with it. The laptop uses a widescreen monitor but my external is a 4x3; I wonder if this is causing problems. Of course, it may just be the Intel 82801G graphics adapter.et things up properly in the Display Preferences config window (I'm using Gnome, btw) but when I hit apply, the system locks and I have to hard boot. I've never set up a linux box with multiple monitors before, let alone multiple monitors that require different resolutions.
View 3 Replies
View Related
Feb 26, 2011
I have a dual Monitor Setup, both SXGA LCDs, one rotated left. With kernels and Xservers available from debian making settings appropriate kills X and apparently leaves modesetting and keyboard missconfigured - monitors say: no signal and it is not possible to switch to any VT until sysrq-unraw (alt-print-r) is pressed, which makes the system responding to keyboard, but still leaves the screens blank. Restarting the display manager sets a working mode with both screens showing the same.
View 1 Replies
View Related
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
May 31, 2010
I get no sound with kernel 2.6.30-2-686 or 2.6.32-5-686. Works fine in 2.6.26-2-686. Card is found, it accepts streams but plays nothing to either internal speakers or headphones.
View 10 Replies
View Related
Oct 21, 2010
A recent update made my intel 830 unusable with kernel modesetting enabled, so I disabled it. However, I get "No kernel modesetting driver detected" errors when I start X with the intel driver. Is there a way to make the intel driver not require KMS?
View 2 Replies
View Related
Mar 3, 2010
I've freshly installed Debian Lenny 5.03 with xfce from cd, but I'm having intermittent problems with X. Mostly X will startup fine, but occasionally it crashes. If I'm lucky, it will just shutdown and just return me to the text-mode login. But if I'm unlucky, it freezes completely, such that even the alt-SysRq key combos won't work.
The PC I'm using is a Dell Celeron 1.8Ghz, with
:# lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL
[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 01)
where I'm using a default xorg.conf file of... [URL]
and the respective Xorg.0.log files are
a) for when xorg runs okay... http://pastebin.com/h0rbti1U
b) for when xorg crashes to textmode... http://pastebin.com/f7B6SgKf
c) for when xorg freezes up completely... http://pastebin.com/gydNkJFf
View 3 Replies
View Related
Jun 17, 2010
The intel <Xorg> driver provides 2D and 3D support for Intel integrated graphics chipsets, including the i810, 915{G,GM}, 945{G,GM,GME}, 946GZ, 965{G,GM,Q}, G33, Q33 and Q35; the <GMA 500> is not supported.
Packaged for Debian as xserver-xorg-video-intel. [url] [url] [url].
Poulsbo is the codename of Intel's second-generation ultra mobile PC chipset. Its GMA 500 graphics core is not supported by the intel Xorg driver; ITP xserver-xorg-video-psb filed as Debian bug #533450.
Poulsbo (chipset) - Wikipedia, the free encyclopedia - [url]
Poulsbo's graphics core GMA 500 is currently not well supported by Intel for the Linux platform.
However there is a quite easy way to have the drivers work on any Debian-based distribution, thanks to the Ubuntu sources and packages, for the linux kernel 2.6.30 (with newer kernel it would need a little hacking but seems still possible while the sources are included).
View 1 Replies
View Related
Sep 17, 2010
I have some avi video taken with a digital camera. It cannot be played in squeeze or lenny. Error says it needs Intel Indeo 5 decoder. I found one here, does it look ok to try it?[URL]..
View 14 Replies
View Related
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
Sep 26, 2015
I found a nice old mini industrial PC with an Jetway NF92 motherboard (Atom N270/Intel GMA945 GPU).
Installed Jessie on it, I have a strange problem under X11: mouse pointer is garbled (looks like somebody cut the arrow in four separate sprite and shake them well , and screen flickering. If I move down the mouse in the lower part of the screen, the screen flicker slowly, if the mouse goes in the top part of the screen, screen flicker rapidly... And finally, putting the pointer on the last line of the screen make the screen stop flickering with perfect screen....
Code: Select allroot@telmat:~# uname -a
Linux telmat 3.16.0-4-686-pae #1 SMP Debian 3.16.7-ckt11-1+deb8u4 (2015-09-19) i686 GNU/Linux
root@telmat:~#
Code: Select allroot@telmat:~# lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GSE Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation NM10/ICH7 Family PCI Express Port 1 (rev 02)
[Code] .....
View 1 Replies
View Related
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
Mar 9, 2011
Running Squeeze, with kernel 2.6.32-5-amd64. I do not find out how to enable 3d acceleration with my Intel 945 embedded graphics card. Also having very (i mean VERY) slow scrolling in some webpages (such as apple website, or danielestulin.com website). I tested the following "Hardware Acceleration Stress Test" with Epiphany, Iceweasel and Firefox, and the best rate I get is only 3 fps...[URL].. I tested the Chess game included with default Squeeze install, running in 3d mode, and definetely there is no acceleration at all...
Here's my glxinfo output:
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
[Code]...
View 13 Replies
View Related
Mar 20, 2011
This is a Lenovo L512 laptop with Intel HD Audio (Realtek ALC269 / Intel G45 DEVIBX) which was recently upgraded to Squeeze. I've been having trouble using the headphones on this machine, as the speakers continued to play while the headphones were connected. I normally use KDE, and the available mixer only offers one channel. I thought I might be able to manually silence the speakers by using the command line tool alsamixer. Unfortunately, alsamixer has a channel for the headphones, but it doesn't do anything, only master volume is controllable. By luck I decided to play around with Gnome today and to my great surprise, System -> Preferences -> Sound offers complete control over all functions of the audio hardware. Does anyone know how I could get these features working under KDE?
View 3 Replies
View Related
Jun 10, 2011
I have a Dell D620 and I can't use any screensavers. Rather, no screensavers work. Just for giggles, I booted a Kubuntu 11.04 CD, updated the sources.list, installed rss-glx and was able to use the rss-glx and other opengl screensavers. The reason I say opengl is because those are the ones that I use but no screensavers work.
View 2 Replies
View Related
Aug 23, 2015
I'm having some issues with audio crackling/buzzing when turning up the volume, or on songs that have overclipped / overdriven parts, which doesn't happen on Windows (on it those sections are just "dampened"). Is there some certain settings in ALSA that are used to deal with this? Or is it something specific to the driver for the hardware? Speaking of which I'm using some integrated audio which goes by the name of Intel ICH7, and the chip itself is Analog Devices AD1981B.
I'm only using ALSA, without PulseAudio, and I've made sure the volumes both in the media players and under alsamixer aren't turned too high (PCM is at 47% and "Headphones" -- what is "Master" on Windows and on other soundcards under Linux -- is on 22%), so it isn't an issue with the software mixer being turned up too high. Also I'm using a pair of quality headphones (Sony MDRV55) so it's not an issue with the analog audio output either. I've also tried multiple other headphones and the result is the same.
View 4 Replies
View Related
May 14, 2010
I'm trying to get dual monitors working on a fresh install of debian from the netinst install cd. I did not allow the installer to download any packages and then manually installed xorg gnome-core & gdm using apt-get.
The monitors are plugged into the onboard vga and dvi ports of my motherboard. I believe the chipset is intel.
At the moment the displays are cloned.
I don't know much about xorg.
This is my xrandr output:
View 1 Replies
View Related
May 21, 2010
I have a Toshiba Satellite Pro 4600. Now I can't get the liveCD kernel to boot. I get the first boot menu, but the only thing that works is the Memtest option. If I choose anything else, it will "load kernel" very smoothly to 100%. After that: blank screen with a blinking cursor. In the HCL someone successfully tested this with model with 10.2 and 10.3. I have the 11.2 live CD burned at slow speed. I would expect to see at least some copyright message or anything at all when booting the kernel. I've tried the CD in another computer (desktop, Core2) and it will load everything just fine. I've tried the failsafe and other 'safe' options, no difference. I'm a bit lost here, what could cause it to fail booting at such an early stage ? This laptop has 384MB of RAM and a Trident 16MB graphics card. I'm using it every day, with WinXP so far.
View 5 Replies
View Related
Aug 26, 2010
I'm running Ubuntu 10.04 on a Dell Dimension 4600 and the sound quality isn't very good. I loaded VirtualBox and installed WinXP on it. If I play the same ..... video on Ubuntu and then on the Vbox WinXP machine the difference is startling. It sounds beautiful on the WinXP machine. Is there any way to improve the sound quality on Ubuntu? When I play the video (any video) on Ubuntu there is a lot of static noise to contend with.
View 1 Replies
View Related
Jul 6, 2011
I have an integrated intel video and latest xserver-xorg-video-intel driver(using only stable repo). Now I wanna watch high-res video. From the bits of info collected from all over internet I understood that I need to:
1.aptitude install libdrm libva.
2.compile or find the .deb mplayer-vaapi and install it.
3.add -vo vaapi -va vaapi to the mplayer command line in gnome-mplayer.
My question : is that correct or did I miss something? Do I have to compile latest libdrm and libva or the ones from the squeeze repo will be good? Do I need kms enabled, i.e. install firmware-linux-nonfree?
View 4 Replies
View Related
Sep 18, 2010
I know it can be done, I just need to know what the hardware is called. There is a community center in the area and I might have a chance to help out. Due to not enough funding the center was only able to get One PC and five monitors. What I hope to be able to do ( and know its possible ) is get the hardware to make each monitor is own terminal with keyboard and mouse.
View 2 Replies
View Related
Apr 12, 2010
I am running Ubuntu 9.10 on an HP laptop with an Intel 82852/82855 GM/GMC Graphics controller. I have a 2nd monitor attached to the VGA port (HP f1703). The problem is that the two screens have different resolutions. the laptop is 1280 x 768 and the other monitor is 1280 x 1024. The xorg.conf file that was created with Xorg -config set both monitors up with 1280 x 1024 resolution so my screen on the laptop looks all "squashed". I have tried to reconfigure it using the Display Preferences dialog but after i re-boot, both screens are unviewable and I have to restore my previous xorg.conf file. I went through the HOWTO: Jaunty Intel Graphics Performance Guide procedure to setup a "safe" configuration but didn't work and I had to restore my "good' xorg.conf file. What do I need to do to setup my two screens with the correct resolutions: 1280 x 768 and 1280 x 1024?
Here is the video portion from my "good" xorg.conf file
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
[Code]...
View 1 Replies
View Related
Aug 11, 2010
Is it possible to run ubuntu with 3 monitors on 2x8400gs? What I have tried: Installed 10.04, enabled latest nvidia drivers. Enabled and arranged each monitor as a separate x window. However, when I did this configuration I couldn't move the programs from the (primary monitor) to the ones plugged to the other 8400gs. What I plan to use ubuntu for:
Mainly work in eclipse, firefox, and evolution. I have no interest in games since this machine is my workstation.
View 5 Replies
View Related