LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 03-07-2007, 09:01 PM   #1
Wingzero138
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Rep: Reputation: 0
Xorg goes black on boot, using Xorg's radeon drivers


I just installed MEPIS 6.5 Beta7 x86-64, I can get the system to run smooth with the VESA drivers but when I set it to the Xorg Radeon drivers it freezes the system when KDM launches. If I try to get a console it will not switch, the only course of action is to hit the reset button. I've had this happen now with Debian etch and MEPIS, and wondering if anyone else had this problem or knows how to fix it. If you need I'll post my xorg.conf or any other info needed. Don't know if it is trying to output to the DVI port, because I only have an anolog monitor.
System is:
ASUS K8VX motherboard
AMD 64 3000+
1 GB RAM
ATI Radeon 9700 Pro
250 GB harddrive
Sound Blaster Audigy2
 
Old 03-07-2007, 10:54 PM   #2
mr.v.
Member
 
Registered: Jun 2006
Distribution: Slackware 11
Posts: 59

Rep: Reputation: 15
yeah...
the "radeon" driver hardlocks my computer too. I've got a 9800 pro.
I haven't had problems using "vesa", "ati", or if you want to install the proprietary driver from ati's site "fglrx" should all be okay. The open source "ati" driver is decent.
 
Old 03-08-2007, 11:02 AM   #3
Wingzero138
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Original Poster
Rep: Reputation: 0
Yeah The "ati" drivers are the ones that are crashing, never had the problem back about a 7 months ago, I am currently installing openSuse as well so I'll see how it fairs with that. Any other answers would be welcome, because I've seen a lot of posts about this but never any solid answers. Thanks for any help.
 
Old 03-29-2007, 09:37 AM   #4
mr.v.
Member
 
Registered: Jun 2006
Distribution: Slackware 11
Posts: 59

Rep: Reputation: 15
hrm it seems that the fglrx drivers were working great until I try to go from X to a terminal and then back to X. My computer completely freezes and nothing but a power for 5" turns it off. So I went back to using "ati" as a driver and it's working okay.

I don't have any fancy settings set for it anymore and it isn't freezing. It's slow...but it isn't freezing. Perhaps you had some of the radeon/ati driver settings away from their default values in your /etc/xorg.conf file?

Man, I hate ATI. This is it for them. They'll never get my business again...

if you'd like to try my xorg.conf I can post it here...maybe it won't freeze for you...
Code:
Section "ServerLayout"
        Identifier     "Simple Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Mouse1" "CorePointer"
        InputDevice    "Keyboard1" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/local/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
EndSection
Section "Module"
        Load       "dri"
        Load  "dbe"     # Double buffer extension
        SubSection "extmod"
                Option      "omit xfree86-dga"   # don't initialise the DGA extension
        EndSubSection
        Load  "type1"
#    Load        "speedo"
        Load  "freetype"
#    Load        "xtt"
        Load  "glx"
# This loads the DRI module
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc104"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "Auto"   # Auto detect
        Option      "Device" "/dev/mouse"
# When using XQUEUE, comment out the above two lines, and uncomment
        Option      "ZAxisMapping" "4 5 6 7"
# Emulate3Buttons is an option for 2-button mice
EndSection
Section "Monitor"
        Identifier   "aticonfig-Monitor[0]"
        Option      "VendorName" "ATI Proprietary Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "ati"
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
 
Old 05-10-2007, 09:37 AM   #5
Wingzero138
LQ Newbie
 
Registered: Apr 2005
Posts: 7

Original Poster
Rep: Reputation: 0
Know this tread is kind of old, but I stepped away for a while, because if not I think I would have thrown the PC out the window. I have Mepis 32 now installed, with the proprietary drivers installed, and all runs well, going to try with Debian Etch or Sid soon. I don't know why, but the opensource drivers crash my system every time it tries to load X, which kind of sucks because I was hoping to try Beryl. Now, since I just got a new PC, I don't feel like changing my 9700 in the old one over to NVidia.
 
  


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
X's blank screen: ATI drivers+Radeon A9250+Xorg+Vanilla 2.6.14.3+Slackware 10.2 Slack-Rulez Linux - Hardware 8 12-27-2005 03:19 PM
ATI Radeon Drivers For Xorg on Fedora Core 3 sloik2000 Linux - Software 2 12-29-2004 12:10 PM
nVidia in Xorg=black screen FXRS Slackware 13 07-01-2004 01:55 AM
Radeon 9200se w/ATI drivers - black screen! MarasW Linux - Hardware 7 05-17-2004 11:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 10:42 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