Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 02-05-2008, 10:52 PM   #1 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Mandriva Boot problem..


Hi
Till I get my hands on Mandriva Spring and Hardy.. I want a temporary OS . So I use madriva 08 free edition. the problem is. When I boot normally I had black/grey sccreen after the Boot Splash finishes.. It never went to the Log-In GDM/KDM Screen. To reach there i had to bot into Safe Mode and moving further by pressing CTRL+D

how can I boot from Normal; Mode ? Is it some VGA problem ?

Regards
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 03-05-2008, 04:52 AM   #2 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Mandriva Boot problem..

seems to me a resolution problem.what is the resolution you need?
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 03-05-2008, 06:48 AM   #3 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Mandriva Boot problem..

^^Resolution :S .. It doesn't even reach GDM screen when I boot via Normal Mode.. But I can acess mandriva when I boot via Safe Mode & CTRL +D/
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 03-05-2008, 06:56 AM   #4 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Mandriva Boot problem..

^yeah,thats what I asked!when xorg.conf got a higher resolution set by the distro,what else can u expect?eh?it wont reach gdm
so remove the unwanted resolutions from /etc/X11/xorg.conf and then try again!
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 03-05-2008, 08:24 AM   #5 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Mandriva Boot problem..

No .. nothing happened.. Here is my Xorg.conf.. I have removed the extra reso.. So this is the edited .conf fiile..

Code:
# File generated by XFdrake (rev 230776)

Section "Extensions"
    Option "Composite"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "T710BH "
    HorizSync 30-71
    VertRefresh 50-160
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Device"
    Identifier "device1"
    VendorName "Intel Corporation"
    BoardName "Intel 810 and later"
    Driver "intel"
    Option "DPMS"
    Option "XaaNoOffscreenPixmaps" "1"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1280x1024"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1280x1024"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1280x1024"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1280x1024"
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
EndSection
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 03-05-2008, 08:29 AM   #6 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: Mandriva Boot problem..

try to remove the subsection containing Depth 24 line
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 03-05-2008, 08:35 AM   #7 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Mandriva Boot problem..

Edit : It worked .. I mean removing the resolution. .there was some problem with /etc/fstab Lemme see if it works perfectly
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 03-05-2008, 10:20 PM   #8 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Mandriva Boot problem..

Still not fixed: | Well lets see this error vanishes with 2008.1
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 04-05-2008, 12:22 AM   #9 (permalink)
Pat
Member of Apple Family
 
Pat's Avatar
 
Join Date: Nov 2007
Location: Mumbai
Posts: 1,383
Default Re: Mandriva Boot problem..

I never got Mandriva 2008 to work on my lappy! It was probably an issue with display but I never bothered to find out! 2008.1 worked fine though! One thing you could try on 2008 is selecting VESA drivers instead of ati or nv that must have been enabled by default! Anyways good luck..

P.S: Mandriva , even with the spring version, is not good enough to compete with hardy IMO
Pat is offline  
Old 06-05-2008, 11:21 PM   #10 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: Mandriva Boot problem..

Nothing.. Didn't worked.. .
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 07-05-2008, 12:00 AM   #11 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: Mandriva Boot problem..

Check for errors in Xorg.0.log are there any? They can be found by lines starting with EE
__________________
http://www.bash.org/?258908
mehulved is offline  
Closed Thread

Bookmarks

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 On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removable drive problem in Mandriva 08! Dumbledore Open Source 3 25-01-2008 09:37 AM
problem with root login in mandriva sarincv Open Source 20 29-11-2006 08:17 AM
MANDRIVA LINUX 2007 Instalation PROBLEM caleb Open Source 8 29-11-2006 06:22 AM
Problem with Mandriva 2006 plsoft Open Source 18 10-08-2006 10:44 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 01:19 PM.


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

Search Engine Optimization by vBSEO 3.3.2