HI I'm with Benedict on this one. I have a Matrox G400 Dualhead, which always makes X throw a wobbler ("no screens found") if I allow the Framebuffer stuff during the xserver configuration during setup. I have found running dpkg-reconfigure xserver-xfree86 after installation and responding no to Frambuffering has given me back my screens (Im using 2.4.18-bf2.4 and running unstable and kde3.2). The only other times it has happened has when there has literally been no screens ie: none usable, although that was on a laptop so defualt colour depth, screen size etc are a lot more important. Also, not sure if you've already spotted/tried this but it does mention about older kernels needing to be set to Vesa rather than i810 http://support.intel.com/support/graphics/linux/graphics.htm#5 eg:
++++++++++++++++++++++ Section "Device" #no known options Identifier "Intel 810" Driver "vesa" VendorName "Intel 810" BoardName "Intel 810" VideoRam 16384 #BusID EndSection ++++++++++++++++++++++ hth (a bit) tim -----Original Message----- From: Andreas Janssen [mailto:[EMAIL PROTECTED] Sent: 19 February 2004 08:52 To: [EMAIL PROTECTED] Subject: Fwd: Xfree86: "no screens found" with default configuration (sent to me by John, but I think it should go to the list) Andreas Janssen wrote: >John Christian (<[EMAIL PROTECTED]>) wrote: >>I've installed the xfree86 packages plus gnome, and so far haven't >>touched /etc/X11/XF86Config-4 generated by debconf, but it's giving >>me the following error on startx: >> >>fatal error: no screens found. >> >>And I certainly have a 'Section "Screen"' in my config file. I'm not >>sure what else it could mean. > >First make sure that all necessary packages are installed: > >apt-get install x-window-system-core Yep, all xfree86 related packages are installed. >Then use debconf to configure X: > >dpkg-reconfigure xserver-xfree86 Ok ... I've gone through my config this way, looking for any obvious badnesses ... I'm using the i810 driver as per the instructions on Intel's site for the 845GE graphics chip ... so i810 looks like what I should be using. >If that doesn't work, take a look at the output of startx or the XFree >log file /var/log/Xfree86.0.log). Look for lines starting with (EE). >If you still have problems, post more information, this should be > helpful: > >- the (EE) and (WW) lines and the last 10-15 lines from startx output >or the X log file (/var/log/XFree86.0.log) The only (EE) message happens at the very end (full output attached if it's possibly more revealing): (II) I810: Driver for Intel i810 chipset: i810, i810-dc100, i810e, i815 (II) Primary Device is: PCI 00:02:0 (--) Assigning device section with no busID to primary device (EE) No devices detected. Fatal server error: no screens found When reporting a problem related to a server crash, please send the full server output, not just the last messages. This can be found in the log file "/var/log/XFree86.0.log". Please report problems to [EMAIL PROTECTED] >- the type of your graphic card Intel <i>Extreme</i> Graphics >- the version number of XFree you are using (if you use Debian Woody >(3.0) then this will be 4.1) > >- the "Device" and "Screen" section of the XFree config file >(/etc/X11 XF86Config-4) Here's the Device section: Section "Device" Identifier "Intel Extreme Graphics" Driver "i810" VideoRam 16384 EndSection And the Screen section: Section "Screen" Identifier "Default Screen" Device "Intel Extreme Graphics" Monitor "View Sonic VA520" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection [ .. snipped 1-16 .. ] SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection ... also I tried upgrading the kernel to 2.4.24, as the Intel docs implied that the i810 driver required a kernel >= 2.4.11, but to no avail. The doc is at http://support.intel.com/support/graphics/linux/graphics.htm -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]