Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux HostsFree MagazinesJobs
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Linux Desktop / X-Windows
Reload this Page Install fedora 6 on aspire 5500
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Linux Desktop / X-Windows Anything X. Gnome, KDE, remote desktop's, XGames etc.

Reply
 
Thread Tools Display Modes
Old 09-10-2007   #11 (permalink)
Just Joined!
 
Join Date: Apr 2007
Posts: 31
Quote:
Originally Posted by ozar View Post
Try using some of the boot options available to you through the F-keys right before the CD begins to boot. I'd first try the options like vga=normal, acpi=off, noapci, etc.

Let us know how it goes.
I tried in many ways VGA=norma acpi=off or no acpi. But no display

System boot up Test the DVD then start installation and diplays the fallowing lines

.....
................
...........................
Running Anaconda Fedora core installer Please wait..
Probeing for video card : ATI technologies Inc Mobility Radeon X700 (PCIE)
Xserver to start ....................................

Screen Goes Blank ?

Any Input Please ? I will try.

thank you
Ravime is offline   Reply With Quote
Old 09-10-2007   #12 (permalink)
Just Joined!
 
Join Date: Apr 2007
Posts: 31
Quote:
Originally Posted by devils_casper View Post
Execute this
Code:
system-config-display
Reconfigure Resolution and Display settings. In case it doesn't work, post the contents of xorg.conf file here.

Dear Devils_casper,

system-config-display does not helped me.So I am posting the xorg.conf file contents .

xorg.conf

#Xorg configuration created by system-config-display

Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database. Note, this is the name of the
# file minus the extension (like ".txt" or ".db"). There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "unix/:7100"
EndSection

Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds" "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults). For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:swapcaps"
# Or if you just want both to be control, use:
# Option "XkbOptions" "ctrl:nocaps"
#
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 800*600"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "radeon"
VendorName "Videocard vendor"
BoardName "radeon (generic)"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 16
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Group 0
Mode 0666
EndSection


Thanks for any input.
Ravime is offline   Reply With Quote
Old 09-10-2007   #13 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, INDIA
Posts: 18,411
Did you try pressing Alt+Ctrl+F1 key? Check post #5.
In case it doesn't work, Highlight Fedora title in GRUB Menu, press 'a' and type 3. Hit Enter key. Does Fedora Boot up properly in Command Line Mode?
__________________
New Users: Read This First


devils casper is offline   Reply With Quote
Old 09-12-2007   #14 (permalink)
Just Joined!
 
Join Date: Apr 2007
Posts: 31
Quote:
Originally Posted by ozar View Post
Fedora 7 might have better hardware support. Have you tried it yet?
Today I tried with fedora 7. Same problem like Fedora core 6 screen goes blank after starting installation

I have googled the problem came to know that only ubuntu distro supports the aspire 5000 laptop. other disrtos like gentoo, mand.. and fedora .. not supports

thanks for your time
Ravime is offline   Reply With Quote
Old 09-12-2007   #15 (permalink)
Super Moderator
 
Join Date: May 2004
Location: Arch Linux
Posts: 9,246
Quote:
Originally Posted by Ravime View Post
Today I tried with fedora 7. Same problem like Fedora core 6 screen goes blank after starting installation

I have googled the problem came to know that only ubuntu distro supports the aspire 5000 laptop. other disrtos like gentoo, mand.. and fedora .. not supports

thanks for your time
If one distro supports it, they all should. It's just a matter of having the correct kernel and correct configurations in place.

That's not always an easy chore, however.
__________________
oz

New Users: * FAQ *

ozar is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
 

Similar Threads
Thread Thread Starter Forum Replies Last Post
install printer on fedora 4,5,6 ramkrishna_gosavi Redhat / Fedora Linux Help 0 06-26-2007 07:31 AM
Can't install Fedora Core 4 explorer1979 Redhat / Fedora Linux Help 8 06-28-2006 06:52 AM
Install Fedora Core 4 Extras or Updates without Internet Connection. jkuzenka Redhat / Fedora Linux Help 6 07-15-2005 12:52 PM
How To Download and Compile Libraries/Programs Tracker Linux Newbie 7 06-06-2005 12:16 AM
Fedora Core 3 Installation Issues with Post install Config TL2k5 Redhat / Fedora Linux Help 0 03-04-2005 11:21 PM

Free Magazines
Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe
Systems Management News, the newspaper for IT systems administration and data center managers!
Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe
The Enterprise Newsweekly
eWeek is the essential technology information source for builders of e-business.
subscribe
Oracle Magazine
Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe
Total Telecom
Total Telecom is "The Economist of the communications industry".
subscribe
More free magazines »



All times are GMT. The time now is 02:36 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.2.0