Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Laptop

Laptop Help on using Fedora on laptops. LCD screens, APM, PCMCIA, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2004-05-04, 03:10 PM CDT
electralake's Avatar
electralake Offline
Registered User
 
Join Date: May 2004
Location: Durango, Colorado
Age: 34
Posts: 11
Question ATI 9200 screen blanks.

[edit] Not sure if I should have posted this in Installation, Hardware or Here, I apologize if it is in the wrong spot.[/edit]

I'm running a dual boot with XP pro, used to have Mandrake but decided to give Fedora a try.

Machine Spec:
Acer Ferrari 3000
AMD XP-M 2500
512MB Ram
60GB HD
ATI Mobility 9200 Radeon 128MB
Pioneer DVD-+RW/CD RW
1400 X 1050 LCD

Problem is when it tries to run the first boot the screen goes blank and nothing works except holding down the power button to get the machine to reboot. Any pointers would be greatly appreciated.
Thanks,

Justin

Last edited by electralake; 2004-05-04 at 03:51 PM CDT.
Reply With Quote
  #2  
Old 2004-05-04, 04:04 PM CDT
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 31
Posts: 1,019
After you have installed it?
__________________
http://blog.suretecsystems.com
Reply With Quote
  #3  
Old 2004-05-04, 04:07 PM CDT
electralake's Avatar
electralake Offline
Registered User
 
Join Date: May 2004
Location: Durango, Colorado
Age: 34
Posts: 11
Yup, it's installed. I selected the generic LCD 1400 X 1050.
Reply With Quote
  #4  
Old 2004-05-04, 04:16 PM CDT
electralake's Avatar
electralake Offline
Registered User
 
Join Date: May 2004
Location: Durango, Colorado
Age: 34
Posts: 11
Should have preceded the topic with Uber newbie, but Mandrake worked great. (except for the batter meter).
Reply With Quote
  #5  
Old 2004-05-04, 04:23 PM CDT
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 31
Posts: 1,019
If you press ctrl-alt-F1 a cuople of times you should get a console up.
__________________
http://blog.suretecsystems.com
Reply With Quote
  #6  
Old 2004-05-04, 04:32 PM CDT
electralake's Avatar
electralake Offline
Registered User
 
Join Date: May 2004
Location: Durango, Colorado
Age: 34
Posts: 11
Tried the ctrl-alt-F1 with no luck, also hooking up an external monitor and using the function keys did not produce a screen. Should I do the ctrl-alt-F1 after selecting fedora in the grub?
Reply With Quote
  #7  
Old 2004-05-04, 04:40 PM CDT
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 31
Posts: 1,019
My thinking is that the X server is tripping up with your resolution.

Try passing this:

single

to your grub kernel line, i.e. press e for edit when you get to the grub prompt.

Then see if it boots.
__________________
http://blog.suretecsystems.com
Reply With Quote
  #8  
Old 2004-05-04, 05:32 PM CDT
electralake's Avatar
electralake Offline
Registered User
 
Join Date: May 2004
Location: Durango, Colorado
Age: 34
Posts: 11
progress!

Excellent, I like progress. I passed single (I have no idea what it does) and I loaded into the command line, logged in as root, then tried to startx and “pop” back to the blank screen. Giving validation to your correct diagnose that the x server is probably the cause of all the problems.
Reply With Quote
  #9  
Old 2004-05-04, 08:38 PM CDT
Darkmage Offline
Registered User
 
Join Date: Mar 2004
Posts: 461
What version of FC are you running or more important, do you have XFree or Xorg?
Reply With Quote
  #10  
Old 2004-05-05, 02:27 AM CDT
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 31
Posts: 1,019
Have a look at:

/var/log/XFree86.0.log

i.e. at your console type nano -w /var/log/XFree86.0.log and look for errors.
__________________
http://blog.suretecsystems.com
Reply With Quote
  #11  
Old 2004-05-05, 08:16 AM CDT
electralake's Avatar
electralake Offline
Registered User
 
Join Date: May 2004
Location: Durango, Colorado
Age: 34
Posts: 11
I'm running the FC 2 test 3. Inside of the /var/log I have Xorg.0.log file In this file there is a

(II) VESA(0): VBESetVBEMode failed...Tried agin without customized values.

also there is some text about "Attempting to use 75Hz refresh for mode '1400X1050' (142)" This that line repeats for all screen sizes down to "640X480"

[edit] in windows my screen refresh rate is 60Hz [/edit]

I've never used nano, only VI and I must say that I like it.
Reply With Quote
  #12  
Old 2004-05-05, 10:14 AM CDT
electralake's Avatar
electralake Offline
Registered User
 
Join Date: May 2004
Location: Durango, Colorado
Age: 34
Posts: 11
Update

I started over with a clean install and on the first boot when it drops in the detail the last thing I see before the screen goes blank is starting "System Config Display".

I just want to say thanks for helping.
Reply With Quote
  #13  
Old 2004-05-05, 10:10 PM CDT
jrblevin's Avatar
jrblevin Offline
Registered User
 
Join Date: May 2004
Location: Durham, NC
Posts: 53
I had the same problem yesterday with Fedora Core 2 Test 3 with and an ATI Radeon Mobility 9200. I couldn't ctl-alt-f1 or even reboot with ctl-alt-del. After digging around a while I found a post somewhere about the xorg config file. I think the problem was with system-config-display looking for /etc/X11/XF86Config which is no longer used. (Sorry I don't remember the details about the bug....) This sounds like your problem since that's the last thing you saw.

Fedora core 2 has replaced XFree86 with Xorg and the config filenames have changed. It now uses /etc/X11/xorg.conf. To fix everything, I made a symbolic link to the xorg config file to fool the display config tool. Boot into single user mode as before by adding 'single' to the grub line and as root type:

# cd /etc/X11
# ln -s xorg.conf XF86Config

Next, I'm not totally sure, but I either rebooted and everything worked or I started in console-only mode by typing 'init 3' and then ran 'startx'. Either way, I got X up and going but when I tried to reboot or log out, the screen would go black again. To fix that, I just installed all of the current updates and now everything is working great. I'm not sure which package was causing the problem...and I didn't worry too much about it after the ordeal.

I suppose this will only work if the xorg.conf file is right in the first place. The generic LCD setting should be okay, which video card did you select? I'm using the vesa generic one, I don't know if xorg has support for the 9200 mobility yet. Haven't played around with it yet. Also, you might try doing the updates from the console first (by running 'yum update') instead of fooling with the symbolic link. The updates might fix everything themselves. Hope this helps.
Reply With Quote
  #14  
Old 2004-05-06, 09:34 AM CDT
electralake's Avatar
electralake Offline
Registered User
 
Join Date: May 2004
Location: Durango, Colorado
Age: 34
Posts: 11
More progress

I couldn't use the yum update because the network doesn't get started with single passed into the grub. I did do the
ln -s xorg.conf XF86Config
which brought up the time, user config, etc. then back to the blank screen. I then shutdown and restarted it with the init 3 and logged in as my user and ran startx and wala a running system. Thanks Guys for all the help. Running the Up2Date right now.
Reply With Quote
  #15  
Old 2004-05-06, 11:44 AM CDT
Darkmage Offline
Registered User
 
Join Date: Mar 2004
Posts: 461
Even though your problem is solved, you should not be using XF86Config because it has depreciated. When Xorg starts it looks for xorg.conf, if it is not available then it looks for XF86Config.
Just for future references, XF86Config might be removed in future updates. My recommendation is to
Code:
     cp xorg.conf xorg.bak
     cp XF86Config xorg.conf
instead of the link
Reply With Quote
Reply

Tags
9200, ati, blanks, screen

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
X blanks the screen then continues elit3 Laptop 0 2007-05-02 07:42 PM CDT
Screen blanks after about 10 mins BardicDruid General Support 1 2007-01-20 03:05 PM CST
Screen blanks Wayne General Support 10 2006-12-03 11:05 PM CST
screen blanks during installation madvikas Installation Help 19 2005-10-03 06:10 PM CDT
FC3 - logout just blanks the screen RedHat123 General Support 4 2005-08-24 08:45 AM CDT

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 06:54 AM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vBET gives automatic translations