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 ...
- 09-02-2007 #1Just 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 .
- 09-03-2007 #2
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
- 09-03-2007 #3Linux Enthusiast
- Join Date
- Jul 2005
- Location
- Maryland
- Posts
- 521
- 09-03-2007 #4Just 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.
- 09-03-2007 #5
Try passing vga=771 parameter to kernel.
Execute this
Add vga=771 at the end of kernel line. Save file and reboot.Code:gksu gedit /boot/grub/menu.lst
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-03-2007 #6Just 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
- 09-03-2007 #7
Which Graphics Driver are you using?
Execute this
Post output here.Code:su cat /etc/X11/xorg.conf | grep "Driver"
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
- 09-03-2007 #8Just Joined!
- Join Date
- Feb 2007
- Posts
- 19
vga=773 and vga=791 did not work . The output of
is :Code:cat /etc/X11/xorg.conf | grep "Driver"
Code:Driver "kbd" Driver "mouse" Driver "vesa"


Reply With Quote

