Hello All,

I've recently upgraded xorg-x11 and xorg-server without realizing the binary
nvidia drivers do not work. So I downgraded back to 7.2 and 1.3,
respectively. Now whenever I run KTorrent it runs for about a minute and
then xorg crashes and freezes. Any song I was playing starts to skip like a
broken record, the mouse and keyboard become unresponsive, with the
exception of the caps lock LED which flashes. Anyway, I believe the problem
to be within my xorg.conf file. I changed it when upgrading, and again when
downgrading. Here is most of it:


Section "Module"
      Load        "dbe"
      SubSection  "extmod"
        Option    "omit xfree86-dga"
      EndSubSection
      Load        "freetype"
      Load       "glx"
EndSection

Section "Files"
      FontPath "..."
    ...
Endsection

Section "ServerFlags"
EndSection

Section "InputDevice"
     ... # Keyboard stuff
EndSection

Section "InputDevice"
     ... # Mouse stuff
EndSection

Section "Monitor"
      Identifier  "Acer AL2216W"
      VendorName  "ACR"
      ModelName   "Acer AL2216W"
      HorizSync   30-82
      VertRefresh 56-76
    Mode        "1680x1050"
                  DotClock        146.250000
                  HTimings        1680 1784 1960 2240
                  VTimings        1050 1053 1059 1089
                  Flags   "+HSync" "-VSync"
      EndMode

EndSection

Section "Device"
      Identifier  "geforce"
      Driver      "nvidia"
      VideoRam    262144
      Option      "NoLogo" "true"
      Option      "FlatPanelProperties" "Scaling = aspect-scaled"
      Option      "UseEdidDpi"    "FALSE"
      Option      "DPI"   "96 x 96"
    # Insert Clocks lines here if appropriate
EndSection

Section "Screen"
    Identifier  "Screen 1"
      Device      "geforce"
    Monitor     "AcerAL2216W"
      DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
          ViewPort    0 0
      EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
          ViewPort    0 0
      EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1680x1050" "1280x1024" "1024x768" "800x600" "640x480"
          ViewPort    0 0
      EndSubsection
EndSection


I hope someone can tell me if anything looks off. And if not, what the
problem may be?

Thanks,
Mat

Reply via email to