Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Can't find higher resolutions

Need help with peripherals or devices?
Post Reply
Message
Author
User avatar
ChipOManiac
Posts: 285
Joined: 2011-07-29 02:42
Location: Talpittiya, Sri Lanka
Contact:

[SOLVED] Can't find higher resolutions

#1 Post by ChipOManiac »

Well I should have expected some fighting :lol:

My laptop's resolution is currently set at 1024x768.

I don't think this is the maximum, since when I bought it the other day, it was at a resolution of 1366x768 (Windows 7).

But strangely, I can't find anything higher than 1024x678 (low is at 800x600) in the display settings.

Have I screwed something up during the installation for it to come out this way? If so what do I have to do to correct this?

So far I've tried using xrandr to set the resolution, I used:
  • "cvt 1366 768" to get the modeline
  • then created a new mode via "--newmode"
  • added it to "default" via "--addmode"
  • then tried to use the new resolution from the display settings
So far nothing has worked.

Does anyone know what might be wrong? And In case I'm wrong, you're free to slap me on the head :D

Edit:
My screen is a 15.6", if that's of any use.
Last edited by ChipOManiac on 2012-12-04 16:06, edited 1 time in total.
"Chew, if only you could see what I've seen with your eyes!"
- Roy Batty (Blade Runner)

Lenovo ThinkPad T440p (Ястреб "Yastreb")

You had me at "without systemd"

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Can't find higher resolutions: stuck at a stretched 1024

#2 Post by bw123 »

ChipOManiac wrote:
  • "cvt 1366 768" to get the modeline
  • then created a new mode via "--newmode"
  • added it to "default" via "--addmode"
  • then tried to use the new resolution from the display settings
So far nothing has worked.
did you try and set the new mode with xrandr? you might get some more help posting some xrandr output, but there are a lot of similar threads on here, you should do a good search or two like 'resolution' with the driver x is using, and your hardware.
resigned by AI ChatGPT

User avatar
ChipOManiac
Posts: 285
Joined: 2011-07-29 02:42
Location: Talpittiya, Sri Lanka
Contact:

Re: Can't find higher resolutions: stuck at a stretched 1024

#3 Post by ChipOManiac »

bw123 wrote:
ChipOManiac wrote:
  • "cvt 1366 768" to get the modeline
  • then created a new mode via "--newmode"
  • added it to "default" via "--addmode"
  • then tried to use the new resolution from the display settings
So far nothing has worked.
did you try and set the new mode with xrandr? you might get some more help posting some xrandr output, but there are a lot of similar threads on here, you should do a good search or two like 'resolution' with the driver x is using, and your hardware.
Yes I tried doing that. Here's the output

Code: Select all

$ cvt 1366 768
# 1368x768 59.88 Hz (CVT) hsync: 47.79 kHz; pclk: 85.25 MHz
Modeline "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync

$ xrandr --newmode "1368x768_60.00"   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync
xrandr: Failed to get size of gamma for output default

$ xrandr --addmode default 1368x768_60.00
xrandr: Failed to get size of gamma for output default

$ xrandr --output default --mode 1368x768_60.00
xrandr: Failed to get size of gamma for output default
xrandr: Configure crtc 0 failed
Do you think it's something with my kernel version, looking at the other threads makes me think I might have a similar problem.
"Chew, if only you could see what I've seen with your eyes!"
- Roy Batty (Blade Runner)

Lenovo ThinkPad T440p (Ястреб "Yastreb")

You had me at "without systemd"

User avatar
bw123
Posts: 4015
Joined: 2011-05-09 06:02
Has thanked: 1 time
Been thanked: 28 times

Re: Can't find higher resolutions: stuck at a stretched 1024

#4 Post by bw123 »

ChipOManiac wrote: xrandr: Failed to get size of gamma for output default
that's a good error message to search on, seen that a lot. check /var/log/Xorg.0.log using vesa driver or something weird like that?
resigned by AI ChatGPT

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: Can't find higher resolutions: stuck at a stretched 1024

#5 Post by phenest »

What video card make/model are you using? 1366x768 might be unobtainable with whatever driver you're currently using.
ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

User avatar
ChipOManiac
Posts: 285
Joined: 2011-07-29 02:42
Location: Talpittiya, Sri Lanka
Contact:

Re: Can't find higher resolutions: stuck at a stretched 1024

#6 Post by ChipOManiac »

phenest wrote:What video card make/model are you using? 1366x768 might be unobtainable with whatever driver you're currently using.
According to lspci the card is a

"VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller"
bw123 wrote:
ChipOManiac wrote: xrandr: Failed to get size of gamma for output default
that's a good error message to search on, seen that a lot. check /var/log/Xorg.0.log using vesa driver or something weird like that?
Seems like it loads both the Intel and VESA drivers :shock:

Code: Select all

(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 2.13.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "vesa"
(II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
(II) Module vesa: vendor="X.Org Foundation"
        compiled for 1.7.7, module version = 2.3.0
        Module class: X.Org Video Driver
        ABI class: X.Org Video Driver, version 6.0
(II) LoadModule: "fbdev"
(II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
(II) Module fbdev: vendor="X.Org Foundation"
        compiled for 1.7.6.901, module version = 0.4.2
        ABI class: X.Org Video Driver, version 6.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
        Sandybridge, Sandybridge
(II) VESA: driver for VESA chipsets: vesa
(II) FBDEV: driver for framebuffer: fbdev

Last edited by ChipOManiac on 2012-12-04 03:33, edited 1 time in total.
"Chew, if only you could see what I've seen with your eyes!"
- Roy Batty (Blade Runner)

Lenovo ThinkPad T440p (Ястреб "Yastreb")

You had me at "without systemd"

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Can't find higher resolutions: stuck at a stretched 1024

#7 Post by stevepusser »

Sandybridge Intel drivers need a minimum of the xorg and Intel video driver in squeeze-backports, plus an upgrade to the 3.2 backports kernel (and a boot to it).

http://x.debian.net/reference/squeeze-backports.html
MX Linux packager and developer

User avatar
ChipOManiac
Posts: 285
Joined: 2011-07-29 02:42
Location: Talpittiya, Sri Lanka
Contact:

Re: Can't find higher resolutions: stuck at a stretched 1024

#8 Post by ChipOManiac »

stevepusser wrote:Sandybridge Intel drivers need a minimum of the xorg and Intel video driver in squeeze-backports, plus an upgrade to the 3.2 backports kernel (and a boot to it).

http://x.debian.net/reference/squeeze-backports.html
I see, I had a little bit of a hunch that this might be the problem, but I wasn't too sure. I'll do this as soon as I get home. You have my thanks sir! :D
"Chew, if only you could see what I've seen with your eyes!"
- Roy Batty (Blade Runner)

Lenovo ThinkPad T440p (Ястреб "Yastreb")

You had me at "without systemd"

User avatar
ChipOManiac
Posts: 285
Joined: 2011-07-29 02:42
Location: Talpittiya, Sri Lanka
Contact:

Re: Can't find higher resolutions: stuck at a stretched 1024

#9 Post by ChipOManiac »

Welll I upgraded the kernel, xorg, and intel driver from the backports. Could see the effects just after I restarted, now I'm at 1366x768, and happier.

Thank you stevepusser. And thanks to phenest and bw123 for helping me out.

Thread solved.
"Chew, if only you could see what I've seen with your eyes!"
- Roy Batty (Blade Runner)

Lenovo ThinkPad T440p (Ястреб "Yastreb")

You had me at "without systemd"

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: [SOLVED] Can't find higher resolutions

#10 Post by stevepusser »

Glad to see the problem is fixed--there's been one or two threads a day for the last week or so that express the same issue, so it's not really hard to come up with the fix!
MX Linux packager and developer

Post Reply