[arch-general] xf86-video-intel and KMS
I saw on arch-announce that xf86-video-intel now only supports KMS, and I wanted to ask: is there still a way to specify the resolution of virtual consoles, like we used to do with vga=XXX in kernel options? -- catwell
On Thu, 11 Feb 2010 13:30:58 +0100, Pierre Chapuis <catwell@archlinux.us> wrote:
I saw on arch-announce that xf86-video-intel now only supports KMS, and I wanted to ask: is there still a way to specify the resolution of virtual consoles, like we used to do with vga=XXX in kernel options?
http://wiki.archlinux.org/index.php/Intel#KMS_.28Kernel_Mode_Setting.29 -- Jeroen Op 't Eynde jeroen@xprsyrslf.be http://xprsyrslf.be Use bottom posting: http://www.idallen.com/topposting.html
On 11 February 2010 13:26, Jeroen Op 't Eynde <jeroen@xprsyrslf.be> wrote:
On Thu, 11 Feb 2010 13:30:58 +0100, Pierre Chapuis <catwell@archlinux.us> wrote:
I saw on arch-announce that xf86-video-intel now only supports KMS, and I wanted to ask: is there still a way to specify the resolution of virtual consoles, like we used to do with vga=XXX in kernel options?
http://wiki.archlinux.org/index.php/Intel#KMS_.28Kernel_Mode_Setting.29
-- Jeroen Op 't Eynde jeroen@xprsyrslf.be http://xprsyrslf.be
Use bottom posting: http://www.idallen.com/topposting.html
I think you can use video=HxV@refreshrate http://en.gentoo-wiki.com/wiki/Intel_GMA#Kernel_Modesetting
Am 11.02.2010 14:28, schrieb Damien Churchill:
I think you can use video=HxV@refreshrate
This is not documented in ArchWiki yet, and I think it has been a new feature in .31 or .32. For laptop displays, the right resolution should be chosen automatically though.
On Thu, Feb 11, 2010 at 7:30 AM, Pierre Chapuis <catwell@archlinux.us> wrote:
I saw on arch-announce that xf86-video-intel now only supports KMS, and I wanted to ask: is there still a way to specify the resolution of virtual consoles, like we used to do with vga=XXX in kernel options?
-- catwell
vga=<INPUT>:<RESOLUTION> example: video=VGA-1:800x600 video=LVDS-1:1280x800 -- Alexander Lam
On Thu, 11 Feb 2010 12:28:53 -0500, Alexander Lam <lambchop468@gmail.com> wrote:
On Thu, Feb 11, 2010 at 7:30 AM, Pierre Chapuis <catwell@archlinux.us> wrote:
I saw on arch-announce that xf86-video-intel now only supports KMS, and I wanted to ask: is there still a way to specify the resolution of virtual consoles, like we used to do with vga=XXX in kernel options?
vga=<INPUT>:<RESOLUTION>
Thank you, just what I needed! It was in the commit log from Damien's link too. I tried it, and it works. As Thomas said, the right mode is chosen automatically on a laptop, but sometimes I might need to set it on an external device such as a beamer (overhead projector), or I might need a 80x24 console even on my laptop screen. Now, more questions: - Is there extensive documentation about that somewhere? - Is there a way to enforce an aspect ratio, eg. to have a 4:3 mode with black stripes on the sides on a 16:10 strip? - Is there a way to change the mode on the fly without rebooting? I will edit the Arch wiki once I get answer to those. -- catwell
On Thu, 11 Feb 2010 21:52:37 +0100, Pierre Chapuis <catwell@archlinux.us> wrote:
on a 16:10 strip?
Of course I meant a 16:10 screen... -- catwell
- Is there a way to change the mode on the fly without rebooting?
I haven't tested it but you can try "fbset"
- Is there a way to enforce an aspect ratio, eg. to have a 4:3 mode with black stripes on the sides on a 16:10 strip?
I'm not sure about this, maybe if you set a lower 4:3 resolution on your 16:10 screen AND in the BIOS of your laptop it's setup to NOT scale the screen it will show the black stripes. -- damjan
On Thu, 11 Feb 2010 23:05:26 +0100, Damjan Georgievski <gdamjan@gmail.com> wrote:
- Is there a way to change the mode on the fly without rebooting?
I haven't tested it but you can try "fbset"
fbset works without KMS but not with it. It does change something, but not thye way you want. For example with a 1280x960 screen it is possible to get a 640x480 console in the top left corner of the screen but not fullscreen.
- Is there a way to enforce an aspect ratio, eg. to have a 4:3 mode
with black stripes on the sides on a 16:10 strip?
I'm not sure about this, maybe if you set a lower 4:3 resolution on your 16:10 screen AND in the BIOS of your laptop it's setup to NOT scale the screen it will show the black stripes.
Maybe, sadly I don't have this option in my BIOS. -- catwell
participants (6)
-
Alexander Lam
-
Damien Churchill
-
Damjan Georgievski
-
Jeroen Op 't Eynde
-
Pierre Chapuis
-
Thomas Bächler