Hey,

Two days ago I apt-got the latest (woody) version of XFree86:
  XFree86 Version 4.1.0.1 / X Window System
  (protocol Version 11, revision 0, vendor release 6510)

I can now no longer run X.  When I try to kick off xdm or startx I get the following 
message:
<snip - the output is large and I will forward it to people on request>

  (II) Setting vga for screen 0.
  (EE) VGA(0): Driver can't support depth 24
  (II) UnloadModule: "vga"
  (EE) Screen(s) found, but none have a usable configuration.

  Fatal server error:
  no screens found

Now the odd thing is that (a) my XFree86Config file has not changed at all, and (b) my 
default colour depth is 16 bit.  Below is a copy of my relevant definitions in 
/etc/X11/XFree86Config:

  Section "Module"
      Load        "dbe"         # Double buffer extension
      SubSection  "extmod"
        Option    "omit xfree86-dga"   # don't initialise the DGA extension
      EndSubSection
      Load        "type1"
      Load        "freetype"
      Load       "glx"
  EndSection
  
  Section "Files"
      RgbPath   "/usr/X11R6/lib/X11/rgb"
      FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
      FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
      FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
      FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
      FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
      FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
      FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"
  EndSection

  Section "ServerFlags"
  EndSection
  
  Section "InputDevice"
      Identifier        "Keyboard1"
      Driver    "Keyboard"
      Option "AutoRepeat" "500 30"
      Option "XkbRules" "xfree86"
      Option "XkbModel" "pc101"
      Option "XkbLayout"        "us"
  EndSection
  
  Section "InputDevice"
        Identifier "Mouse1"
        Driver "mouse"
        Option "Protocol" "ExplorerPS/2"
        Option "Device" "/dev/mouse"
        Option "Buttons" "7"
        Option "ZAxisMapping" "6 7"
  EndSection

  Section "Monitor"
      Identifier  "My Monitor"
      HorizSync   31.5 - 64.3
      VertRefresh 50-90
  EndSection

  Section "Device"
      Identifier  "Diamond Stealth 3D 2000 PRO"
      Driver      "s3virge"
      #VideoRam    4096
       #Option "xaa_benchmark"
       #Option "fifo_moderate"
       #Option "pci_burst_on"
       #Option "pci_retry"
      # Insert Clocks lines here if appropriate
  EndSection
  
  Section "Screen"
      Identifier  "Screen 1"
      Device      "Diamond Stealth 3D 2000 PRO"
      Monitor     "My Monitor"
      DefaultDepth 16
  
      Subsection "Display"
          Depth       8
          Modes       "640x480" "800x600" "1024x768" "1280x1024"
          ViewPort    0 0
      EndSubsection
      Subsection "Display"
          Depth       16
          Modes       "1280x1024" "1024x768" "800x600" "640x480"
          ViewPort    0 0
      EndSubsection
      Subsection "Display"
          Depth       24
          Modes       "640x480" "800x600" "1024x768" "1280x1024"
          ViewPort    0 0
      EndSubsection
  EndSection
  
  Section "ServerLayout"
      Identifier  "Simple Layout"
      Screen "Screen 1"
      InputDevice "Mouse1" "CorePointer"
      InputDevice "Keyboard1" "CoreKeyboard"
  EndSection

Help?

Stephen

-- 
Time was invented so that everything in the universe would not happen at once.

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to