Badly out of my depth ...

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Badly out of my depth ...

Post by MagnusB »

I am not sure, but that card might be supported by the i810 driver. Try that first, looks like it isn't fully supported by the intel driver.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Badly out of my depth ...

Post by MagnusB »

The intel driver is experimental, but it works just perfect on my card, 9 something. As for reverting to vesa, pretty easy, just follow these steps:
1. Boot into recovery mode, as it boots into root right away it makes it easier.
2. Type: nano /etc/X11/xorg.conf which should allow you to edit xorg.conf
3. Use Ctrl+W to search, or browse down to Driver "intel", change "intel" to "vesa". (alternately "i810")
4. Press Ctrl+X, Y then Enter
5. Type in: reboot -t now
Should have reverted to vesa now :=)
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Badly out of my depth ...

Post by MagnusB »

Looks like it is failsafe X, conservative X.org settings. Try using a live session to edit xorg.conf. My mistake, I thought Recovery mode booted into a shell and not a failsafe X session.
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Badly out of my depth ...

Post by MagnusB »

Is that the live one?
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
jrd

Re: Badly out of my depth ...

Post by jrd »

Well, if the live cd works like it should, you should just be able to copy that xorg.conf file to your hard drive. If that doesn't work for some reason then boot up normally and when it gets to the log in screen press ctrl+alt+f1 and that should pull up the CLI, Log in and type sudo dpkg-reconfigure -phigh xserver-xorg. Then reboot.

Hope this helps.
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Badly out of my depth ...

Post by MagnusB »

That xorg.conf looks like it should be working. Try booting normally, open Screen Resolution (Windows+Space, type Screen Resolution till you get a hit) and press detect screen. After that, set the correct resolution and then try to reboot.
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Badly out of my depth ...

Post by MagnusB »

Strange. Try as the previous poster said, get a working xorg.conf from a live session over to the hard drive. First mount your root partition (probably to /media/disk or something), then run:

Code: Select all

sudo cp /etc/X11/xorg.conf /media/disk/etc/X11/xorg.conf
That *should* give you a working xorg.conf, if it doesn't work then it could be something wrong with X.org.
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Badly out of my depth ...

Post by MagnusB »

Are you sure the partition is mounted? And it is cp "file to copy" "file to copy too".
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
MagnusB
Level 6
Level 6
Posts: 1252
Joined: Sun Nov 18, 2007 12:39 pm
Location: Norway

Re: Badly out of my depth ...

Post by MagnusB »

No problems, good to see you got it working again :)
Image
You're not drunk if you can lie on the floor without holding on.
--Dean Martin
Locked

Return to “Beginner Questions”