Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-07-2007, 10:01 PM
|
#1
|
LQ Newbie
Registered: Apr 2005
Posts: 7
Rep:
|
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
|
|
|
03-07-2007, 11:54 PM
|
#2
|
Member
Registered: Jun 2006
Distribution: Slackware 11
Posts: 59
Rep:
|
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.
|
|
|
03-08-2007, 12:02 PM
|
#3
|
LQ Newbie
Registered: Apr 2005
Posts: 7
Original Poster
Rep:
|
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.
|
|
|
03-29-2007, 10:37 AM
|
#4
|
Member
Registered: Jun 2006
Distribution: Slackware 11
Posts: 59
Rep:
|
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
|
|
|
05-10-2007, 10:37 AM
|
#5
|
LQ Newbie
Registered: Apr 2005
Posts: 7
Original Poster
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 04:06 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|