LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 08-11-2006, 05:09 PM   #1
The_paladin
Member
 
Registered: Feb 2006
Distribution: Debian "Etch"
Posts: 47

Rep: Reputation: 15
black screen with Radeon X600


Hello.
I'm running Etch with 2.6.17 kernel, xorg 7.0. I've installed ATi's driver (8.27.10) and have a Radeon X600XT card. Aticonfig have configured my xorg.conf.
My problem is that when X starts, my screen goes completely black - I then have to go to another screen, login and shut down gdm and restore my xorg.conf to it's original state before my xserver will work.
Here's my xorg.conf (the one that don't work):
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "Files"

	# path to defoma fonts
	FontPath     "/usr/share/fonts/X11/misc"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc"
	FontPath     "/usr/share/fonts/X11/cyrillic"
	FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath     "/usr/share/fonts/X11/Type1"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1"
	FontPath     "/usr/share/fonts/X11/100dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath     "/usr/share/fonts/X11/75dpi"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi"
	FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load  "i2c"
	Load  "bitmap"
	Load  "ddc"
	Load  "dri"
	Load  "extmod"
	Load  "freetype"
	Load  "glx"
	Load  "int10"
	Load  "type1"
	Load  "vbe"
EndSection

Section "InputDevice"
	Identifier  "Generic Keyboard"
	Driver      "kbd"
	Option	    "CoreKeyboard"
	Option	    "XkbRules" "xorg"
	Option	    "XkbModel" "pc104"
	Option	    "XkbLayout" "us"
EndSection

Section "InputDevice"
	Identifier  "Configured Mouse"
	Driver      "mouse"
	Option	    "CorePointer"
	Option	    "Device" "/dev/input/mice"
	Option	    "Protocol" "ExplorerPS/2"
	Option	    "Emulate3Buttons" "true"
EndSection

Section "Monitor"
	Identifier   "IBM G54"
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "ATI Technologies, Inc. RV380 0x3e50 [Radeon X600]"
	Driver      "ati"
	BusID       "PCI:1:0:0"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
	Option	    "ForceMonitors" "crt1,notv"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "ATI Technologies, Inc. RV380 0x3e50 [Radeon X600]"
	Monitor    "IBM G54"
	DefaultDepth     24
	SubSection "Display"
		Depth     1
		Modes    "1280x1024" "1024x768" "960x529" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     4
		Modes    "1280x1024" "1024x768" "960x529" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     8
		Modes    "1280x1024" "1024x768" "960x529" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     15
		Modes    "1280x1024" "1024x768" "960x529" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     16
		Modes    "1280x1024" "1024x768" "960x529" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth     24
		Modes    "1280x1024" "1024x768" "960x529" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection
And here's my lsmod after running "modprobe fglrx":
Code:
Module                  Size  Used by
fglrx                 388396  0
agpgart                29168  1 fglrx
button                  8592  0
ac                      6596  0
battery                12612  0
nls_iso8859_1           4032  1
vfat                   11328  1
fat                    45980  1 vfat
nls_cp437               5696  3
ntfs                  190228  2
ide_disk               14784  0
snd_intel8x0           29532  1
snd_ac97_codec         82272  1 snd_intel8x0
snd_ac97_bus            2176  1 snd_ac97_codec
snd_pcm_oss            35616  0
snd_mixer_oss          15744  1 snd_pcm_oss
snd_mpu401              7272  0
snd_mpu401_uart         6848  1 snd_mpu401
pcspkr                  2624  0
i2c_nforce2             6400  0
evdev                   8832  1
psmouse                34056  0
snd_rawmidi            21856  1 snd_mpu401_uart
snd_seq_device          7564  1 snd_rawmidi
snd_pcm                71496  3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              19652  1 snd_pcm
snd_page_alloc          9352  2 snd_intel8x0,snd_pcm
i2c_core               18960  1 i2c_nforce2
rtc                    11316  0
floppy                 52804  0
ext3                  115528  2
jbd                    46484  1 ext3
ohci_hcd               17284  0
ehci_hcd               26888  0
usbcore               108736  3 ohci_hcd,ehci_hcd
sata_nv                 9028  6
libata                 61132  1 sata_nv
forcedeth              25228  0
ide_cd                 35296  0
cdrom                  32352  1 ide_cd
thermal                19656  0
processor              34240  1 thermal
fan                     5956  0
unix                   23216  574
Any advice would be greatly appriciated.

EDIT: Read somewhere that it might help to comment out Load "dri" or Load "extmod". didn't work for me.

Last edited by The_paladin; 08-12-2006 at 11:43 AM.
 
Old 08-13-2006, 07:32 AM   #2
The_paladin
Member
 
Registered: Feb 2006
Distribution: Debian "Etch"
Posts: 47

Original Poster
Rep: Reputation: 15
Solved.

After following method 2 on this page, my xserver seems to work again with acceleration, albeit with only a fifth of the fps it usually gets with glxgears, although performance under America's army seems to be the same.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Black screen when trying to install ATI drivers on Radeon x1600 vangelis Linux - Hardware 6 03-25-2008 12:18 AM
Radeon 9200se w/ATI drivers - black screen! MarasW Linux - Hardware 7 05-17-2004 11:49 AM
Suse 9 Pro and ATI Radeon 8500 all in wonder - black screen Magus255 Linux - Hardware 0 12-18-2003 07:41 PM
ATI Radeon 7500 (PCI) - Black Screen after reboot? hawes Linux - Hardware 1 12-18-2003 02:03 PM
Black screen under XFree86, AGP and Radeon 9500 zoomzoom Linux - Hardware 8 12-01-2003 07:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 01:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration