LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-24-2016, 06:41 AM   #1
manashpal
LQ Newbie
 
Registered: Nov 2016
Posts: 15

Rep: Reputation: Disabled
Cannot get correct screen resolution after installing Debian 8.6


I have the following VGA card in my system :

VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS780L [Radeon 3000]


after installing Debian 8.6 , My screen resolution has been set to 1024 * 768 . but none of any linux installation has given me such kind of problem. Presently I am using ubuntu 16.04 , the screen resolution has been correctly autoconfigured. ( 1366 * 768 ).

I am not getting any option to modify the issue on debian, any idea ?

Last edited by manashpal; 11-24-2016 at 06:43 AM.
 
Old 11-24-2016, 07:39 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You could give xrandr a try. Read about it first though to see if it's what you want.
https://pkg-xorg.alioth.debian.org/h...se-xrandr.html

http://superuser.com/questions/71679...tion-in-debian
https://log.rowanto.com/monitor-reso...n-7-or-wheezy/

HTH
 
Old 11-25-2016, 01:10 AM   #3
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Probably correct video driver does not load and Xorg falls back to VESA, no telling without looking at Xorg log ... which was not provided by OP.
 
Old 11-25-2016, 04:41 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
When you get a chance, manashpal, post the output of your Xorg file so we can see what you have going on.

You didn't install the proprietary AMD/ATI driver did you?

When I installed that driver it made a mess of my graphics.
 
Old 11-25-2016, 06:41 PM   #5
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
The correct resolution actually comes from the monitor, not the video card. Using a KVM switch can cause the wrong resolution.
 
Old 11-25-2016, 08:24 PM   #6
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by AwesomeMachine View Post
The correct resolution actually comes from the monitor, not the video card. Using a KVM switch can cause the wrong resolution.
Could going through the settings on the monitor itself solve the issue?

What Emerson said makes sense if the driver is not loading.

In some cases if the wrong driver is loading first it will also cause the device not to work or fall to defaults.
 
Old 11-26-2016, 03:33 AM   #7
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by manashpal View Post
after installing Debian 8.6 , My screen resolution has been set to 1024 * 768 . but none of any linux installation has given me such kind of problem. Presently I am using ubuntu 16.04 , the screen resolution has been correctly autoconfigured. ( 1366 * 768 ).
please provide the output from
Code:
lspci -k | grep -iEA5 'vga|3d'
for both installs.
 
Old 11-26-2016, 07:06 AM   #8
seasons
Member
 
Registered: Dec 2014
Distribution: siduction
Posts: 264

Rep: Reputation: 58
Did you install the appropriate firmware package?
https://packages.debian.org/jessie/f...-linux-nonfree
 
1 members found this post helpful.
Old 11-26-2016, 01:25 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
The linux non free firmware that seasons is asking you for is essential.
This package contains the binary firmware for various drivers in the Linux kernel.So.....
if you haven't already installed it I encourage you to do so.

Thanks seasons:-

Don't forget to post the output for ondoho:-
 
1 members found this post helpful.
Old 11-26-2016, 01:39 PM   #10
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
If any firmware is missing it would be seen in dmesg, not provided by OP either.
 
Old 12-03-2016, 03:52 AM   #11
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
and another one that never came back.
interestingly, this one has a post history of 5 posts, and 5 threads. despicable.
 
Old 12-03-2016, 05:32 AM   #12
Gad
Member
 
Registered: May 2013
Distribution: FreeBSD
Posts: 566

Rep: Reputation: 114Reputation: 114
If it is any consolation this thread helped me with similar issue with my work pc. Thank you :P
 
1 members found this post helpful.
Old 12-03-2016, 06:53 AM   #13
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
that's another way of looking at it.
 
Old 12-03-2016, 12:34 PM   #14
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by mariose View Post
If it is any consolation this thread helped me with similar issue with my work pc. Thank you :P
Glad to hear this thread was helpful.
 
Old 08-03-2021, 01:52 PM   #15
Mithrandiraceous
LQ Newbie
 
Registered: Aug 2021
Posts: 1

Rep: Reputation: Disabled
Talking Thanks, still helpful

Hello, i've just used one of the tips you provided, still helpful after all this time.

ĄThanks seasons and Ztcoracat!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
setting correct screen resolution - OpenSuse.org and HP Pavilion 13 x360 CharlieBucket Linux - Hardware 6 10-29-2014 02:09 AM
[SOLVED] I suddenly have the wrong screen resolution and can't correct it. CamTheSaxMan Linux - Software 4 01-16-2014 06:40 PM
Not thr correct Screen resolution in Mandriva 2009 Spring kareth Linux - Newbie 1 06-09-2009 12:18 AM
Correct screen resolution not available for Gateway MT6840 laptop and Ubuntu 7.04/32 Crashputer Linux - Laptop and Netbook 3 08-08-2007 07:15 AM
screen not really sharp but resolution is correct alex3939 Linux - Hardware 7 11-27-2006 02:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration