13 Posts

November 25th, 2003 09:00

Try pressing CTRL-ALT-+(plus) or CTRL-ALT--(minus)
It should cycle through the available resoltions.

4 Posts

November 26th, 2003 12:00

I can't change the resolution with CTRL-ALT-+(plus) or CTRL-ALT--(minus)

13 Posts

November 26th, 2003 12:00

In your /etc/X11/XF86Config file there should be a Screen section as outlined below.

What you could try is changing the modes section so only the mode you want is listed, ie "1024x768", and delete "800x600" and "640x480"

Section "Screen"
...
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection

Good Luck

Message Edited by Roadkill2002 on 11-28-2003 11:57 AM

4 Posts

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

December 1st, 2003 12:00

i have a new 5150 3.20 Ghz p4m HT with the 5200 64mb card

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?

13 Posts

December 5th, 2003 02:00

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.

December 7th, 2003 01:00

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.... :-)

December 8th, 2003 16:00

got it working....

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

13 Posts

December 8th, 2003 20:00

good to hear :-)
No Events found!

Top