Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
09-23-2011, 09:19 AM
|
#1
|
|
LQ Newbie
Registered: Sep 2007
Posts: 8
Rep:
|
cannot connect to overhead projector
Hello,
I have a Dell Precision M4500 64-bit laptop.
I am using Gnome on Linux Mint 10, Julia.
I can't get it to work with an overhead projector.
There is no problem with windows – I simply use <Fn> and <F8>.
I have asked on the linux mint forums.
I have been directed to use xrandr, but it does not seem to detect the projector, even though it is on and connected to the laptop.
I paste the output of xrandr below:
# xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 320 x 175, current 1600 x 900, maximum 1600 x 900
default connected 1600x900+0+0 0mm x 0mm
1600x900 50.0* 51.0
1440x900 52.0
1360x768 53.0 54.0
1152x864 55.0 56.0 57.0
1024x768 58.0 59.0 60.0 61.0 62.0
960x600 63.0
960x540 64.0
896x672 65.0
840x525 66.0 67.0 68.0 69.0 70.0
832x624 71.0
800x600 72.0 73.0 74.0 75.0 76.0 77.0 78.0 79.0 80.0
800x512 81.0
720x450 82.0
720x400 83.0
700x525 84.0 85.0 86.0 87.0
680x384 88.0 89.0
640x512 90.0 91.0 92.0
640x480 93.0 94.0 95.0 96.0 97.0 98.0
640x400 99.0
640x350 100.0
576x432 101.0 102.0 103.0 104.0 105.0 106.0 107.0
512x384 108.0 109.0 110.0 111.0 112.0
416x312 113.0
400x300 114.0 115.0 116.0 117.0 118.0
360x200 119.0
320x240 120.0 121.0 122.0 123.0
320x200 124.0
320x175 125.0
Can anyone help?
|
|
|
|
09-23-2011, 09:44 AM
|
#2
|
|
Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,209
Rep: 
|
System > Preference > Monitors ... xrandr will try to make it a dual head system.
This is something that normally "just works" unless you have configured it not to somehow.
Sometimes you have to boot with the data projector plugged in (what kind is it?)
I'm guessing you are connected via VGA cable.
You don't say if the output from xrandr is with or without the projector plugged in.
|
|
|
|
09-24-2011, 12:11 PM
|
#3
|
|
LQ Newbie
Registered: Sep 2007
Posts: 8
Original Poster
Rep:
|
Thanks.
It is a Sony VPL-EX1 LCD Projector .
It supports XGA (1024 x 768) and SXGA (1280 x 1024).
I tried booting with the projector plugged in and on.
I also tried connecting the projector after starting up the laptop and logging on.
I connect via the HD D-sub 15 pin cable that came with the projector.
I did
<Menu> <Preferences> <Monitors>
and I get the following error message:
It appears that your graphics driver does not support the necessary extensions to use this tool. Do you want to use your graphics driver vendor's tool instead?
When I answer “No”, I get monitor:unknown, resolution: 1600x900, refresh rate 50Hz
If I answer “Yes”, I get an NVIDIA X Server settings screen.
|
|
|
|
09-24-2011, 12:23 PM
|
#4
|
|
Member
Registered: Feb 2009
Location: New Delhi
Distribution: Linux mint,Ubuntu,Debian,RHEL 5,slackware 13.1, free BSD,solaris.
Posts: 185
Rep:
|
you can install jupiter to make your life easier.
Jupiter works most of the time in my laptop..
Try to find it in repo or go to its Hope it works for you..
|
|
|
|
09-25-2011, 07:17 AM
|
#5
|
|
Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,209
Rep: 
|
You are using nvidia graphics.
Make sure the proprietary nvidia driver is installed.
Use the vendor tool to configure dual head.
|
|
|
|
09-28-2011, 03:27 AM
|
#7
|
|
LQ Newbie
Registered: Sep 2007
Posts: 8
Original Poster
Rep:
|
I'm having trouble getting this dual-head monitor to work.
(I had never heard of this before>)
When I do
Menu | Administration | NVIDIA X Server Settings
I see one screen only.
I know from my research that I should see two, and then I should configure the second.
The following is my xorg.conf:
$ cat /etc/X11/xorg.conf
Section "Screen"
Identifier "Default Screen"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Default Device"
Driver "nvidia"
Option "NoLogo" "True"
EndSection
How do I get the two monitors?
|
|
|
|
09-30-2011, 03:31 AM
|
#8
|
|
Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,209
Rep: 
|
The nvidia driver is proprietory - I don't know how it is supposed to work.
xorg.conf is no longer useful for graphics setup ... it is taken over by xrandr.
You may need to enable the external monitor manually.
http://en.gentoo-wiki.com/wiki/X.Org..._Dual-Monitors
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:59 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|