screen compressed

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
donec
Level 4
Level 4
Posts: 333
Joined: Sun Nov 18, 2007 5:21 pm
Location: Texas
Contact:

screen compressed

Post by donec »

My screen is compressed after the grub boot menu is there a way to tell Mint to boot with a given resolution from the boot menu command line? When Mint has started I can't use any GUI or terminal since I can't read anything. This happens even in recovery mode.
BTW you guys are great and I thank you for your assistance.
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.
Don
http://bestwebstop.webcentr.net
Links and accurate information provide the best answer, while garbage in provides garbage out.ImageRegistered Linux user # 449322
Moved up to LM17 KDE
edav
Level 1
Level 1
Posts: 14
Joined: Mon Dec 17, 2007 9:04 pm

Re: screen compressed

Post by edav »

Hello,

The boot command line parameter is

Code: Select all

vga=7xx
where xx depends on resolution and color depth.

This applies only for framebuffer, I meant the splash screen which follows boot. For the desktop resolution, check your

Code: Select all

/etc/X11/xorg.conf
but change only if you understand what you're doing.

À+,
edav.
donec
Level 4
Level 4
Posts: 333
Joined: Sun Nov 18, 2007 5:21 pm
Location: Texas
Contact:

Re: screen compressed

Post by donec »

edav wrote:Hello,

The boot command line parameter is

Code: Select all

vga=7xx
where xx depends on resolution and color depth.

This applies only for framebuffer, I meant the splash screen which follows boot. For the desktop resolution, check your

Code: Select all

/etc/X11/xorg.conf
but change only if you understand what you're doing.

À+,
edav.
Thanks! How can I edit "/etc/X11/xorg.conf" if I can't read the screen?
Don
http://bestwebstop.webcentr.net
Links and accurate information provide the best answer, while garbage in provides garbage out.ImageRegistered Linux user # 449322
Moved up to LM17 KDE
edav
Level 1
Level 1
Posts: 14
Joined: Mon Dec 17, 2007 9:04 pm

Re: screen compressed

Post by edav »

hi,

Boot in recovery mode. When you are in the console, type

Code: Select all

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bck
for backup, then

Code: Select all

nano /etc/X11/xorg.conf
to edit the file.

But why did the screen goes wrong? Did you change something? Did it work fine once before?

À+,
edav.
donec
Level 4
Level 4
Posts: 333
Joined: Sun Nov 18, 2007 5:21 pm
Location: Texas
Contact:

Re: screen compressed

Post by donec »

edav wrote:hi,

Boot in recovery mode. When you are in the console, type

Code: Select all

cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bck
for backup, then

Code: Select all

nano /etc/X11/xorg.conf
to edit the file.

But why did the screen goes wrong? Did you change something? Did it work fine once before?

À+,
edav.
Thanks edav, Yes it did work at one time and I am sure it is something I did as I was messing with the xorg.conf and screen resolutions. Then I rebooted and it was compressed. :oops: :)
Don
http://bestwebstop.webcentr.net
Links and accurate information provide the best answer, while garbage in provides garbage out.ImageRegistered Linux user # 449322
Moved up to LM17 KDE
edav
Level 1
Level 1
Posts: 14
Joined: Mon Dec 17, 2007 9:04 pm

Re: screen compressed

Post by edav »

try to find the initial good xorg.conf backup file : when we make changes, some backup files are automagically created by the system in /etc/X11/, to prevent n00b like us to fix what is not broken ;-)

edav.
donec
Level 4
Level 4
Posts: 333
Joined: Sun Nov 18, 2007 5:21 pm
Location: Texas
Contact:

Re: screen compressed

Post by donec »

Thanks again edav.
Don
http://bestwebstop.webcentr.net
Links and accurate information provide the best answer, while garbage in provides garbage out.ImageRegistered Linux user # 449322
Moved up to LM17 KDE
User avatar
newW2
Level 5
Level 5
Posts: 821
Joined: Fri Apr 06, 2007 10:24 am
Location: USA

Re: screen compressed

Post by newW2 »

Reset xorg configuration to default

Go to terminal (ctrl-alt-f5) and type in:
sudo dpkg-reconfigure -phigh xserver-xorg

That will reset your X configuration to the default.
After you use that command type:
sudo reboot.
Locked

Return to “Beginner Questions”