Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
after booting to mandriva2007 with KDE the screen turns blue just before the login screen and i can't see a thing. even when i login (i'm not using password) and ...
  1. #1
    Just Joined!
    Join Date
    Jun 2007
    Posts
    6

    blue screen in splash and login screen



    after booting to mandriva2007 with KDE the screen turns blue just before the login screen and i can't see a thing. even when i login (i'm not using password) and the desktop still blue nothing i can see.

    that's happened when i changed the 3d from metisse to beyrl while compiz used to work perfect.

    is there i can do from safe mode.

  2. #2
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,042
    You could try booting from CD and get access to your HD. From there you might be able to fix this problem.

    I always feel it's safer not to boot directly into graphics mode because of these type of problems. But you can get access to your install through booting a CD.
    Can't tell an OS by it's GUI

  3. #3
    Just Joined!
    Join Date
    Jun 2007
    Posts
    6
    if i boot from a cd where i can find those files?

    sorry i'm new to linux and it doesn't use letter like windows

  4. #4
    Linux User netstrider's Avatar
    Join Date
    Jul 2005
    Location
    South Africa
    Posts
    474
    If you boot from a Linux LiveCD you can mount the partition (that is if the LiveCD doesn't automatically mount it) then you can access your /etc/X11/xorg.conf and revert the changes that are causing these problems.

    Good luck

  5. #5
    Just Joined!
    Join Date
    Jun 2007
    Posts
    6
    thank you for your respond

    but i really don't know what to do with this file. what causing me this problem is beryl and i need to make the desktop no 3d for know how would i do it when i open the /etc/X11/xorg.conf file.

    thank you

  6. #6
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,042
    When you boot from a lifeCD open up a terminal. Note! You do not want to change /etc/X11/xorg.conf. Because that one is the xorg.conf on the lifeCD. You want the file from your HD, so you have to mount your HD. Try to do something like this:


    Code:
    Su
    Password:
    mkdir /mnt/HD
    mount /dev/hda1 /mnt/HD
    cp /mnt/HD/etc/X11/xorg.conf /mnt/HD/etc/X11/xorg.conf.backup (<= a life saver)
    Or, I dunno, use sudo instead of su. That you have to preceed all above commands with sudo.

    Start your favorite editor and open /mnt/HD/etc/X11/xorg.conf (as root)

    Try to find out where the problem is. Commend out the guilty party (by adding # to the front of the line), make sure you commend on the changes you make, so you can easily find and undo your changes.

    I always type either:
    # user added <nr of lines>
    # user enabled <nr of lines>
    # user disabled <nr of lines>
    This makes it really easy to grep a file for home brew changes.


    Oh, and if you can find /mnt/HD/etc/inittab, you may want to change the default runlevel to 3. This saves you the constant rebooting. You can change it back once you've got it working again. (This is very optional however, just something I prefer myself)

    If you're in doubt, you can post the contents of /mnt/HD/etc/X11/xorg.conf here, and let's have a looksy.

    Once you're done with the xorg.conf reboot without the lifeCD.
    Can't tell an OS by it's GUI

  7. #7
    Just Joined!
    Join Date
    Jun 2007
    Posts
    6
    i can't modify none of the file...........how can i login as superuser in lifecd

  8. #8
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,042
    Oh, right. su or sudo don't work?

    I believe *digs deep into memory* that the root password was 'mandriva'. Or, eh, 'root'. Not really sure. Perhaps it's just enter.
    Can't tell an OS by it's GUI

  9. #9
    Linux User netstrider's Avatar
    Join Date
    Jul 2005
    Location
    South Africa
    Posts
    474
    Don't log in as super user, just use sudo in front of all your commands

  10. #10
    Just Joined!
    Join Date
    Jun 2007
    Posts
    6
    on the command i loged in as su but when try to modify the text with kwrite i cant save it.

    i highlight what i think is the problem

    i think it's the 3d thing.

    i just wnat to disable it for now.

    thanx again.
    Attached Images Attached Images

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •