Debian Hardware :: LED Vs LCD Monitors
May 15, 2011LED vs LCD monitors. Pros and cons?
View 5 RepliesLED vs LCD monitors. Pros and cons?
View 5 RepliesI 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 RelatedSo I'm using Lenny, trying to get dual monitors set up. I'm not sure on the correct steps, but have done some googlin' and wasn't finding what i was looking for. (could be that i just missed it)
lspci:
01:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series]
01:00.1 Display controller: ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary)
I have 3 monitors and installed Debian Lenny. After installing the driver I was able to set resolution to 1600x1200 just on the monitor to the left, no output to the others And after some config I lost it totally.
View 1 Replies View RelatedI 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)
So I have four monitors set up on Debian Lenny. They all work, but I can't drag windows to any other screens. I can open terminal on one screen and web browser on another fine, but if I try to open web browser on one screen and open it again on another it automatically goes to the same screen it is already open on. I need the four screens for network monitoring through the web browser. So I need one instance of web browser opened on each screen and can't do it. Here is my xorg.conf file.
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
Screen 2 "Screen2" RightOf "Screen1"
Screen 3 "Screen3" RightOf "Screen2"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "3"
EndSection .....
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]....
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] ....
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]
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 RelatedI'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]...
Recently I've bought this motherboard : [URL] ...
And this graphic card : [URL] ....
Now I have attached two monitors on the computer,the first one (the monitor that is working) is attached to the DVI port of the nvidia graphic card,the second one is attached on the VGA port of the embedded graphic card of the motherboard.
Since I would like to play a little with blender,I need to use two monitors at the same time because in this way I can follow more video tutorials at the same time.
I'm using this version of debian :
Linux ziomario-Z87-HD3 3.2.0-4-amd64 #1 SMP Debian 3.2.60-1+deb7u1 x86_64 GNU/Linux
and this is the informations concerning the graphics card installed on the computer :
root@ziomario-Z87-HD3:/home/ziomario# lspci -nn | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation Haswell Integrated Graphics Controller [8086:0412] (rev 06) 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:11c0] (rev a1)
root@ziomario-Z87-HD3:/home/ziomario# xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
[Code] ....
How to use my two monitors together ?
Running Jessie, x64 Intel iCore 7 16 RAM with a properly partitioned drive to the specifications I prefer. Running the KDE Shell. For some reason my third monitor is not detected by Debian Jessie at all. When I run the command to list the monitors lspci | grep VGA I think. Only two monitors are listed, I know the other monitor works. During Grub bootup it even has some startup text running in it.
View 9 Replies View RelatedI've always used Debian with a single monitor and no need of proprietary drivers, because I usually don't do graphics or multimedia. Now I'm asked to set-up a machine with 3 nvidia video cards (770) and 4 monitors and everything went south. I started with just 2 monitors connected to 2 different video cards, not wanting to push my luck.
I installed a fresh Jessie and followed the instruction to install the nvidia drivers and tools from the Wiki. Everything went smooth. After reboot I executed (as root) nvidia-settings and I configured the two monitors to be one to the right to the other, with BaseMosaic option (at this point just one monitor was active) I saved the configuration to /etc/X11/xorg.conf , I even executed nvidia-xconfig as suggested, I rebooted and nothing happened, only one monitor was working, while the other -- looking again in the nvidia settings -- was still disabled.
I then tried with xinerama option and things are even worse, since now both monitors are black. I can login in one textual shell, but then I don't know what to do, since in my 10+ years of linux ... I never had to mess with X server. Is there a way to at least recover a working X without reinstalling everything?
I have a ThinkPad W520 with nVidia Quadro 1000M and Nouveau drivers. I use external monitor with extended desktop using XRandR. My beef with this setup is that I get just one virtual desktop of a (1440+1920)x1080 size whereas what I would like to have is being able to have one separate (set of) virtual desktop(s) on my 1440x1080 external monitor with, for example, some reference material open, while have other programs working on another (set of) virtual desktop(s) on my main 1920x1080 screen. I've read that this might be possible with so called zaphod mode, but it looks like it involves static rules in xorg.conf which I would like to avoid since from time to time I need to carry my laptop with me without external monitor.
View 5 Replies View RelatedI 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.
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 RelatedI 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 RelatedI am trying to configure Fedora 11 to run on two monitors. However, after hooking the second monitor up, I can not extend the display to it. Hell, in the display options, it doesn't even show that a second monitor is connected. Restarting X does not help either.
View 2 Replies View RelatedI have a Dell inspiron 1525 laptop with a 1280x800 display and an external 1280x1024 monitor. I'm using 9.04 with openbox. I've done a loooot of online reading about how to get a dual monitor setup using xrandr, and I really don't know what I'm missing here. So here's the deal: I want to have my external monitor on the left of the laptop's display, and of course I want each of them to display different parts of the desktop.
First I set up the right resolution to each one of them (I do it using lxrandr). Typing xrandr -q in a terminal, I get the following:
[Code]...
When I plug in my second monitor the 3D cube disappears and I only have the desktop wall thing with a rectangle box from which to select which desktop I want to go to.
I have enabled multi monitor setting in Compiz, tried both one big cube and two separate cube settings but none work.
WHY I can't enable my 3rd and 4th monitor on Ubuntu 10.04? Does it have anything to do with xorg? I can easily do it in Windows! In ubuntu ATI control center will recognize the 3rd monitor but DO NOT let me enable it... the same about the video card! I tried to do it manually changing xorg.conf but it totally ignores it! I found this thread: [URL]Does it have anything to do with XRandR? I managed to get the Crossfire working and enable it after put two identical cards. I've tried adding a 3rd card to even try a 4th monitor but it will not let me at ALL... WHY THIS?? I can do it in Windows but I do not want to use Windows! Why do not allow to use more than 2 monitors??? I'm running a clean new installation of Ubuntu 10.04 64bit and I've installed the ubuntu drivers for my video card. I've a double ATI HD 5770 (crossfire) and a third video card in the motherboard (Asus M4A89GTD Pro/USB3).have 4 monitors, 3 in the crossfire and one in the motherboard. I've managed to do it in windows but in linux I can get max of two monitors working...
View 1 Replies View RelatedHow do i fullscreen wow across two monitors in ubuntu? I am running ubuntu 10.04 with two 1024x768 lcd monitors running from a Nvidia 9800gt graphics card running in twinview. I ant to maximixe WoW(World of Warcraft)(running under wine) as fullscreen across both screens. The WoW client recognizes a resolution option of 2048x768, but when i apply it, it squeezes it onto one monitor. how to fullscreen across both?
And i have removed the touching sides of the monitor cases so the screens touch directly so it is feasible to play.
also, i am using the latest nvidia drivers
Is it possible to run TwinView with more than 2 monitors.When I try, it seems to recognize the 3rd monitor, but will allow allow them to be configured as separate X screens.
View 4 Replies View RelatedI have one Dell Ultrasharp U3011 (30", 2560x1600) and one Dell Ultrasharp 2007FP (20", 1600x1200)
When the 2007FP is in landscape mode it matches nearly perfectly in height both pixel and physically wise to the U3011.
See my example picture from my Win 7 dual boot below:
Two Monitors? Ridiculous... by mattlach, on Flickr
The only way I was able to get this to work in Ubuntu was to run two separate X desktops and rotate the 2007FP manually in xorg.conf, and then join them by enabling Xinerama.
Two problems with this solution.
1.) Xinerama is deprecated in favor of Xrandr which I have not been able to make do this.
2.) When using Xinerama Compiz/XGL is disabled, making the desktop feel awfully flat.
Is there any way to avoid this? Is there any way to rotate just one of your displays and maintain Compiz/XGL functionality?
This is on the top computer in my signature.
I have an asus p5kpl-cm MB. I plugged in a radeon 9200 pci card. In the bios, I can set up:
pci/igd
igd/pci
igd
etc.
This determines which of the 2 displays (pci card or internal graphics on the MB) is the boot display. That determines which comes up with the bios screen and then once booted into ubuntu (10.04), this is the only adapter/monitor seen. The button detect monitors doesn't do anything.
lspci sees both my internal and pci card graphics. So, I can get either to work just fine (auto detected etc.) just not both at the same time.
I've tried all of the 3 above settings, and even when I set it to just igd, lspci still sees both my adapters. It identifies them correctly, and it works perfectly, detecting the monitor and knows the resolutions for each - just not both at the same time.
Does ubuntu know how to automatically configure more than one display w/o doing something else, or must I do something else to get both going together?
Code:
$ lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
[Code]....
I have connected my Samsung TV to Ubuntu 11.04 via VGA Cable. It all works, but the problem is that on the TV screen its 2 cm to the right.
I don't have an option on the TV like on the monitors to move right or left or Auto adjust.
I have also tired under Monitor in System Settings, No Option and also under nVidia.
I have a few problems with my graphics card (these exist in all distros that I used except Fedora): Hardware acceleration doesn't work. I am using the xf86-video-ati driver (that worked in Fedora).
Dual-head doesn't work. All I get is the same picture on both monitors. (that worked in Fedora automatically). I've asked these questions so many times before, but never got useful answers.
i have just installed fedora 11. i have two monitors. how to set up dual monitors in fedora 11 ? i tried a lot to search for a way out, however no joy.
View 2 Replies View RelatedI have KDE4 in openSUSE 11.3 on a laptop. And I have this 23" monitor that I can connect to the lappy's VGA socket. So when I'm not travelling I can switch from the lappy monitor to the large monitor.But there are occasions when I want to see 8 or 10 live, dynamic graphs simultaneously.Is there software that will allow me to position the video output across two monitors , horizontally?
View 8 Replies View Related