Fedora Linux Support Community & Resources Center
  #1  
Old 29th August 2004, 06:30 PM
milir's Avatar
milir Offline
Registered User
 
Join Date: Aug 2004
Posts: 6
xserver wont start

Hi guys,
I have a problem, I am, trying to install Fedora Core 2 in one of the new systems which has a intel 82865G graphics controller and Flat panel display.
The installation was smooth with native X server starting without a problem but once the installtion was done X server wouldn't start i am posting some part of the log file that i feel would be useful



(==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 28 02:00:16 2004
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen0" (0)
(**) | |-->Monitor "Monitor0"
(**) | |-->Device "Videocard0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to "unix/:7100"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(WW) Open APM failed (/dev/apm_bios) (No such device)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
Module class: X.Org Font Renderer
ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="X.Org Foundation"
compiled for 6.7.0, module version = 1.0.0
ABI class: X.Org Video Driver, version 0.7
(--) using VT number 7
.
.
.
.
.
(EE) I810(0): No Video BIOS modes for chosen depth.
(II) UnloadModule: "i810"
(II) UnloadModule: "ddc"
(II) Unloading /usr/X11R6/lib/modules/libddc.a
(II) UnloadModule: "int10"
(II) UnloadModule: "int10"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(II) UnloadModule: "vbe"
(II) Unloading /usr/X11R6/lib/modules/libvbe.a
(II) UnloadModule: "int10"
(II) Unloading /usr/X11R6/lib/modules/linux/libint10.a
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found


Now coming to the steps i took, I installed the intel support for the graphics controller to no avail.I think there were a lot of dependencies and the installetion was not that successful. So now i just changed the run level to 3 and running in command mode. Any help would be deeply appreciated. Oddly enough, xfree86 is not installed(I dont kow why? Should i install it?).Instead its running witrh Xorg and i have already tried editing the refresh rates for in xorg.conf file. I am still using the default monitor which it recognized.
ctrl+alt+/- didnt work either.
The thing is that, when is type startx at the terminal it spurts a bunch of errors telling me no video bios found for chosen depth,Should i change the depth or something
Thank you very much
Reply With Quote
  #2  
Old 30th August 2004, 03:43 PM
Thoreau's Avatar
Thoreau Offline
Registered User
 
Join Date: Mar 2004
Location: Kalamazoo, Michigan
Age: 30
Posts: 410
Core 2 went with X.org, and dropped XFree86 as the xserver from now on. as for your problem, i'm stumped, hopefully more people will come to the rescue
__________________
Things do not change; we change.
HDT

"Do I understand your question, man, is it hopeless and forlorn?" Bob Dylan

I disapprove of what you say, but I will defend to the death your right to say it.
-- The Friends of Voltaire, 1906

My NcpMount script for Netware servers
http://forums.fedoraforum.org/forum/showpost.php?p=544473&postcount=8
Thanks to: Brunson & Ibbo
Reply With Quote
  #3  
Old 30th August 2004, 04:44 PM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,857
Post you /etc/X11/xorg.conf file. I think it might help to edit it. I don't have have any machines with Intel graphics but the cards I do have often require that LCD monitors have a width and height set in this configuration file.
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
  #4  
Old 30th August 2004, 08:53 PM
milir's Avatar
milir Offline
Registered User
 
Join Date: Aug 2004
Posts: 6
Post

Ok Here we go, My xorg.conf file

# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
Identifier "Default Layout"
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 "keyboard"
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 "Dell 1504FP (Analog)"
DisplaySize 300 220
HorizSync 30.0 - 60.0
VertRefresh 56.0 - 75.0
Option "dpms"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "i810"
VendorName "Videocard vendor"
BoardName "Intel 865"
EndSection

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

Section "DRI"
Group 0
Mode 0666
EndSection


any help is deeply appreciated
Reply With Quote
  #5  
Old 30th August 2004, 10:02 PM
tashirosgt Offline
Registered User
 
Join Date: Aug 2004
Posts: 3,857
You might try to edit the Section "Screen" to have
Depth 16.
Also you can try
Modes "800x600" "640x480"

I admit this is not a satisfactory answer since the Intel site claims your video chip can support 24 bit color (it says 32, but usually X windows configurations only take 8,16, or 24.)
__________________
"Never let the task you are trying to accomplish distract you from the study of computers."
Reply With Quote
  #6  
Old 31st August 2004, 03:54 AM
milir's Avatar
milir Offline
Registered User
 
Join Date: Aug 2004
Posts: 6
Cool

Thanks for all your hlep guys. but unfortunately i was running out of time. I switched to MAndrake and it works in 640*480 resolution, but hey atleast i am getting some GUI

--milir
Reply With Quote
  #7  
Old 31st August 2004, 09:27 PM
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 35
Posts: 1,019
I am setting this up to. I got it into 640x320, just trying a few more things.

GX270 and 1504FP, with digital ouput.
__________________
http://blog.suretecsystems.com
Reply With Quote
  #8  
Old 1st September 2004, 12:41 AM
ghenry's Avatar
ghenry Offline
Retired Community Manager
 
Join Date: Mar 2004
Location: Scotland
Age: 35
Posts: 1,019
I did it. 1024x768. changed bios to 8mb and freq to 60 - 120hz and mode to 8bit instead of 16bit.

Doesn't like 16. Will fix more though.
__________________
http://blog.suretecsystems.com
Reply With Quote
  #9  
Old 20th November 2004, 04:51 AM
djmelon Offline
Registered User
 
Join Date: Nov 2004
Posts: 1
I just did the changed in the bios the video ram to 8 mb and it is running great on a
Dell Dimension 3000

that did the trick
Reply With Quote
Reply

Tags
start, xserver

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
xserver will not start morrislex Using Fedora 5 31st October 2008 11:49 AM
Xserver does not start on FC9 hmf204 Using Fedora 16 27th June 2008 03:05 AM
XServer wont start anymore Bloomer510 Hardware & Laptops 1 19th April 2008 02:46 AM
XServer Wont Die thegodfaza Using Fedora 1 27th December 2007 11:35 PM
cannot start Xserver/KDE Ashton Using Fedora 1 10th August 2005 02:03 AM


Current GMT-time: 18:36 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

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 Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat