LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-09-2007, 01:31 AM   #1
laissezfaire
LQ Newbie
 
Registered: Apr 2005
Location: New York
Posts: 10

Rep: Reputation: 0
cannot use projector after updating xorg and nvidia driver


Hi all:

After installing the latest xorg and the nvidia driver, I cannot get image from the projector that I have been using for teaching my classes at the university. Here is the problem:

1)- I have a Sony Vaio laptop with NVidia GeForce Go 7600. The screen resoultion is 1280x800.
2)- Until last week, in order to get image from the projector, I would turn on the projector first, attach the cables and turn on the computer. First, I would see the system loading from the laptop, and after a while the laptop screen would go black and I would see the login screen from the projector at 1024x768 resoulution.
3)- I was perfectly happy with this even though I couldn't get simultaneous image from the computer and the projector.
4)- Now, I cannot get image from the projector and the login screen appears on the laptop screen. Apperantly, the computer unsuccessfullty tries to set up the projector (the projected blue screen flickers etc) and I see a "out of range" message.
5)- Playing with the nvidia-settings program I was able to get image from the projector in clone mode at 640x480 resoultion but this is not usable. I need 1024x768 at least.
6)- I am not too good with these things. Is there anyone who can help me with this problem? The students seemed to enjoy learning about Linux, I don't want to revert to Windows for my classroom presentations.

Below is the contents of my xorg.conf file:

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12
14:29:35 PDT 2007

################################################################
#
# Autoconfigured config file for Xorg
# Created by Zorg 0.5 on Fri Sep 7 09:51:05 2007
#
# ESSENTIAL: 0004fce35896cbd1011dc25690c584101c4c3852
#

Section "ServerLayout"

# Multihead stuff
# Screen 0 "Screen0" 0 0
# Screen 1 "Screen1" RightOf "Screen0"
Identifier "Simple Layout"
Screen "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Touchpad" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
Option "Xinerama" "off"
Option "Clone" "off"
EndSection

Section "Files"
RgbPath "/usr/lib/X11/rgb"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/dejavu/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/TrueType/"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/Speedo/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/terminus/"
FontPath "/usr/share/fonts/encodings/"
EndSection

Section "Module"
Load "dbe" # Double buffer extension
Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "type1"
Load "freetype"
Load "record"
Load "xtrap"
Load "glx"
Load "v4l"
Load "synaptics"
EndSection

Section "ServerFlags"
Option "AllowMouseOpenFail" "True"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection

Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
Option "Buttons" "5"
EndSection

Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "LeftEdge" "130"
Option "RightEdge" "840"
Option "TopEdge" "130"
Option "BottomEdge" "640"
Option "FingerLow" "7"
Option "FingerHigh" "8"
Option "MaxTapTime" "300"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.60"
Option "MaxSpeed" "1.10"
Option "AccelFactor" "0.030"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "SHMConfig" "true"
Option "Emulate3Buttons" "true"
# Option "ClickTime" "0"
EndSection

Section "Monitor"
# 1280x800 @ 60Hz, 49.62 kHz hsync
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
HorizSync 31.5 - 50.0
VertRefresh 50.0 - 70.0
ModeLine "1280x800" 75.4 1280 1304 1384 1520 800 803 806 827
EndSection

Section "Device"
# BusID "PCI:1:0:0"
Identifier "VideoCard0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "G70 [GeForce Go 7600]"
Screen 0
Option "NoLogo"
EndSection

Section "Screen"
Identifier "Screen0"
Device "VideoCard0"
Monitor "Monitor0"
DefaultDepth 24
Option "AllowGLXWithComposite" "True"
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Depth 24
Modes "1280x800" "800x600" "640x480"
EndSubSection
EndSection

Section "Extensions"
Option "Composite" "Enable"
EndSection
 
Old 10-09-2007, 02:38 AM   #2
kstan
Member
 
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851

Rep: Reputation: 31
laissezfaire,
the simples way, in terminal start this command, it will open up a nvidia setting window, detect your external screen, and you have option to configure the resolution.


nvidia-setting

Regards,
KS
 
Old 10-09-2007, 02:55 AM   #3
laissezfaire
LQ Newbie
 
Registered: Apr 2005
Location: New York
Posts: 10

Original Poster
Rep: Reputation: 0
Yes, I played around with the nvidia-settings program. The projector is detected but the maximum resolution is 640x480, which is completely useless. I know that this particular projector definitely supports 1024x768.
 
Old 10-09-2007, 03:43 AM   #4
kstan
Member
 
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851

Rep: Reputation: 31
laissezfaire,
in windows or linux, external display always consider as primary display and some times it brings trouble. So far I overcome this with following flow:-
1. attach monitor
2. logout (or ctrl+alt+backspace)
3. login (you won't see screen in your computer, screen will go to projector)
4. start nvidia-settings and detect both monitor
5. choose laptop monitor, enable it and choose clone mode.
6. configure screen resoultion.

Hope this help.
Regards,
Ks
 
Old 10-09-2007, 04:35 AM   #5
laissezfaire
LQ Newbie
 
Registered: Apr 2005
Location: New York
Posts: 10

Original Poster
Rep: Reputation: 0
I tried this and here is what happened:
1)- Once I press ctrl+alt+backspace, I get the image from the laptop, nothing from the projector.
2)- After that, I use the nvidia-config program. The projector is detected but the available resoultions are 320x240 and 640x480 only.

I am not sure about 1280x800 but I know for sure that the projector supports 1024x768.
 
Old 10-09-2007, 04:40 AM   #6
kstan
Member
 
Registered: Sep 2004
Location: Malaysia, Johor
Distribution: Dual boot MacOS X/Ubuntu 9.10
Posts: 851

Rep: Reputation: 31
Quote:
Originally Posted by laissezfaire View Post
I tried this and here is what happened:
1)- Once I press ctrl+alt+backspace, I get the image from the laptop, nothing from the projector.
2)- After that, I use the nvidia-config program. The projector is detected but the available resoultions are 320x240 and 640x480 only.

I am not sure about 1280x800 but I know for sure that the projector supports 1024x768.
when the projector is detected, press ctrl-alt-backspace, the image will transfer to projector(your project will become your primary screen,).
 
Old 10-09-2007, 09:19 AM   #7
laissezfaire
LQ Newbie
 
Registered: Apr 2005
Location: New York
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
when the projector is detected, press ctrl-alt-backspace, the image will transfer to projector(your project will become your primary screen,).
I appreciate your help but this doesn't work. In fact, this is the problem itself. Before, when I ctrl+alt+backspace, the projector would become the primary screen. Not anymore after the updates.

The projector is detected but the maximum resolution is 640x480. I wonder if this is something to do with modelines. There is a 1280x800 modeline in the xorg.conf but no 1024x768. Any ideas?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Graphic sucks after updating kmod-nvidia and xorg-X11-nvidia hans21 Fedora 1 12-10-2006 02:21 PM
xorg and nvidia driver Bzubi Linux - Hardware 6 01-03-2006 07:25 AM
xorg doesn't want to use the nvidia driver eantoranz Ubuntu 1 10-21-2005 02:42 PM
Updating NVidia Driver - Linux RySk8er30 Mandriva 4 02-07-2005 06:48 AM
Can't start X after updating Nvidia driver with YOU. maxrussell SUSE / openSUSE 3 10-27-2004 06:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 10:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration