* [Bug 27922] New: setting graphics mode for text console with video= instead of vga= does not work
@ 2011-01-31 22:35 bugzilla-daemon
2011-03-08 0:16 ` [Bug 27922] " bugzilla-daemon
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2011-01-31 22:35 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=27922
Summary: setting graphics mode for text console with video=
instead of vga= does not work
Product: Drivers
Version: 2.5
Kernel Version: 2.6.38-0.0.7
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: Video(DRI - non Intel)
AssignedTo: drivers_video-dri@kernel-bugs.osdl.org
ReportedBy: estellnb@gmail.com
Regression: No
I have stated "video=1920x1200-24@60" on my kernel command line. Instead it
initializes a 80x25 text console with a low resolution of sth. like 640x480 or
so.
The video kernel command line is said to be the future replacement of vga=
modes by the Xorg development team (vga= is said to be no more compatible with
Xorg`s video mode initialization).
Is it already implemented?
If yes a fallback to a similar Vesa graphics mode with Vesa safe/restore mode
on vt-switch may be an additional opportunity.
occurs with and without kernel modesetting.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 27922] setting graphics mode for text console with video= instead of vga= does not work
2011-01-31 22:35 [Bug 27922] New: setting graphics mode for text console with video= instead of vga= does not work bugzilla-daemon
@ 2011-03-08 0:16 ` bugzilla-daemon
2012-03-03 16:10 ` bugzilla-daemon
2012-03-05 16:56 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2011-03-08 0:16 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=27922
--- Comment #1 from Felix Miata <mrmazda@earthlink.net> 2011-03-08 00:16:11 ---
With radeon rv380 and a P275 Trinitron CRT, video=1024x768 on cmdline instead
of vga=0xwhatever or vga=7whatever works for me with default modesetting state
and Kulow/openSUSE kernel-desktop-2.6.37.2-3 and GA kernel-default-2.6.37.1-1.2
to produce same result on tty[1-6] as vga=791/vga=0x305/vga=0x317/vga=0x318 did
before KMS implementation.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 27922] setting graphics mode for text console with video= instead of vga= does not work
2011-01-31 22:35 [Bug 27922] New: setting graphics mode for text console with video= instead of vga= does not work bugzilla-daemon
2011-03-08 0:16 ` [Bug 27922] " bugzilla-daemon
@ 2012-03-03 16:10 ` bugzilla-daemon
2012-03-05 16:56 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-03-03 16:10 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=27922
--- Comment #2 from Elmar Stellnberger <estellnb@gmail.com> 2012-03-03 16:10:57 ---
As far as I have tested it on my machine the radeon module needs to be loaded
with KMS enabled (no radeon.modeset=0 parameter) to get the video
kernel-cmdline option interpreted (/proc/cmdline). If you f.i. need to use
uvesafb instead give the following option: uvesafb.mode_option=1600x1200-24@60
(1920x1200 is no Vesa mode). The same parameters can be given on modeprobe
leaving the module name (radeon., uvesafb.) out
(/usr/src/linux-ver/Documentation/fb).
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Bug 27922] setting graphics mode for text console with video= instead of vga= does not work
2011-01-31 22:35 [Bug 27922] New: setting graphics mode for text console with video= instead of vga= does not work bugzilla-daemon
2011-03-08 0:16 ` [Bug 27922] " bugzilla-daemon
2012-03-03 16:10 ` bugzilla-daemon
@ 2012-03-05 16:56 ` bugzilla-daemon
2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2012-03-05 16:56 UTC (permalink / raw)
To: dri-devel
https://bugzilla.kernel.org/show_bug.cgi?id=27922
Jérôme Glisse <glisse@freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |glisse@freedesktop.org
Resolution| |INVALID
--- Comment #3 from Jérôme Glisse <glisse@freedesktop.org> 2012-03-05 16:56:01 ---
This is not a bug, video= command line is only interpreted with kernel
modesetting enabled. We don't support anymore non kernel modesetting case for
radeon.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-03-05 16:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-31 22:35 [Bug 27922] New: setting graphics mode for text console with video= instead of vga= does not work bugzilla-daemon
2011-03-08 0:16 ` [Bug 27922] " bugzilla-daemon
2012-03-03 16:10 ` bugzilla-daemon
2012-03-05 16:56 ` bugzilla-daemon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.