Setting up Dual Monitor info and help


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Setting up Dual Monitor info and help
# 1  
Old 10-06-2010
Setting up Dual Monitor info and help

This is a nice little article for setting up dual monitors.

Ubuntu Tips: How To Setup Dual Monitor (link removed)

Does anyone know how to do this from the terminal?

I wanted to add a key detail that was neglected from the first article I read. This only matters if you are trying to watch videos.

Quote:
Once finished, make sure resolution is set to the resolution of the monitors-for example, if they are both 1440 x 900 monitors, make sure it is set to that resolution. If the monitors are different resolutions, you will need it to the resolution of the smaller monitor. So, for example, if one monitor is 1440 x 900 and the other is full HD resolution, you will have to set it at 1440×900.
How to Set Up Dual Monitors on Ubuntu 8.10 Intrepid
# 2  
Old 10-08-2010
Quote:
Originally Posted by COKEDUDE
This is a nice little article for setting up dual monitors.

Ubuntu Tips: How To Setup Dual Monitor (link removed)

Does anyone know how to do this from the terminal?

I wanted to add a key detail that was neglected from the first article I read. This only matters if you are trying to watch videos.



How to Set Up Dual Monitors on Ubuntu 8.10 Intrepid
you mean set up dual screen for text terminals , not X11 ? meaning no X11 running

---------- Post updated at 01:49 PM ---------- Previous update was at 01:42 PM ----------

it its that, if i remember there are options to pass to getty , u might have to load the fb drivers too for your video card...

for X11 there few option,
Software ; u just unable Xinerama .
Hardware : nvidia it s an option in xorg.conf to the nvidia driver
ati too

you can see that on

Xorg.org doc
Nvidia readme file with the driver
Ati too
# 3  
Old 10-13-2010
I have a intel video driver Smilie.
# 4  
Old 10-15-2010
hey cokedude I think you're asking about "xrandr"

This is the command to setup dual monitors from terminal. I suggest you read the man page is really easy to use.

You need something like this:
Code:
xrandr  --output  SCREEN1 --mode 1280x800 --output SCREEN2 --mode 1280x800

But you can also include where you want what screen and stuff, as I said investigate further.

Hope that works for you Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Searching for Saas Monitor service which monitor my servers which are sitting in different providers

Sorry if this is the wrong forum Searching for Saas Monitor service which monitor my servers which are sitting in different providers . This monitor tool will take as less CPU as possible , and will send info about the server to main Dashboard. The info I need is CPU / RAM / my servers status (... (1 Reply)
Discussion started by: umen
1 Replies

2. Hardware

Fedora 16 dual monitor - dual head - automatic monitor shutdown

Hi, I am experiencing troubles with dual monitors in fedora 16. During boot time both monitors are working, but when system starts one monitor automatically shut down. It happend out of the blue. Some time before when I updated system this happend but then I booted older kernel release and... (0 Replies)
Discussion started by: wakatana
0 Replies

3. Hardware

FAQ, support multiple monitor 3 or 4 using dual video card SLI or Crossfire

Hi, I would like to ask if someone has knowlodge or perhaps own/experience this kind of a machine, Im buying a desktop with a plan of having multiple monitor 3 or 4,now my question is, i want to used the sli or crossfire config with each video card has 2 dvi or vga connector, does this 2... (0 Replies)
Discussion started by: jao_madn
0 Replies

4. Solaris

Sol 11 express X86:Dual monitor config,max resolution

Hello! I have some X86 desktop computer with G45 embedded dual-head video. Two monitors can be configured, but with "small" problem: the summ of dimensions in any direction (vert or horis) can't exceed 1680 pix- max sizeof virtual screen area. Attempts to edit "videoram" parameter in xorg.conf... (0 Replies)
Discussion started by: urry_buh
0 Replies

5. Infrastructure Monitoring

How to monitor server dual power?

dears, any one knows how to use linux command to monitor hp server Redhat dual power status? any 1 of power failure then alarm will triggered. (4 Replies)
Discussion started by: maxlee24
4 Replies

6. Linux

Dual Monitor not working

Hi, To simplify things, the name of the pc's are 'spectra1' and 'spectra3'. Spectra3 already has dual screen, and I'm trying to connect and 2nd screen for spectra1. I went to System Settings > Display > Dual head tab: on spectra1 and enabled the "use dual head" then clicked Configue... From... (0 Replies)
Discussion started by: shamrocks
0 Replies

7. UNIX Desktop Questions & Answers

Dual monitor for Intel 82915G & ATI Rage 128 card on FC6, Dell Optiplex Gx520

I want to setup dual monitor for the Dell Optiplex Gx520 computer. The motherboard has an Intel Corporation 82915G Integrated Graphics Controller. Then I add an ATI Rage 128 video card. The dual monitor work on Windows 2000 with the Intel chip as the primary screen and the ATI chip... (0 Replies)
Discussion started by: TsanChung
0 Replies

8. UNIX for Dummies Questions & Answers

Problem setting up dual boot

Hi, I am trying to set up a dual boot system with Red Hat EL 5.2 and Windows XP Pro. I have a separate disk for each OS. Grub is on the same disk as redhat(the primary disk). I know that Windows is installed correctly because if I force a load on the secondary disk Windows loads correctly.... (0 Replies)
Discussion started by: adawg1217
0 Replies

9. AIX

Setting Dual Ip address on LPAR AIX 5.3

Hi Guys, Can somebody help me how to add and activate addtional ip address on AIX. My server is IBM p5-570 i already set ipadress on ent1 ent0 -- 192.168.206.105 ( default ) ent1 -- 192.168.0.89 (additional) i can ping from outside to 192.168.0.89 but i can not telnet or ftp. for... (6 Replies)
Discussion started by: cahyo3074
6 Replies

10. UNIX for Dummies Questions & Answers

Setting the $LANG info needed

Hello (Very New to UNIX -Solaris 10) I'm trying to set the LANG variable to C but not sure if it's getting set, need some help on this. Currently I have it set to en_GB.UTF-8 I need to set it to C for an install. but when I run set LANG=C and then run echo $LANG its still set to... (2 Replies)
Discussion started by: deedaz
2 Replies
Login or Register to Ask a Question