At Mon, 13 Dec 2010 13:43:48 +0300,
Sergej Pupykin wrote:
> video="9-pin DIN:1024x768-24 at 60e", but lilo uses doublequotes as
> r-value bounds.
>
> in_quote variable in next_arg() is set only for " character.
Sorry, biggest part of this problem is in my linux distribution (in
/init executable
At Fri, 10 Dec 2010 19:05:13 +0100,
Peter Stuge wrote:
> append can contain any arbitrary string, which will be parsed by the
> kernel. I e.g. use:
>
> append="root=/dev/sda2 snd_ac97_codec.power_save=1 usbcore.autosuspend=1
> hpet=force quiet drm_kms_helper.poll=0"
>
> And grub also supports an
At Mon, 13 Dec 2010 13:43:48 +0300,
Sergej Pupykin wrote:
> video="9-pin DIN:1024x768...@60e", but lilo uses doublequotes as
> r-value bounds.
>
> in_quote variable in next_arg() is set only for " character.
Sorry, biggest part of this problem is in my linux distribution (in
/init executable fr
At Fri, 10 Dec 2010 19:05:13 +0100,
Peter Stuge wrote:
> append can contain any arbitrary string, which will be parsed by the
> kernel. I e.g. use:
>
> append="root=/dev/sda2 snd_ac97_codec.power_save=1 usbcore.autosuspend=1
> hpet=force quiet drm_kms_helper.poll=0"
>
> And grub also supports an
Sergej Pupykin wrote:
> > And it's ugly; can't we fix grub instead?
>
> I am searching for bootloader which can pass whitespaces. It looks
> like we should patch grub-legacy (0.97), grub (1.98) and lilo...
>
> (I did not try lilo yet, but man page says nothing about passing
> spaces in 'append='
At Thu, 9 Dec 2010 09:18:14 -0800,
Jesse Barnes wrote:
>
> And it's ugly; can't we fix grub instead?
I am searching for bootloader which can pass whitespaces. It looks
like we should patch grub-legacy (0.97), grub (1.98) and lilo...
(I did not try lilo yet, but man page says nothing about passi
Sergej Pupykin wrote:
> > And it's ugly; can't we fix grub instead?
>
> I am searching for bootloader which can pass whitespaces. It looks
> like we should patch grub-legacy (0.97), grub (1.98) and lilo...
>
> (I did not try lilo yet, but man page says nothing about passing
> spaces in 'append='
At Thu, 9 Dec 2010 09:18:14 -0800,
Jesse Barnes wrote:
>
> And it's ugly; can't we fix grub instead?
I am searching for bootloader which can pass whitespaces. It looks
like we should patch grub-legacy (0.97), grub (1.98) and lilo...
(I did not try lilo yet, but man page says nothing about passi
Jesse Barnes wrote:
> An alternative to fixing grub would be to add aliases like you mention,
> and/or change the parser to accept "_" as an alias for " ". Then we
> could leave the sysfs values and string table alone.
Is it already case insensitive?
//Peter
At Thu, 9 Dec 2010 09:18:14 -0800,
Jesse Barnes wrote:
>
> On Wed, 8 Dec 2010 15:30:26 -0800
> Greg KH wrote:
> > What kernel version did these options first show up in? Does any
> > other tools rely on the spaces?
>
> And it's ugly; can't we fix grub instead?
I think renaming connectors is g
Jesse Barnes wrote:
> An alternative to fixing grub would be to add aliases like you mention,
> and/or change the parser to accept "_" as an alias for " ". Then we
> could leave the sysfs values and string table alone.
Is it already case insensitive?
//Peter
At Thu, 9 Dec 2010 09:18:14 -0800,
Jesse Barnes wrote:
>
> On Wed, 8 Dec 2010 15:30:26 -0800
> Greg KH wrote:
> > What kernel version did these options first show up in? Does any
> > other tools rely on the spaces?
>
> And it's ugly; can't we fix grub instead?
I think renaming connectors is g
On Wed, 2010-12-08 at 18:14 -0500, Alex Deucher wrote:
> Grub doesn't parse spaces in parameters correctly, so
> this makes it impossible to force video= parameters
> for kms on the grub kernel command line.
I'm sorta tempted to just go the extra step towards DIN, HDMIA, HDMIB,
DP and eDP, typing
On Thu, 09 Dec 2010 20:33:18 +0300
Sergej Pupykin wrote:
> At Thu, 9 Dec 2010 09:18:14 -0800,
> Jesse Barnes wrote:
> >
> > On Wed, 8 Dec 2010 15:30:26 -0800
> > Greg KH wrote:
> > > What kernel version did these options first show up in? Does any
> > > other tools rely on the spaces?
> >
>
On Thu, 09 Dec 2010 20:33:18 +0300
Sergej Pupykin wrote:
> At Thu, 9 Dec 2010 09:18:14 -0800,
> Jesse Barnes wrote:
> >
> > On Wed, 8 Dec 2010 15:30:26 -0800
> > Greg KH wrote:
> > > What kernel version did these options first show up in? Does any
> > > other tools rely on the spaces?
> >
>
On Thu, Dec 9, 2010 at 9:30 AM, Greg KH wrote:
> On Wed, Dec 08, 2010 at 06:14:03PM -0500, Alex Deucher wrote:
>> Grub doesn't parse spaces in parameters correctly, so
>> this makes it impossible to force video= parameters
>> for kms on the grub kernel command line.
>>
>> Reported-by: Sergej Pupyk
On Wed, 8 Dec 2010 15:30:26 -0800
Greg KH wrote:
> On Wed, Dec 08, 2010 at 06:14:03PM -0500, Alex Deucher wrote:
> > Grub doesn't parse spaces in parameters correctly, so
> > this makes it impossible to force video= parameters
> > for kms on the grub kernel command line.
> >
> > Reported-by: Ser
On Wed, 8 Dec 2010 15:30:26 -0800
Greg KH wrote:
> On Wed, Dec 08, 2010 at 06:14:03PM -0500, Alex Deucher wrote:
> > Grub doesn't parse spaces in parameters correctly, so
> > this makes it impossible to force video= parameters
> > for kms on the grub kernel command line.
> >
> > Reported-by: Ser
Grub doesn't parse spaces in parameters correctly, so
this makes it impossible to force video= parameters
for kms on the grub kernel command line.
v2: shorten the names to make them easier to type.
Reported-by: Sergej Pupykin
Cc: Sergej Pupykin
Signed-off-by: Alex Deucher
Cc: stable at kernel
On Wed, Dec 8, 2010 at 7:01 PM, Dave Airlie wrote:
> On Wed, 2010-12-08 at 18:14 -0500, Alex Deucher wrote:
>> Grub doesn't parse spaces in parameters correctly, so
>> this makes it impossible to force video= parameters
>> for kms on the grub kernel command line.
>
> I'm sorta tempted to just go t
Grub doesn't parse spaces in parameters correctly, so
this makes it impossible to force video= parameters
for kms on the grub kernel command line.
Reported-by: Sergej Pupykin
Cc: Sergej Pupykin
Signed-off-by: Alex Deucher
Cc: stable at kernel.org
---
drivers/gpu/drm/drm_crtc.c |8
Grub doesn't parse spaces in parameters correctly, so
this makes it impossible to force video= parameters
for kms on the grub kernel command line.
v2: shorten the names to make them easier to type.
Reported-by: Sergej Pupykin
Cc: Sergej Pupykin
Signed-off-by: Alex Deucher
Cc: sta...@kernel.or
On Wed, Dec 8, 2010 at 7:01 PM, Dave Airlie wrote:
> On Wed, 2010-12-08 at 18:14 -0500, Alex Deucher wrote:
>> Grub doesn't parse spaces in parameters correctly, so
>> this makes it impossible to force video= parameters
>> for kms on the grub kernel command line.
>
> I'm sorta tempted to just go t
On Wed, 2010-12-08 at 18:14 -0500, Alex Deucher wrote:
> Grub doesn't parse spaces in parameters correctly, so
> this makes it impossible to force video= parameters
> for kms on the grub kernel command line.
I'm sorta tempted to just go the extra step towards DIN, HDMIA, HDMIB,
DP and eDP, typing
On Thu, Dec 9, 2010 at 9:30 AM, Greg KH wrote:
> On Wed, Dec 08, 2010 at 06:14:03PM -0500, Alex Deucher wrote:
>> Grub doesn't parse spaces in parameters correctly, so
>> this makes it impossible to force video= parameters
>> for kms on the grub kernel command line.
>>
>> Reported-by: Sergej Pupyk
On Wed, Dec 08, 2010 at 06:14:03PM -0500, Alex Deucher wrote:
> Grub doesn't parse spaces in parameters correctly, so
> this makes it impossible to force video= parameters
> for kms on the grub kernel command line.
>
> Reported-by: Sergej Pupykin
>
> Cc: Sergej Pupykin
> Signed-off-by: Alex Deu
On Wed, Dec 08, 2010 at 06:14:03PM -0500, Alex Deucher wrote:
> Grub doesn't parse spaces in parameters correctly, so
> this makes it impossible to force video= parameters
> for kms on the grub kernel command line.
>
> Reported-by: Sergej Pupykin
>
> Cc: Sergej Pupykin
> Signed-off-by: Alex Deu
Grub doesn't parse spaces in parameters correctly, so
this makes it impossible to force video= parameters
for kms on the grub kernel command line.
Reported-by: Sergej Pupykin
Cc: Sergej Pupykin
Signed-off-by: Alex Deucher
Cc: sta...@kernel.org
---
drivers/gpu/drm/drm_crtc.c |8
1
28 matches
Mail list logo