Re: xvideomode has no effect

2007-12-04 Thread Vladimir Stavrinov
On Mon, Dec 03, 2007 at 07:20:44PM +0300, Vladimir Stavrinov wrote:

 
 May be there are something wrong with debconf and xorg in sid. I
 think, You are testing this in lenny.

The interesting thing is that

debconf-communicate  EOF
get xserver-xorg/config/monitor/mode-list
get xserver-xorg/config/display/modes
EOF

show up 1024x768, while xserver is running with 1280x800
i.e. xvideomode handler in initrd is working correctly

-- 

*
   Vladimir Stavrinov  **
***   [EMAIL PROTECTED]   **
*


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: xvideomode has no effect

2007-12-04 Thread Vladimir Stavrinov
On Mon, Dec 03, 2007 at 07:20:44PM +0300, Vladimir Stavrinov wrote:

 
 May be there are something wrong with debconf and xorg in sid. I
 think, You are testing this in lenny.

Yes, I have tested lenny - it is OK. Thus, it is sid only
problem.
 

-- 

*
   Vladimir Stavrinov  **
***   [EMAIL PROTECTED]   **
*


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


xvideomode has no effect

2007-12-03 Thread Vladimir Stavrinov

Hi,

This boot option was working last summer, but not now.

-- 

*
   Vladimir Stavrinov  **
***   [EMAIL PROTECTED]   **
*


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: xvideomode has no effect

2007-12-03 Thread Jordi Pujol
El Monday 03 December 2007 15:28:01 Vladimir Stavrinov va escriure:
 Hi,

 This boot option was working last summer, but not now.

this weekend i had tested that in a notebook of my niece,
and that works,

how do you have tried this ?


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: xvideomode has no effect

2007-12-03 Thread Vladimir Stavrinov
On Mon, Dec 03, 2007 at 04:18:44PM +0100, Jordi Pujol wrote:

 how do you have tried this ?

Build net and iso binary of sid distro on 686 flavor and gnome
list with live-helper-1.0~a37-2 and live-initramfs-1.110.7-1

-- 

*
   Vladimir Stavrinov  **
***   [EMAIL PROTECTED]   **
*

___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: xvideomode has no effect

2007-12-03 Thread Jordi Pujol
El Monday 03 December 2007 16:53:56 Vladimir Stavrinov va escriure:
 On Mon, Dec 03, 2007 at 04:18:44PM +0100, Jordi Pujol wrote:
  how do you have tried this ?

 Build net and iso binary of sid distro on 686 flavor and gnome
 list with live-helper-1.0~a37-2 and live-initramfs-1.110.7-1

for me the following parameter in the boot line works,

xvideomode=1024x768,1280x1024,800x600

or also modifying the initrd.img file and inserting in /etc/live.conf

XVIDEOMODE=1024x768,1280x1024,800x600
export XVIDEOMODE

those modifications are done in an already packed image,
remains the possibility that the image build with live-helper does not append 
this parameter in initrd.img, /etc/live.conf ?

___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: xvideomode has no effect

2007-12-03 Thread Vladimir Stavrinov
On Mon, Dec 03, 2007 at 05:02:39PM +0100, Jordi Pujol wrote:

 
 for me the following parameter in the boot line works,
 
 xvideomode=1024x768,1280x1024,800x600

I have used xvideomode=1024x768 entering it by hand at boot
prompt or adding it to pxe config

 remains the possibility that the image build with live-helper does not append 
 this parameter in initrd.img, /etc/live.conf ?

No, it is exist in /proc/cmdline

May be there are something wrong with debconf and xorg in sid. I
think, You are testing this in lenny.

-- 

*
   Vladimir Stavrinov  **
***   [EMAIL PROTECTED]   **
*


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: xvideomode has no effect

2007-12-03 Thread Jordi Pujol
El Monday 03 December 2007 17:48:00 Jordi Pujol va escriure:
 El Monday 03 December 2007 17:20:44 Vladimir Stavrinov va escriure:
  On Mon, Dec 03, 2007 at 05:02:39PM +0100, Jordi Pujol wrote:
   for me the following parameter in the boot line works,
  
   xvideomode=1024x768,1280x1024,800x600
 
  I have used xvideomode=1024x768 entering it by hand at boot
  prompt or adding it to pxe config
 
   remains the possibility that the image build with live-helper does not
   append this parameter in initrd.img, /etc/live.conf ?
 
  No, it is exist in /proc/cmdline

 observe if this cmdline has less than 127 characters,
I was wrong, that is 255 characters

  May be there are something wrong with debconf and xorg in sid. I
  think, You are testing this in lenny.

 yes, it's lenny, but using the latest initramfs



___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: xvideomode has no effect

2007-12-03 Thread Jordi Pujol
El Monday 03 December 2007 17:20:44 Vladimir Stavrinov va escriure:
 On Mon, Dec 03, 2007 at 05:02:39PM +0100, Jordi Pujol wrote:
  for me the following parameter in the boot line works,
 
  xvideomode=1024x768,1280x1024,800x600

 I have used xvideomode=1024x768 entering it by hand at boot
 prompt or adding it to pxe config

  remains the possibility that the image build with live-helper does not
  append this parameter in initrd.img, /etc/live.conf ?

 No, it is exist in /proc/cmdline

observe if this cmdline has less than 127 characters,


 May be there are something wrong with debconf and xorg in sid. I
 think, You are testing this in lenny.

yes, it's lenny, but using the latest initramfs 

___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel