[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Blank screen after applying instructions (Radeon 9200 SE)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Synopsis: I get a blank screen after applying instructions from 
http://xoomer.virgilio.it/flavio.stanchina/debian/fglrx-installer.html.
I can still use ssh to connect to the computer: I note X uses all the CPU.

Hardware: Athlon XP 2400+ / Asrock K7S8XE
Software: Debian unstable with kernel 2.4.25

To be more accurate:
- - Requirements
  + I don't grab gcc-2.95 from unstable since the kernel image I use 
    (kernel-image-2 2.4.25-1) was compiled with 3.3.2 (according to
    /usr/share/doc/kernel-image-2.4.25-1-k7/buildinfo.gz) while mine is 3.3.3
  + I do the apt-get/make-kpkg stuff, with flavour=1-k7 and revision=2.4.25-1
  + I have debhelper, fakeroot and wget
- - Source
  + I follow the instructions
- - Install
  + I build/install the following package:
    fglrx-4.3.0-kernel-2.4.25-1-k7_3.7.6-4+2.4.25-1_i386.deb
  + I modify my XF86Config-4 (see below)

Then I launch startx (output/error redirected to file):
- ----------------------------------------------------------
X: warning; process set to priority -1 instead of requested priority 0

This is a pre-release version of XFree86, and is not supported in any
way.  Bugs may be reported to XFree86 at XFree86 dot Org and patches submitted
to fixes at XFree86 dot Org dot   Before reporting bugs in pre-release versions,
please check the latest version in the XFree86 CVS repository
(http://www.XFree86.Org/cvs).

XFree86 Version 4.3.0.1 (Debian 4.3.0-7 20040318043201 
root at cyberhq dot internal dot cyberhqz dot com)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.4 i686 [ELF]
Build Date: 18 March 2004
        Before reporting problems, check http://www.XFree86.Org/
        to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.25-1-k7 (herbert at gondolin) (gcc version 3.3.2 
(Debian)) #1 Tue Feb 24 14:24:28 EST 2004 T
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Apr 18 02:08:25 2004
(==) Using config file: "/etc/X11/XF86Config-4"
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o":  No 
symbols found
Skipping "/usr/X11R6/lib/modules/fonts/libspeedo.a:spencode.o":  No symbols 
found
(WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
(EE) fglrx(0): [agp] Failed to set AGP mode!
(EE) fglrx(0): cannot init AGP
Terminated
- ----------------------------------------------------------

lspci output:
- ----------------------------------------------------------
pcilib: Cannot open /sys/bus/pci/devices
0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 746 Host (rev 10)
0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SG86C202
0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC 
Bridge) (rev 25)
0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 0f)
0000:00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 
Controller
0000:00:0a.0 SCSI storage controller: Advanced System Products, Inc ABP940-U / 
ABP960-U (rev 03)
0000:00:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] 
(rev 30)
0000:00:0c.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 
05)
0000:00:0c.1 Input device controller: Creative Labs SB Live! MIDI/Game Port 
(rev 05)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 
9200 SE] (rev 01)
0000:01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] 
(Secondary) (rev 01)
- ----------------------------------------------------------

Diff between a working vesa XF86Config and my current one:
- ----------------------------------------------------------
        Driver          "vesa"
 EndSection

+Section "Device"
+  Identifier "ATI"
+  Driver     "fglrx" # this is the important bit
+  Option     "NoDDC" # this allows you to select nonstandard screen sizes
+# === Video Overlay for the Xv extension ===
+  Option "VideoOverlay" "on"
+# === OpenGL Overlay ===
+# Note: When OpenGL Overlay is enabled, Video Overlay
+#       will be disabled automatically
+  Option "OpenGLOverlay" "off"
+EndSection
+
 Section "Monitor"
        Identifier      "IVM:4017"
        HorizSync       27-96
@@ -91,32 +103,12 @@

 Section "Screen"
        Identifier      "Default Screen"
- -       Device          "Silicon Integrated Systems (SiS) SG86C202"
+       Device          "ATI"
        Monitor         "IVM:4017"
        DefaultDepth    24
        SubSection "Display"
- -               Depth           1
- -               Modes           "1280x1024" "1024x768" "800x600" "640x480"
- -       EndSubSection
- -       SubSection "Display"
- -               Depth           4
- -               Modes           "1280x1024" "1024x768" "800x600" "640x480"
- -       EndSubSection
- -       SubSection "Display"
- -               Depth           8
- -               Modes           "1280x1024" "1024x768" "800x600" "640x480"
- -       EndSubSection
- -       SubSection "Display"
- -               Depth           15
- -               Modes           "1280x1024" "1024x768" "800x600" "640x480"
- -       EndSubSection
- -       SubSection "Display"
- -               Depth           16
- -               Modes           "1280x1024" "1024x768" "800x600" "640x480"
- -       EndSubSection
- -       SubSection "Display"
                Depth           24
- -               Modes           "1280x1024" "1024x768" "800x600" "640x480"
+               Modes           "1280x1024"
        EndSubSection
EndSection
- ----------------------------------------------------------

Any idea would be appreciated. Especially if you got a blank screen too, and 
you managed to solve it somehow.

Thanks for your time.

- -- 
Fingerprint: 8741 62F1 586D D440 C5CA  D1CA CBE5 669A 7EA5 D9F9
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAgdGXy+Vmmn6l2fkRApTkAKDBvUhpt49TA7P+BCb6APfd3l1I7ACeKUxv
KpbXf0z6w9qNzM8mjlGw6OQ=
=zLaB
-----END PGP SIGNATURE-----