Find the answer to your Linux question:
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...
  1. #1
    Linux 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

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Please be more specific as to what you did.

    As a guess, try
    Code:
    sudo dpkg-reconfigure -phigh xserver-xorg
    and restart

  3. #3
    Linux 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.

Posting Permissions

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