LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 12-13-2013, 05:43 AM   #1
linux4samir
LQ Newbie
 
Registered: Aug 2009
Posts: 19

Rep: Reputation: 0
Smile Linux mint 16 display resolution problem


Hi All

Recently I have install Linux petra (MATE) on my system. But I cant get more than 1024x786 display Resolution.

Earliar i have got 1366x768 Resolution on the same system.

Please Help me

Thanks
 
Old 12-13-2013, 12:05 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,278

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
1024x768?

You might be on the vesa driver. You can only get 4:3 aspect ratios from that, and 1366x768 is 16:9. Give details of your video card(S) and post the output of
glxinfo |grep render

We can't really suggest much without those, and it's different for each manufacturer.
 
Old 12-16-2013, 05:13 AM   #3
linux4samir
LQ Newbie
 
Registered: Aug 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by business_kid View Post
1024x768?

You might be on the vesa driver. You can only get 4:3 aspect ratios from that, and 1366x768 is 16:9. Give details of your video card(S) and post the output of
glxinfo |grep render

We can't really suggest much without those, and it's different for each manufacturer.
Sorry it is 1024x768.


$ glxinfo |grep render

direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits)
GL_NV_conditional_render, GL_NV_fog_distance, GL_NV_light_max_exponent,
 
Old 12-16-2013, 06:37 AM   #4
linux4samir
LQ Newbie
 
Registered: Aug 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Sorry it is 1024x768.


$ glxinfo |grep render

direct rendering: Yes
OpenGL renderer string: Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits)
GL_NV_conditional_render, GL_NV_fog_distance, GL_NV_light_max_exponent,
 
Old 12-16-2013, 07:58 AM   #5
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,278

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
OK. If you have an ATI card, all seems well there.

Have you open or closed source drivers? If you have OSS drivers, /var/log/Xorg.0.log will spout page after page of debug output including a complete card list.

Time to check if what video settings if any are in /etc/X11/xorg.conf.d/*.conf. It's getting 1024x768 from somewhere, and we just have to find where. There could also be something in
/etc/X11/(xinit/)xorg.conf.d
/usr/(X11R6/)lib(64)/X11/xinit

with the bits (in brackets) as extra possibilities.
also post the output of lspci

If the OS has a way to set video, set it.
 
Old 12-17-2013, 06:56 AM   #6
linux4samir
LQ Newbie
 
Registered: Aug 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by business_kid View Post
Have you open or closed source drivers? If you have OSS drivers, /var/log/Xorg.0.log will spout page after page of debug output including a complete card list.
here is my /var/log/Xorg.0.log Xorg.0.log
 
Old 12-17-2013, 12:20 PM   #7
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,278

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
I had a quick scan of the Xorg.0.log

You have the VESA driver. Vesa is a very old standard (there used to be a vesa bus before we had pci busses) and it only knows about 4:3 monitors, whereas you have 16:9 (aspect ratio). That's where the 1-024x768 is coming from.

You need to load the correct video driver for your card, and can uninstall framebuffer and vesa once you get that up and running.

Run lspci to find out what card you have (if you don't know).
 
Old 12-18-2013, 06:00 AM   #8
linux4samir
LQ Newbie
 
Registered: Aug 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by business_kid View Post

Run lspci to find out what card you have (if you don't know).
$ lspci

00:00.0 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. P4M800 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237/VX700 PCI Bridge
00:0f.0 IDE interface: VIA Technologies, Inc. VIA VT6420 SATA RAID Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
01:00.0 VGA compatible controller: VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] (rev 01)
 
Old 12-19-2013, 03:43 AM   #9
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,278

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
01:00.0 VGA compatible controller: VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] (rev 01)

That's it. The P4M800 appears to be your Northbridge and the 82C686 appears to be the Southbridge. The vides seems to be in the Northbridge.

If you can't find a via video driver, bleat on the forum for your distro. If that fails, try the Via site - viahw.co.tw? via.com? It's been a long time.
 
Old 12-19-2013, 10:43 AM   #10
linux4samir
LQ Newbie
 
Registered: Aug 2009
Posts: 19

Original Poster
Rep: Reputation: 0
.................

Last edited by linux4samir; 12-19-2013 at 10:45 AM.
 
Old 12-19-2013, 10:44 AM   #11
linux4samir
LQ Newbie
 
Registered: Aug 2009
Posts: 19

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by business_kid View Post
01:00.0 VGA compatible controller: VIA Technologies, Inc. KM400/KN400/P4M800 [S3 UniChrome] (rev 01)

That's it. The P4M800 appears to be your Northbridge and the 82C686 appears to be the Southbridge. The vides seems to be in the Northbridge.

If you can't find a via video driver, bleat on the forum for your distro. If that fails, try the Via site - viahw.co.tw? via.com? It's been a long time.
sorry BRO cannot find ny VIA driver(linux) for my display adapter.

But BRO... it was very surprisable for me that with the earlier distro of MINT, i have got higher resolution (ie 1366x768) with the same hardware....
 
Old 12-19-2013, 11:11 AM   #12
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,278

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
I am no mint expert - running slackware here, and kinda busy too.

Try Via's site, or google for a linux driver.
 
Old 01-08-2014, 04:24 PM   #13
Jimpage
LQ Newbie
 
Registered: Aug 2007
Posts: 2

Rep: Reputation: 0
This may help ???

I'm a newbie so you take this for what it's worth. I just installed mint 16 petra and had a screen res issue also. I only had the default res with no options under system > display. Found the package KrandRtray (screen resize and rotate) and installed it. Went back to system > display and now I have the size and orientation option. It worked fine so maybe it will work for you.
 
Old 01-09-2014, 10:50 AM   #14
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
Probably should be using the 'openchrome' driver-

https://wiki.archlinux.org/index.php/Via

Yes, thats the arch wiki, not mint, but the information there is good
 
  


Reply

Tags
mint 16



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
Display problem Linux Mint -CW- Linux - Newbie 8 06-14-2018 04:49 AM
mint DISPLAY problem rhklinux Linux - Newbie 1 02-05-2011 01:54 AM
Screen resolution problem under XFCE on Linux Mint manorina Linux - Newbie 14 10-16-2009 08:17 AM
Mint 6 Screen Resolution problem kenc3 Linux - Newbie 1 03-18-2009 08:49 PM
I have problem with display resolution! minhoang Linux - Desktop 4 06-16-2007 02:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 02:56 AM.

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