Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > AS/ES/WS v. 4 > Issue <<  103 of 627 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 7856
Last update: 08-10-06
Issue:
Why do I get a blank screen on Red Hat Enterprise Linux AS 4 using a Dell Optiplex gx620 with an ATI Radeon x600?
Resolution:

The Radeon driver that ships with Red Hat Enterprise Linux 4 does not work with the Radeon x### family of cards. The current workaround is to load the vesa driver instead. To do this, change the driver in the "Device" section of /etc/X11/xorg.conf from:

Section "Device"
	Identifier  "Videocard0"
	Driver      "radeon"
	VendorName  "ATI"
	BoardName   "ATI Radeon X600"
EndSection

to:

Section "Device"
	Identifier  "Videocard0"
	Driver      "vesa"
	VendorName  "ATI"
	BoardName   "ATI Radeon X600"
EndSection

Edit xorg.conf file in runlevel 3. A link to an article of how to boot into runlevel 3 is on related articles at the bottom of this article.

Note: The vesa driver is an alternative to other drivers that are recommended only when the specific driver for the card is unsupported or has complications. Note that the vesa driver makes slower writes to the graphics card.


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > AS/ES/WS v. 4 > Issue <<   103  of  627  >>