Re: Newbie video problems
Andy, James,
After trying Andy's suggestion, and fumbling and guessing my way
through a large number of things, I now have Ubuntu up and running in
low graphics mode.
I think I know what graphics adaptor to tell it to use, but I don't
know what to tell it about my monitor. Looking at the HP tech support
web site, it's not at all clear which monitor was installed on my
laptop. Do I just guess-and-test until something works?
Thanks,
Hal
andy baxter wrote:
James Takac wrote:
After the splash Ubuntu screen, I see about four of the login screen
horizontally, and it goes down about 80% of the screen, with gibberish
underneath that. The screen has "untuubuntuubuntuubuntuub" going across,
with 4 logos, and a half username box, 3 username boxes, and another half
username box.
Ok, sounds like the driver have been switched to either the wrong one or wrong
mode.
Use CTRL-ALT-F1 to get a console. You'll have to login there. Don't worry that
it wont echo the password, that's normal
next type "sudo nano /etc/X11/xorg.conf" without the quotes. You'll be asked
for your password again. Scroll down to where you see the graphic card
idintified. You should see something resembling the following
Section "Device"
Identifier "Generic Video Card"
Driver "nv"
Busid "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
EndSection
What does yours list there? Take note more so of the driver here.
Below that will be the monitor and default screnn areas. Might help to report
back what they say as well
At the very worst, where mine says "nv" can be replaced with "vesa" just to
get a working screen. For nvidia cards it's usually "nvidia" for 3d support
or "nv" for 2d acceleration
When making a change use CTRL-O to write back to disk. CTRL-X will exit back
to the prompt at which you can type "sudo reboot" to reboot the system for
changes to take effect for now
Do you recall exactly what you did before things went awry?
I was going to suggest exactly the same thing, but realised you can do
the same thing in a way that may be easier for a new user by running
dpkg-reconfigure.
I.e.:
get a terminal using ctrl-alt-f1
log in as a normal user.
type:
sudo -i
and type your user's password to become root.
then type:
dpkg-reconfigure xserver-xorg
This will start a text mode menu system which lets you reconfigure the
graphics card. If you say yes whenever it asks you to autodetect
something, and choose the selected option the rest of the time, you
should get a working configuration. If not, try setting the driver to
'vesa' instead of (probably) 'nv' when that option comes up.
You need to type:
/etc/init.d/gdm restart
to restart the graphics system (x server) after you've changed the
configuration. You shouldn't need to reboot.
|
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Relevant Pages
- Re: Linux instability - graphics?
... Ubuntu Gusty Gibbon, Asus MX-2V MX mobo, 1gb ram, onboard graphics, ... Ubuntu freezes periodically, goes through bouts of being unstable (less ... or a graphics hardware fault. ... machine, send kill -HUP to your applications, then (as root or, on Ubuntu, ... (uk.comp.os.linux) - Re: Recommended specs for Gutsy
... Graphics card capable of 1024x768 resolution ... install of Ubuntu will not run well with less than 512MB RAM. ... just disable it run loading at boot time. ... (Ubuntu) - Nvidia headaches or bad motherboard?
... I can't make the Nvidia drivers active, ... ECS GF7100PVT-M3 Motherboard with onboard graphics. ... Ubuntu 8.04.01-alternate-amd64 has problems which I described in the ... the only thing that mattered is choosing a monitor. ... (Ubuntu) - Re: Udungtu 8.10
... comparisons in speed the news is all over the place that ubuntu is ... When you have no real purpose for graphics cards...I guess linux got ... DreamWorks Animation studio. ... (microsoft.public.windows.vista.general) - Re: WTF is it with ubuntu?
... Upon choosing the run ubuntu w/o intalling option, ... Obviously "Mr. Useless Graphics" doesn't have a clue. ... booting with "Safe Graphics Mode" or editing the commandline boot ... (comp.os.linux.misc) |
|