LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-17-2011, 02:09 AM   #1
arshadparvez
LQ Newbie
 
Registered: Nov 2011
Posts: 1

Rep: Reputation: Disabled
Ubuntu 11.10 doesn't detect screen size and resolution


AoA;

I have upgraded to Ubuntu 11.10 on HP Compaq 6720s notebook. Everything was working fine with 11.04. The widescreen aspect and actual resolution info has somehow been lost either during upgrade or my tweaking.

Supported resolution of the Compaq 6720s is 1280x800.

Some info about the system:

$ sudo lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile GME965/GLE960 Integrated Graphics Controller (rev 0c)

$ sudo xrandr -q
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 1024 x 768, maximum 1024 x 768
default connected 1024x768+0+0 0mm x 0mm
1024x768 61.0*
800x600 61.0

I tried to manually add the resolution (1280x800) but that didn't work. Here is the result:
$ sudo xrandr --newmode "1280x800_60.00" 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync
xrandr: Failed to get size of gamma for output default
$ sudo xrandr --addmode default 1280x800_60.00
xrandr: Failed to get size of gamma for output default
$ sudo xrandr --output default --mode 1280x800_60.00
xrandr: Failed to get size of gamma for output default
xrandr: screen cannot be larger than 1024x768 (desired size 1280x800)

(Note: While max size reported by xrandr above is less than 1280x800,
ddcprobe detects everything correctly)

$ ddcprobe
vbe: VESA 3.0 detected.
oem: Intel(r)GM965/PM965/GL960 Graphics Chip Accelerated VGA BIOS
vendor: Intel Corporation
product: Intel(r)GM965/PM965/GL960 Graphics Controller Hardware Version 0.0
memory: 7616kb
mode: 1280x1024x256
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 1024x768x256
mode: 1024x768x64k
mode: 1024x768x16m
mode: 640x480x16m
mode: 800x600x64k
mode: 800x600x16m
mode: 640x480x256
mode: 800x600x256
mode: 640x480x64k
edid:
edid: 1 3
id: 2774
eisa: AUO2774
serial: 00000000
manufacture: 1 2006
input: analog signal.
screensize: 33 21
gamma: 2.200000
dpms: RGB, no active off, no suspend, no standby
dtiming: 1280x800@60
monitorid: AUO
monitorid: B154EW02 V7

Presently I have display in the middle of my wide-screen with black on either side. Also OS detects lower max resolution of 1024x768.

Help is required.

regard
 
Old 11-17-2011, 03:57 AM   #2
sunnydrake
Member
 
Registered: Jul 2009
Location: Kiev,Ukraine
Distribution: Ubuntu,Slax,RedHat
Posts: 289
Blog Entries: 1

Rep: Reputation: 61
looks like Xorg driver problem to me. Try changing driver in /etc/X11/xorg.conf.
As last resort if no official driver will work try vesa driver http://linux.die.net/man/4/vesa
 
Old 11-21-2011, 04:38 PM   #3
Elmware
Member
 
Registered: May 2006
Location: Canada
Distribution: Slackware 13 and fedora 15
Posts: 32

Rep: Reputation: 0
Sometimes the video card vendor themselves might have a Linux driver that you can download. Have you tried their site? I know that ATI/AMD and NVidia both have some available. Solved my resolution problem with Fedora on my Toshiba Satellite.
 
Old 11-25-2011, 07:18 PM   #4
asatsuru
LQ Newbie
 
Registered: Mar 2006
Posts: 6

Rep: Reputation: 0
I believe this is the same problem that I have with my Sony 20.1" screen, beginning with Ubuntu 11.04. But I have tried the latest Fedora, openSUSE, Mandriva, and Debian Testing, and they are all doing that to my Intel "EagleLake" chip. (The current, stable Debian 6.0 still works), and I can't find out what changed. I have changed drivers, and even went with the Launchpad Intel "Edgers" version. Didn't help. Xorg.conf or xrandr does not work for me either because, I guess, that the specs passed from BIOS at boot are wrong or misinterpreted and it always comes back as "unable to parse" or some such. I think that if we could find out what changed this could be solved.
 
Old 11-27-2011, 05:27 AM   #5
sunnydrake
Member
 
Registered: Jul 2009
Location: Kiev,Ukraine
Distribution: Ubuntu,Slax,RedHat
Posts: 289
Blog Entries: 1

Rep: Reputation: 61
if we assume problem lies in intel driver and we can set gfx mode for console via VESA bios extension std (apt-get install vbetool) than setting vbe driver for Xorg instead of intel could work out.
but problem with VESA is it will print all modes available for video card not for display so make sure display support this mode(again set this mode in console via vbe tool before Xorg messing)
 
Old 11-28-2011, 02:29 AM   #6
asatsuru
LQ Newbie
 
Registered: Mar 2006
Posts: 6

Rep: Reputation: 0
This is the result of get-edid:

Performing real mode VBE call
Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
Function supported
Call failed

The EDID data should not be trusted as the VBE call failed


Does this mean that the EDID is also not read correctly?
This has no video card per se, it is integrated graphics. And the monitor is undefined because, similar to a laptop, it is an all-in-one design (Sony VGC-JS90S).
 
  


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
Virtual screen size/resolution Zacariaz Debian 7 07-29-2011 07:34 PM
Laptop screen size/resolution 10.0 dunemis Linux - Laptop and Netbook 9 05-23-2008 07:39 AM
how do i change the screen size and resolution on toughbook cf-27 electrahogg42 Linux - Laptop and Netbook 10 06-18-2007 01:57 AM
changing resolution (not screen size) sh4d0w13 Debian 2 03-14-2005 05:36 PM
screen size (not resolution) jethro Linux - Software 2 04-19-2002 11:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 06:12 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