LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Xubuntu graphics garbled after installing updates (https://www.linuxquestions.org/questions/linux-newbie-8/xubuntu-graphics-garbled-after-installing-updates-661547/)

JM Allard 08-08-2008 11:52 PM

Xubuntu graphics garbled after installing updates
 
When Xubuntu was installing the screen resolution (1680x1050) and graphics were perfect.

After Xubuntu installed the resolution stepped down to 800x600 with no option go go to my native resolution.

After Xubuntu downloaded and installed updates, it reboots and the graphics are garbled, nothing is readable.

Here's what my screen looks like:
https://dl.getdropbox.com/u/86630/100_1239.JPG

Here is the motherboard that is in the computer, I'm using the intergated graphics:
http://www.msicomputer.com/product/p...8M3-V&class=mb

I am no Linux power user, but if I'm told what to do I can do it.

Thanks!

prasanta 08-09-2008 12:25 AM

Try doing,
Code:

dpkg-reconfigure xserver-xorg
This will reconfigure your X and while reconfiguring it will ask for the resolutions, refresh rates etc.

Regards,

--
Prasanta

JM Allard 08-09-2008 01:51 AM

How do I get to a prompt to enter that command?

twilightsentry 08-09-2008 03:04 AM

You'll need to start Linux in single-user mode. GRUB, the bootloader used by Ubuntu, makes this fairly easy.

Once your bios has finished its initialization, you'll either get a GRUB menu, or a prompt to press some key to get into said menu. Either way, this will only last for a few seconds unless you press a key. Once in the menu, select the second option, whose name should contain "Recovery Mode". This will boot linux in single-user mode.

If you've set a root password, you'll be prompted for it now. After this, you'll find yourself in a text-only root shell, free to issue whatever commands you need to.

twilightsentry 08-09-2008 09:54 AM

By the way, when presented with options for a graphics driver, you'll have two options that would make sense for your mobo: "via", for the driver which will fully support your S3 chip, or "vesa", for the generic svga driver.

The installer was probably using vesa, which is pretty much guaranteed to work well with any modern PC. You'll have no graphics acceleration with it, however. The via driver supports acceleration, but may be harder to get working properly. I'm guessing that the installer detected your S3 chip and configured your installation to use the via driver, which is glitching up.

IIRC, there is an alternate driver that better supports Unichrome chips. Try the vesa driver and stock via driver. If vesa doesn't give acceptable performance and via doesn't work, we can try to get the other driver installed.

JM Allard 08-09-2008 12:49 PM

That worked to get me actually seeing stuff onscreen again. Thanks!


All times are GMT -5. The time now is 12:20 PM.