Results 1 to 3 of 3
whats the code in terminal to reset the video drivers?
when i try to boot this is what happens
any ideas...
- 09-18-2009 #1Linux Newbie
- Join Date
- May 2009
- Location
- Kitchener, Ontario, Canada
- Posts
- 187
i was screwing around with the video driver now NO video
whats the code in terminal to reset the video drivers?
when i try to boot this is what happens

any ideas
- 09-19-2009 #2
Please be more specific as to what you did.
As a guess, tryand restartCode:sudo dpkg-reconfigure -phigh xserver-xorg
- 09-19-2009 #3Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
Looks like you set a video mode just out of range for your monitor.
Did you happen to have been playing with the /boot/grub/menu.lst ?
If so, you'll have to undo the change. Boot in the recovery console and use
nano /boot/grub/menu.lst
Fix the kernel line with a valid video mode for your monitor (my pref is vga=773).
[Ctrl + o] to save and [Ctrl + x] to exit. reboot to restart from the cli.


Reply With Quote