Unsolved
This post is more than 5 years old
4 Posts
0
15307
November 25th, 2003 08:00
DELL Inspiron: Problem with projector under Linux
Hi all,
I have DELL Inspiron 5150 with GeForce FX 5200 Go. I use SuSe 8.2 with Nvidia Driver 1.0-4496 (I know than Linux is not supported from DELL).
I would like to use my Dell Notebook for presentations, but I have a little problem. When I switch to clone mode (Fn+F8) the LCD on my laptop have not a correct resolution (LCD has 640x480 in scrolled mode). The resolution on projector is correct 1024x768 but there is flickering.
Maybe somebody of you guys can help me.
Message Edited by sss222 on 11-25-2003 11:29 AM
No Events found!


Roadkill2002
13 Posts
0
November 25th, 2003 09:00
It should cycle through the available resoltions.
sss222
4 Posts
0
November 26th, 2003 12:00
Roadkill2002
13 Posts
0
November 26th, 2003 12:00
What you could try is changing the modes section so only the mode you want is listed, ie "1024x768", and delete "800x600" and "640x480"
Good Luck
Message Edited by Roadkill2002 on 11-28-2003 11:57 AM
sss222
4 Posts
0
November 28th, 2003 09:00
My /etc/X11/XF86Config file:
........
Section "Monitor"
Option "CalcAlgorithm" "CheckDesktopGeometry"
DisplaySize 320 230
HorizSync 31-90
Identifier "Monitor[0]"
ModelName "1400X LAPTOP DISPLAY PANEL"
VendorName "DELL"
VertRefresh 58-75
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1024x768" 76.49 1024 1040 1216 1400 768 768 776 866
EndSection
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "NVIDIA GeForce 4 (generic)"
Driver "nvidia"
Identifier "Device[0]"
#Screen 0
#Option "Rotate" "off"
VendorName "NVidia"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "on"
Option "Xinerama" "on"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
jp_fielding
5 Posts
0
December 1st, 2003 12:00
i'm dual booting xp/fedora core(smp), and everything works great, except when i try to switch on an attached monitor.
the lcd jumps down to 640x480 (scrolling 1600x1200) and the second monitor is unreadably jumpy.
i'm using the latest driver installer from nvidia.
i've cut out extraneous resolutions (all but 1600x1200), no dice...
any thoughts?
Roadkill2002
13 Posts
0
December 5th, 2003 02:00
jp_fielding
5 Posts
0
December 7th, 2003 01:00
jp_fielding
5 Posts
0
December 8th, 2003 16:00
http://www.nvnews.net/vbulletin/showthread.php?s=&threadid=21848
use the 4620 driver instead of the 4496, then add you options for twin view in the screen section
(for the 1600x1200 screen)
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200"
EndSubSection
Option "TwinView"
Option "SecondMonitorHorizSync" "31.5 - 90.0"
Option "SecondMonitorVertRefresh" "59.0 - 85.0"
EndSection
Roadkill2002
13 Posts
0
December 8th, 2003 20:00