Find the answer to your Linux question:
Results 1 to 8 of 8
Hello, I recently installed Debian Etch as a dual boot on my laptop . Everything works well, but im unable to logoff . Also ctrl+alt+f1 does not bring me to ...
  1. #1
    rzs
    rzs is offline
    Just Joined!
    Join Date
    Feb 2007
    Posts
    19

    Unable to logoff . Also Ctrl+alt+f1 does not work...

    Hello,

    I recently installed Debian Etch as a dual boot on my laptop . Everything works well, but im unable to logoff . Also ctrl+alt+f1 does not bring me to the shell . All I get is a black screen in both the cases and i have to manually shutdown my laptop and reboot.
    I am however able to shutdown and restart from within gnome.I am new to linux so cant figure out whats wrong. I tried to find out what onboard video card im using from within windows by right clicking on the desktop then going to display properties->settings->advanced->adapter and there it says : VIA Chrome9 HC IGP.
    What could be going wrong ?
    Please help.

    Thanks .

  2. #2
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    you can also try ctrl-alt-backspace. That should restart X

    Also if everything else seems to be functioning then open a terminal and as root type reboot

  3. #3
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521
    Quote Originally Posted by rzs View Post
    ctrl+alt+f1 does not bring me to the shell .
    To get to shell try:
    Code:
    ctrl+alt+f5
    The above will not terminate already running session (GUI I assume), it will only let you start a new session in CLI.
    To get back to the original session press:
    Code:
    ctrl+alt+f7

  4. #4
    rzs
    rzs is offline
    Just Joined!
    Join Date
    Feb 2007
    Posts
    19

    Still the same problem ...

    Thanks for the reply . But im still facing the same problem . Ctrl+alt+f5 , ctrl+alt+f7 , ctrl+alt+backspace..all lead to the same black screen and i have to manually shutdown and reboot as before.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try passing vga=771 parameter to kernel.
    Execute this
    Code:
    gksu gedit /boot/grub/menu.lst
    Add vga=771 at the end of kernel line. Save file and reboot.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    rzs
    rzs is offline
    Just Joined!
    Join Date
    Feb 2007
    Posts
    19
    Thanks for the reply devils_casper . I added vga=771 at the end of the kernel entry in menu.lst . Saved the file and rebooted my machine. But i still get the black screen when i try to log off or press ctrl+alt+f1

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which Graphics Driver are you using?
    Execute this
    Code:
    su 
    cat /etc/X11/xorg.conf | grep "Driver"
    Post output here.
    Try a few other modes in kernel line. 773 or 791.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    rzs
    rzs is offline
    Just Joined!
    Join Date
    Feb 2007
    Posts
    19
    vga=773 and vga=791 did not work . The output of
    Code:
     cat /etc/X11/xorg.conf | grep "Driver"
    is :

    Code:
    Driver    "kbd"
    Driver    "mouse"
    Driver    "vesa"

Posting Permissions

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