Hmm your config files look right, I have a friend that has dual screen working happily in fedora on an i5100. I'll see if he has run into these sort of problems before.
i'ld love to know what your friend has done, this problem is driving me nuts. we do a lot a peer programming at our office, and i've had to boot into windows to attach another monitor. don't know if i can do it much longer.... :-)
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