Re: cfs reports Input/Output error

2006-09-21 Thread Sergio Mendoza
Hi,


On Fri, Sep 22, 2006 at 03:07:47PM +1000, Hamish Moffatt wrote:
> On Thu, Sep 21, 2006 at 11:30:57PM -0500, Sergio Mendoza wrote:
> >   $ ls
> >   ls: reading directory .: Input/output error
> > 
> >   My guess is that this is a problem with the way things are mounted, not
> > ls.  I've tried to do an strace on this, but didn't get anything.  Any
> > ideas on how to fix this.
> 
> Run dmesg or check /var/log/kern.log to see if there is any explanation
> as to why.

The error is:

Sep 22 00:14:49 izta kernel: RPC call_verify: retry failed, exit EIO
Sep 22 00:14:50 izta kernel: call_verify: server accept status: 5
Sep 22 00:14:50 izta last message repeated 2 times


> 
> Is this amd64-specific?

Yes, this is amd64-specific.  


Tx,

Sergio.
> 
> Hamish
> -- 
> Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cfs reports Input/Output error

2006-09-21 Thread Hamish Moffatt
On Thu, Sep 21, 2006 at 11:30:57PM -0500, Sergio Mendoza wrote:
>   $ ls
>   ls: reading directory .: Input/output error
> 
>   My guess is that this is a problem with the way things are mounted, not
> ls.  I've tried to do an strace on this, but didn't get anything.  Any
> ideas on how to fix this.

Run dmesg or check /var/log/kern.log to see if there is any explanation
as to why.

Is this amd64-specific?

Hamish
-- 
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



cfs reports Input/Output error

2006-09-21 Thread Sergio Mendoza
Hi,

  I'm using cfs on an amd64 (sid).  The Cryptographic File System (cfs) deb
package used to work fine.  Haven't used it for a while on amd64 (only on
i386) and now... it doesn't work.  I can manage to "mount" the encrypted
directory by doing:

  $ cfssh directory

  The problem is when I try to see what's inside the directory:

  $ ls
  ls: reading directory .: Input/output error

  $ echo *
  *

  My guess is that this is a problem with the way things are mounted, not
ls.  I've tried to do an strace on this, but didn't get anything.  Any
ideas on how to fix this.

Cheers,

Sergio.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



tyan board

2006-09-21 Thread dtutty
Hello,

I'm building my new computer and am ready to look at boards.

I've settled on AMD AM2 socket.

I don't do games but would like to transfer videos to DVD and
watch DVDs (edit out commercials?) and other home use type stuff.  For this,
I want a good selection of USB, more than one SATA, firewire, etc.  In fact,
the n3400B is only short the eSATA to match the features that I would use
of the ASIS Crosshair (apparently a gamers' heaven).

I want a solid reliable board as I usually only get a new computer every
10 years or so.  

I understand that Tyan boards are very good and generally well supported 
in Linux.  So far I've found the Tomcat n3400B and the h1000s.

The Tyan website under 'drivers' has them listed specifically for
RHES and SLES.  How does this translate to using these boards under Debian?

I've been trying to answer this myself using Google without success.  

Has anyone used either of these boards?  

Thanks,
Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



fglrx 8.29.6 and Xorg 7.1.1 :: ABI major version mismatch

2006-09-21 Thread Max A.

Hello!

fglrx 8.29.6 claims to support Xorg 7.1
http://www2.ati.com/drivers/linux/linux_8.29.6.html

But I cannot get it work because of the following error:

(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
   compiled for 6.8.99.8, module version = 8.29.6
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 0.7
(EE) module ABI major version (0) doesn't match the server's version (1)
(II) UnloadModule: "fglrx"
(II) Unloading /usr/lib/xorg/modules/drivers/fglrx_drv.so
(EE) Failed to load module "fglrx" (module requirement mismatch, 0)

Does anybody know how to fix that?

Thanks,
Max


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: how to get all options from dpkg-reconfigure

2006-09-21 Thread tomek . fizyk
Użytkownik Eduardo M Kalinowski <[EMAIL PROTECTED]> napisał:
>> Uzytkownik Gabor Gombas <[EMAIL PROTECTED]> napisal:
>> >If you have a moderately sane monitor (if it's not older than a couple
>> >of years, it usually is - modulo firmware bugs), and a moderately sane
>> >video card, then you could try to simply remove any monitor-specific
>> >settings and let X.Org detect the monitor using EDID data.
>> >
>> >Gabor
>> >
>> 
>> I can confirm that - my new monitor was detected well by the xorg after
>> removing all the monitor settings (I left the "Identifier" field of course, 
>> and one
>> option, but don't know if this option is necessary). The monitor section 
>> looks
>> like this:
>> 
>> Section "Monitor"
>> Identifier "Monitor 0"
>> Option "DPMS"
>> EndSection
>> 
>> But for the old monitor the other settings were needed.
>
>In this case, how does one specify the desired resolution? Using xrandr only?
>

The screen resolution is not specified in the "Monitor" section, but in the
"Screen" section (in the "Monitor" section you only specify refresh rates for
the resolutions given in the "Screen" section, not the resolutions themselves).

For example:

Section "Screen"
Identifier "Default Screen"
Device "Device 0"
Monitor"Monitor 0"
DefaultDepth24
SubSection "Display"
Depth   1
Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   4
Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   8
Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   15
Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   16
Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   24
Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth   32
Modes  "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

The Device your graphics card. In each SubSection you specify desired
screen resolutions for a given color depth.
The resolutions and the depths should be available in your monitor and
graphics card (check the manual).

Tomek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installer Profiles

2006-09-21 Thread tomek . fizyk
Użytkownik Santiago R. Lunar M. <[EMAIL PROTECTED]> napisał:
>Hans,
>
>That will be great, chossing your favorite kind of Desktop like XFCE or 
>Fluxbox, or simply Gnome (like me), but i just think that Developers & 
>Manteiners use the information provided by package called the Debian 
>Package Popularity Contest which allow them to know, obviuosly, which 
>packages to include in the firsts Debian CDs.
>
>This package sets up a cron job that will periodically anonymously 
>submit to the distribution developers statistics 'bout the most used 
>packages on the system, and this helps making decisions such as which 
>packages should go on the first CD;  Also, it helps improving can 
>improve future versions of the distribution so that the most popular 
>packages are the ones which are installed automatically for new users.
>
>So i guess the thing is not up to them, it's up to the information 
>provided by the Popularity-Contest. I agree with people who wants KDE to 
>be included in the first CD, but doing this involves taking out some 
>other packages, so i'm not sure if it's up to them. I just hope they 
>don't take out Gnome ;)
>

I agree to the above, but Debian is also distribured on DVDs, and the KDE
is present on the first DVD, so if the choice can't be available on the CD
distribution because of the lack of the disk space then it's ok, but when
installing from DVD the choice should be available.
Moreover, there is also the netinstall...

I know that the Debian installer for Etch is not finished yet, but in the final
release it should allow the user to choose which desktop env to install
(of course from those available on the used medium).

Tomek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



mplayer and flash movies are too fast

2006-09-21 Thread Jan De Luyck
Hello all,

I've got a rarity with Flash and mplayer. With flash, if I play movies from 
e.g. YouTube (http://www.youtube.com/watch?v=Ui5v3APjmp8&eurl= - example) the 
movie is at very high speed - not normal levels.

I'm using a 32bit chroot with opera/firefox and flash.

The second rarity is that with mplayer, certain videos play too fast. Same 
kind of effect, very high pitched voices and very quick video. I've got this 
effect mostly with .wmv files played also from the 32-bit mplayer in the 
chroot.

Since I don't have any wmv's that are natively playable on 64bit, I can't tell 
if it's a problem there or not.

I'm running Debian Sid, both for amd64 as the 32-bit chroot.

Anyone have a clue what might be going wrong? It's highly annoying...

Thanks,

Jan
-- 
A tara da rata.
-- palíndromo



Re: Installer Profiles

2006-09-21 Thread Jaime Ochoa Malagón

On 9/21/06, Santiago R. Lunar M. <[EMAIL PROTECTED]> wrote:

Hans-J. Ullrich wrote:
> Hello maintainers and developers,
>
> this time I call to you, cause a political question. What do I want ?
>
> Well, when installing Debian at the first time, at a special point, Debian is
> asking, which profile shall be installed. There is the
> choice "Desktop", "Webserver" , ""Printserver" etc.
>
> IMO these profiles should be made more precise, as when choosing "Desktop" ,
> you get always Gnome as the windowmanager. Yes, I know, it is your choice,
> but what I mean is, that there should be the chance for the user, to choose
> another windowmanager at installation i.e. KDE, Fluxbox, XFCE or whatever he
> likes. (Most of the people will choose Gnome or KDE, I think).
>
> I do not know, if my meanings are in your policy. However, if you are willing
> to change "tasksel", I would like to offer you my help. As I am no coder, I
> could make a list with the needed packages for some profiles, if this will
> help.
>
> Do you (the developers and the maintainers) think, my thoughts are worth, to
> think about it ? If not, o.k., just forget it and apoplogize my noise. :)
>
> Best regards
>
> Hans
>
>
>
>
Hans,

That will be great, chossing your favorite kind of Desktop like XFCE or
Fluxbox, or simply Gnome (like me), but i just think that Developers &
Manteiners use the information provided by package called the Debian
Package Popularity Contest which allow them to know, obviuosly, which
packages to include in the firsts Debian CDs.

This package sets up a cron job that will periodically anonymously
submit to the distribution developers statistics 'bout the most used
packages on the system, and this helps making decisions such as which
packages should go on the first CD;  Also, it helps improving can
improve future versions of the distribution so that the most popular
packages are the ones which are installed automatically for new users.

So i guess the thing is not up to them, it's up to the information
provided by the Popularity-Contest. I agree with people who wants KDE to
be included in the first CD, but doing this involves taking out some
other packages, so i'm not sure if it's up to them. I just hope they
don't take out Gnome ;)


That's is not about what packages are in the first CD is about to have a Task
"Desktop KDE" and "Desktop xfce" by example also "database-mysql" etc.



--
[EMAIL PROTECTED]
linux user #397015
Etch - kernel 2.6.15-23-amd64-k8
"...in a world without fences and walls
who need windows and gates?"


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]





--
Engañarse por amor es el engaño más terrible;
es una pérdida eterna para la que no hay compensación
ni en el tiempo ni en la eternidad.

Kierkegaard

Jaime Ochoa Malagón
Integrated Technology
Tel: (55) 52 54 26 10



Re: One more time, openoffice :)

2006-09-21 Thread Rafael Rodríguez

On 9/21/06, Emmanuel Fleury <[EMAIL PROTECTED]> wrote:

Rafael Rodríguez wrote:
1) Get the source from the experimental Debian repository (getting the
sources from the experimental makes it sure to track bugs on the very
last version): apt-get source -t experimental openoffice.org

2) Move to the build directory: cd openoffice-*

3) Build the package (this might take quite a while):
dpkg-buildpackage -rfakeroot -us -uc


Just a note to say that I think it's the same 'apt-get -b source -t
experimental openoffice.org' and it makes it easier (1 step instead of
those 3) ;)

Rafael Rodríguez



Re: how to get all options from dpkg-reconfigure

2006-09-21 Thread Santiago R. Lunar M.

Eduardo M KALINOWSKI wrote:

Dimitris Lampridis wrote:
  

On Wednesday 20 September 2006 16:21, Lennart Sorensen wrote:
  


On Tue, Sep 19, 2006 at 03:15:40PM +0200, Wolfgang Mader wrote:

  

I want to update my refreching rate for my monitor, because I had to
switch from a TFT to a normal screen.
So I tried to type
dpkg-reconfigure xserver-xorg
but I am not asked the questions I know from first set up of the xserver:
which resolution and which refreching rate do you want?

I do not think that I need to work on another package, xserver-xorg
should be the right. But why am I not asked this questions.

The same with exim4. At the first time you can choose if exim should
handel all mails or just the lokal ones etc. I am also not able to select
this behavior by using dpkg.

What am I missing?
  


Try dpkg-reconfigure -p low xserver-xorg

Perhaps some of the questions are at a different priority than they used
to be.  Not sure.

  
That's what I thought as well when I first saw the posting, but before 
suggesting to drop the priority, I tried it myself. Even in low priority, the 
package configuration never asks for screen resolution, color depth etc.


  


I can confirm that xserver-xorg is not asking for resolutions and stuff
like that. I've tried it myself some time ago, and I had to manually
edit the xorg.conf file to suit my new monitor.

ii  xserver-xorg 7.0.22  the X.Org X
server



  
I do to. The first time i installed it, it asked me the desire 
resolution but not anymore... the desired resolution didn't work as i 
spected, and my monitor is from 2002, i don't think it's quite old. I 
selected 1152x864 @75Hz and it's not working, i have 1024x768 @90, and i 
just don't get it... maybe it's about the driver thing? I have an Nvidia 
Gforce FX5500 and of course i haven't installed the original driver, but 
the one that Xorg has.


--
[EMAIL PROTECTED]
linux user #397015
Etch - kernel 2.6.15-23-amd64-k8
"...in a world without fences and walls
who need windows and gates?"


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installer Profiles

2006-09-21 Thread Santiago R. Lunar M.

Hans-J. Ullrich wrote:

Hello maintainers and developers,

this time I call to you, cause a political question. What do I want ?

Well, when installing Debian at the first time, at a special point, Debian is 
asking, which profile shall be installed. There is the 
choice "Desktop", "Webserver" , ""Printserver" etc. 

IMO these profiles should be made more precise, as when choosing "Desktop" , 
you get always Gnome as the windowmanager. Yes, I know, it is your choice, 
but what I mean is, that there should be the chance for the user, to choose 
another windowmanager at installation i.e. KDE, Fluxbox, XFCE or whatever he 
likes. (Most of the people will choose Gnome or KDE, I think).


I do not know, if my meanings are in your policy. However, if you are willing 
to change "tasksel", I would like to offer you my help. As I am no coder, I 
could make a list with the needed packages for some profiles, if this will 
help.


Do you (the developers and the maintainers) think, my thoughts are worth, to 
think about it ? If not, o.k., just forget it and apoplogize my noise. :)


Best regards

Hans
 



  

Hans,

That will be great, chossing your favorite kind of Desktop like XFCE or 
Fluxbox, or simply Gnome (like me), but i just think that Developers & 
Manteiners use the information provided by package called the Debian 
Package Popularity Contest which allow them to know, obviuosly, which 
packages to include in the firsts Debian CDs.


This package sets up a cron job that will periodically anonymously 
submit to the distribution developers statistics 'bout the most used 
packages on the system, and this helps making decisions such as which 
packages should go on the first CD;  Also, it helps improving can 
improve future versions of the distribution so that the most popular 
packages are the ones which are installed automatically for new users.


So i guess the thing is not up to them, it's up to the information 
provided by the Popularity-Contest. I agree with people who wants KDE to 
be included in the first CD, but doing this involves taking out some 
other packages, so i'm not sure if it's up to them. I just hope they 
don't take out Gnome ;)


--
[EMAIL PROTECTED]
linux user #397015
Etch - kernel 2.6.15-23-amd64-k8
"...in a world without fences and walls
who need windows and gates?"


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



One more time, openoffice :)

2006-09-21 Thread Rafael Rodríguez
Hi,there are experimental ubuntu amd64-native packages for OpenOffice according to [1]. Apart from that, a couple of days ago non-official packages (re-built from the debian unstable sources) were posted in this list, but I haven't had the time to test them quite a lot. In fact, I have a bug: the first time I start OpenOffice, it crashes, but the second time it works... ?¿
Anyway, anyone knows the state of the former and the latter, or the plans? Rene, are you alive? ;)Greets,Rafael Rodríguez[1] http://lwn.net/Articles/199390/



Re: how to get all options from dpkg-reconfigure

2006-09-21 Thread Eduardo M Kalinowski
> Uzytkownik Gabor Gombas <[EMAIL PROTECTED]> napisal:
> >If you have a moderately sane monitor (if it's not older than a couple
> >of years, it usually is - modulo firmware bugs), and a moderately sane
> >video card, then you could try to simply remove any monitor-specific
> >settings and let X.Org detect the monitor using EDID data.
> >
> >Gabor
> >
>
> I can confirm that - my new monitor was detected well by the xorg after
> removing all the monitor settings (I left the "Identifier" field of course, 
> and one
> option, but don't know if this option is necessary). The monitor section looks
> like this:
>
> Section "Monitor"
> Identifier "Monitor 0"
> Option "DPMS"
> EndSection
>
> But for the old monitor the other settings were needed.

In this case, how does one specify the desired resolution? Using xrandr only?

--
Eduardo M Kalinowski
[EMAIL PROTECTED]
http://move.to/hpkb




Re: how to get all options from dpkg-reconfigure

2006-09-21 Thread tomek . fizyk
Użytkownik Gabor Gombas <[EMAIL PROTECTED]> napisał:
>If you have a moderately sane monitor (if it's not older than a couple
>of years, it usually is - modulo firmware bugs), and a moderately sane
>video card, then you could try to simply remove any monitor-specific
>settings and let X.Org detect the monitor using EDID data.
>
>Gabor
>

I can confirm that - my new monitor was detected well by the xorg after
removing all the monitor settings (I left the "Identifier" field of course, and 
one
option, but don't know if this option is necessary). The monitor section looks
like this:

Section "Monitor"
Identifier "Monitor 0"
Option "DPMS"
EndSection

But for the old monitor the other settings were needed.

Tomek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installer Profiles

2006-09-21 Thread tomek . fizyk
Yeah. I also think there should be the choice (I use KDE).

Tomek

Użytkownik Hans-J. Ullrich <[EMAIL PROTECTED]> napisał:
>Hello maintainers and developers,
>
>this time I call to you, cause a political question. What do I want ?
>
>Well, when installing Debian at the first time, at a special point, Debian is 
>asking, which profile shall be installed. There is the 
>choice "Desktop", "Webserver" , ""Printserver" etc. 
>
>IMO these profiles should be made more precise, as when choosing "Desktop" , 
>you get always Gnome as the windowmanager. Yes, I know, it is your choice, 
>but what I mean is, that there should be the chance for the user, to choose 
>another windowmanager at installation i.e. KDE, Fluxbox, XFCE or whatever he 
>likes. (Most of the people will choose Gnome or KDE, I think).
>
>I do not know, if my meanings are in your policy. However, if you are willing 
>to change "tasksel", I would like to offer you my help. As I am no coder, I 
>could make a list with the needed packages for some profiles, if this will 
>help.
>
>Do you (the developers and the maintainers) think, my thoughts are worth, to 
>think about it ? If not, o.k., just forget it and apoplogize my noise. :)
>
>Best regards
>
>Hans


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: how to get all options from dpkg-reconfigure

2006-09-21 Thread Gabor Gombas
On Thu, Sep 21, 2006 at 07:59:08AM -0300, Eduardo M KALINOWSKI wrote:

> I can confirm that xserver-xorg is not asking for resolutions and stuff
> like that. I've tried it myself some time ago, and I had to manually
> edit the xorg.conf file to suit my new monitor.

If you have a moderately sane monitor (if it's not older than a couple
of years, it usually is - modulo firmware bugs), and a moderately sane
video card, then you could try to simply remove any monitor-specific
settings and let X.Org detect the monitor using EDID data.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: how to get all options from dpkg-reconfigure

2006-09-21 Thread Gabor Gombas
On Wed, Sep 20, 2006 at 10:21:48AM -0400, Lennart Sorensen wrote:

> Try dpkg-reconfigure -p low xserver-xorg
> 
> Perhaps some of the questions are at a different priority than they used
> to be.  Not sure.

Looking at the postinst script, those questions are only asked when the
package is installed for the first time or when upgrading from a really
old version. Otherwise it's up to the admin to edit xorg.conf.

An "apt-get install --reinstall xserver-xorg" _may_ work, I did not
test.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: how to get all options from dpkg-reconfigure

2006-09-21 Thread Eduardo M KALINOWSKI
Dimitris Lampridis wrote:
> On Wednesday 20 September 2006 16:21, Lennart Sorensen wrote:
>   
>> On Tue, Sep 19, 2006 at 03:15:40PM +0200, Wolfgang Mader wrote:
>> 
>>> I want to update my refreching rate for my monitor, because I had to
>>> switch from a TFT to a normal screen.
>>> So I tried to type
>>> dpkg-reconfigure xserver-xorg
>>> but I am not asked the questions I know from first set up of the xserver:
>>> which resolution and which refreching rate do you want?
>>>
>>> I do not think that I need to work on another package, xserver-xorg
>>> should be the right. But why am I not asked this questions.
>>>
>>> The same with exim4. At the first time you can choose if exim should
>>> handel all mails or just the lokal ones etc. I am also not able to select
>>> this behavior by using dpkg.
>>>
>>> What am I missing?
>>>   
>> Try dpkg-reconfigure -p low xserver-xorg
>>
>> Perhaps some of the questions are at a different priority than they used
>> to be.  Not sure.
>> 
>
> That's what I thought as well when I first saw the posting, but before 
> suggesting to drop the priority, I tried it myself. Even in low priority, the 
> package configuration never asks for screen resolution, color depth etc.
>
>   
I can confirm that xserver-xorg is not asking for resolutions and stuff
like that. I've tried it myself some time ago, and I had to manually
edit the xorg.conf file to suit my new monitor.

ii  xserver-xorg 7.0.22  the X.Org X
server



-- 
The alarm clock that is louder than God's own belongs to the roommate with
the earliest class.

Eduardo M KALINOWSKI
[EMAIL PROTECTED]
http://move.to/hpkb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]