You are not logged in.

#26 2009-01-04 23:52:52

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: Framebuffer 1680x1050

Yeah, if your BIOS says you can't run a certain mode, you won't be able to. hwinfo, if my theory is correct, says what the GPU can do - IF the BIOS is willing.

Offline

#27 2009-01-04 23:54:14

Gauvenator
Member
Registered: 2008-04-03
Posts: 172

Re: Framebuffer 1680x1050

Ranguvar wrote:

Yeah, if your BIOS says you can't run a certain mode, you won't be able to. hwinfo, if my theory is correct, says what the GPU can do - IF the BIOS is willing.

yah that sounds about right
I'll try the bios flash soon...I've gotta find a flash drive to use.

Offline

#28 2009-01-14 13:08:57

saciel
Member
From: Germany
Registered: 2006-07-30
Posts: 153

Re: Framebuffer 1680x1050

How can I find out which vga=# number corresponds to wich video mode?

vga=ask only gives me six choices with very low resolution, however, I can use other modes!

I tried

Mode 0x0368: 1680x1050 (+1680), 8 bits
Mode 0x0369: 1680x1050 (+6720), 24 bits

as someone mentioned them in a post above, but 369 doesn't exist for me and 368 only gives 1280x800 instead of 1680x1050.

I found another list elsewhere, that said that 361 was a 1680x1050 mode, but for me it's only 1440x900 (which is the best I've found thus far.

So probably everything is wokring for me (I can get 1680x1050 on X)... just how do I get the number for 1680x1050?

Card is an intel915.


They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!

Offline

#29 2009-01-14 16:15:23

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,549

Re: Framebuffer 1680x1050

Those modes are in octal, try converting to decimal first. Google can convert.

(Ex. http://www.google.com/search?q=0x0369+to+decimal)

Offline

#30 2009-01-14 17:47:28

saciel
Member
From: Germany
Registered: 2006-07-30
Posts: 153

Re: Framebuffer 1680x1050

Ranguvar wrote:

Those modes are in octal, try converting to decimal first. Google can convert.

(Ex. http://www.google.com/search?q=0x0369+to+decimal)

Entering vga=873 also results in a message at boot time that video mode 369 is undefined. It's the same as if I had entered vga=0x0369. It doesn't matter if using octal or decimal. I just have to find out which number corresponds to which resolution for me.


They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!

Offline

#31 2009-01-16 00:22:01

saciel
Member
From: Germany
Registered: 2006-07-30
Posts: 153

Re: Framebuffer 1680x1050

Using 'vbetest' form the package 'lrmi' returns a numbered list of available modes (the example below showes only a few low-res modes because my external monitor is disconnected right now):

VBE Version 3.0
Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
[261] 1024x768 (256 color palette)
[279] 1024x768 (5:6:5)
[280] 1024x768 (8:8:8)
[274] 640x480 (8:8:8)
[276] 800x600 (5:6:5)
[277] 800x600 (8:8:8)
[257] 640x480 (256 color palette)
[259] 800x600 (256 color palette)
[273] 640x480 (5:6:5)

The numbers, however, seem to be in no way related to the numbers one needs to enter on the kernel bootline, neither the octal nor the decimal ones.

Anyway, since 'vbetest' showed me there were modes for 1680x1050 available I just started experimenting a bit and found at that 0x363 t 0x365 were the three modes for the desired resolution (higher number means higher color depth).

But I really couldn't find a way to somehow get informed about all available modes and their vga-numbers other than the good ol' trial-and-error.


They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!

Offline

#32 2009-01-16 13:54:14

saciel
Member
From: Germany
Registered: 2006-07-30
Posts: 153

Re: Framebuffer 1680x1050

Okay, it's finally solved.
http://wiki.archlinux.org/index.php/GRU … Resolution explains how to calculate the values that grub takes on the kernel line from the values of the 'vbetest' output.


They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!

Offline

#33 2009-01-16 14:53:53

proxima_centauri
Member
From: Nova Scotia, Canada
Registered: 2008-07-17
Posts: 117
Website

Re: Framebuffer 1680x1050

Perhaps the package lrmi isn't in x86_64 repo's? Pacman can not find it.
Is there something equivalant I can run in x86_64?


Thinkpad T61p - 15.4' WSXGA TFT - 2.5Ghz Intel Core2 Duo T9300 - 2X2GB Kingston RAM - 160GB 7200RPM - NVIDIA Quadro FX 570m - Intel 4965AGN

Offline

#34 2009-01-16 15:16:01

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Framebuffer 1680x1050

If you're searching for vbetest to probe for available framebuffer modes under x86_64, try hwtool instead, lrmi won't build.

is in the AUR comments for this package.  Maybe it can do what you want.


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#35 2009-01-16 15:18:06

proxima_centauri
Member
From: Nova Scotia, Canada
Registered: 2008-07-17
Posts: 117
Website

Re: Framebuffer 1680x1050

I searched yaourt, the only thing available is libx86 and vbetools, both in community.
Did you mean something else?


Thinkpad T61p - 15.4' WSXGA TFT - 2.5Ghz Intel Core2 Duo T9300 - 2X2GB Kingston RAM - 160GB 7200RPM - NVIDIA Quadro FX 570m - Intel 4965AGN

Offline

#36 2009-01-16 15:18:57

rson451
Member
From: Annapolis, MD USA
Registered: 2007-04-15
Posts: 1,233
Website

Re: Framebuffer 1680x1050

I've got no clue, just relaying what was on the comments page.

Last edited by rson451 (2009-01-16 15:20:06)


archlinux - please read this and this — twice — then ask questions.
--
http://rsontech.net | http://github.com/rson

Offline

#37 2009-01-16 15:24:41

proxima_centauri
Member
From: Nova Scotia, Canada
Registered: 2008-07-17
Posts: 117
Website

Re: Framebuffer 1680x1050

Oops, didn't see that part about hwtools, but I don't see it in pacman or yaourt either.
I'll try looking for something else I guess...

Last edited by proxima_centauri (2009-01-16 15:25:46)


Thinkpad T61p - 15.4' WSXGA TFT - 2.5Ghz Intel Core2 Duo T9300 - 2X2GB Kingston RAM - 160GB 7200RPM - NVIDIA Quadro FX 570m - Intel 4965AGN

Offline

#38 2009-01-16 23:32:38

saciel
Member
From: Germany
Registered: 2006-07-30
Posts: 153

Re: Framebuffer 1680x1050

There also is a 'vbetool' package in the extra repository for both architectures:
http://www.archlinux.org/packages/extra/x86_64/vbetool/
You might want to try this one.


They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!

Offline

#39 2009-01-22 07:44:44

jordz
Member
Registered: 2006-02-01
Posts: 248

Re: Framebuffer 1680x1050

Did you try hwinfo? http://aur.archlinux.org/packages.php?ID=14977
hwinfo --framebuffer as root smile

Offline

#40 2009-01-22 23:56:30

proxima_centauri
Member
From: Nova Scotia, Canada
Registered: 2008-07-17
Posts: 117
Website

Re: Framebuffer 1680x1050

Thanks jordz,
So the relavent output I get is
Mode 0x0369: 1680x1050 (+6720), 24 bits

saciel, if you're still following this thread, what number for vga=" " did you end up using?

Last edited by proxima_centauri (2009-01-22 23:59:13)


Thinkpad T61p - 15.4' WSXGA TFT - 2.5Ghz Intel Core2 Duo T9300 - 2X2GB Kingston RAM - 160GB 7200RPM - NVIDIA Quadro FX 570m - Intel 4965AGN

Offline

#41 2009-01-23 12:22:19

saciel
Member
From: Germany
Registered: 2006-07-30
Posts: 153

Re: Framebuffer 1680x1050

I ended up with 0x0365, which was (for me) a resolution of 1680x1050 with the highest color depth. 364 and 363 also have 1680x1050 with lower color depth.


They say if you reverse play a Windows CD you can hear satanic verses... But wanna know what's even worse? If you forward play it, it's gonna install Windows on your system!

Offline

#42 2009-02-11 04:41:55

Cleophas
Member
Registered: 2009-02-08
Posts: 8

Re: Framebuffer 1680x1050

I got hwinfo installed on my newly installed x86_64.  But when doing the hwinfo --framebuffer, why am I not seeing anything past 1400x1050?  I have a 1680x1050 widescreen.

Offline

Board footer

Powered by FluxBB