Re: Green console on Dell flat panel 153 monitor

2007-05-04 Thread Sascha Wildner

Eric wrote:
I've installed Dragonfly on a Dell Optiplex with a normal old fashion box monitor with no problem.  However, when I tried running Dragonfly on a Dimension with a flat panel FP153 monitor, the console screen turns a pale green right after booting.  I've had similar problems with FreeBSD, but can run NetBSD and OpenBSD on the same machine with no problems at all.  

Is there anyway to fix this? 


When exactly is right after booting?

Sascha

--
http://yoyodyne.ath.cx


2 NIC's on the same subnet.

2007-05-04 Thread Petr Janda

Is it wrong? What are the possible implications?

Petr


Re: Green console on Dell flat panel 153 monitor

2007-05-04 Thread Eric
 When exactly is right after booting?

After the countdown ends after the splash screen with the dragonfly.  Before 
that everything is black and white and looks good.  Then things get ugly 
(unless you like lime green!).

-- 
Eric [EMAIL PROTECTED]


Re: Green console on Dell flat panel 153 monitor

2007-05-04 Thread Eric
On Thu, 3 May 2007 19:53:47 -0700 (PDT)
Matthew Dillon [EMAIL PROTECTED] wrote:

 
 :The green tint goes away after I start X, and when I close X and go back 
 :into console, the console is the normal black and white.  Its not a 
 :hardware issue, since the problem doesnt replicate in other BSD's (other 
 :than Free) or in Slackware or DOS.
 
 That is really odd.  Well, we do inherit FreeBSD's console driver so
 it makes sense to some degree.  But green?  Well... before DPMS there
 was a monitor standard for green-channel shutdown, for screen savers.
 Maybe its related to that?   I don't know, it's weird.
 
 Try setting the video mode with vidcontrol, without going into X,
 and see if that clears it up.
 
   -Matt
   Matthew Dillon 
   [EMAIL PROTECTED]
 
Is there a way to set vidcontrol during start-up?  I played with it using 
VMWare but after rebooting it goes back to the old video mode.  If the same 
happens with a regular hard drive install I don't think it will solve the issue.

-- 
Eric [EMAIL PROTECTED]


Re: Green console on Dell flat panel 153 monitor

2007-05-04 Thread Sascha Wildner

Eric wrote:

On Thu, 3 May 2007 19:53:47 -0700 (PDT)
Matthew Dillon [EMAIL PROTECTED] wrote:

:The green tint goes away after I start X, and when I close X and go back 
:into console, the console is the normal black and white.  Its not a 
:hardware issue, since the problem doesnt replicate in other BSD's (other 
:than Free) or in Slackware or DOS.


That is really odd.  Well, we do inherit FreeBSD's console driver so
it makes sense to some degree.  But green?  Well... before DPMS there
was a monitor standard for green-channel shutdown, for screen savers.
Maybe its related to that?   I don't know, it's weird.

Try setting the video mode with vidcontrol, without going into X,
and see if that clears it up.

-Matt
	Matthew Dillon 
	[EMAIL PROTECTED]



Is there a way to set vidcontrol during start-up?  I played with it using 
VMWare but after rebooting it goes back to the old video mode.  If the same 
happens with a regular hard drive install I don't think it will solve the issue.


Yea, try putting something like this in your rc.conf:

allscreens_flags=80x25

Sascha

--
http://yoyodyne.ath.cx


Re: Green console on Dell flat panel 153 monitor

2007-05-04 Thread Eric

Disregard, just read the man page. Figured it out.

On Fri, 4 May 2007, Eric wrote:


On Thu, 3 May 2007 19:53:47 -0700 (PDT)
Matthew Dillon [EMAIL PROTECTED] wrote:



:The green tint goes away after I start X, and when I close X and go back
:into console, the console is the normal black and white.  Its not a
:hardware issue, since the problem doesnt replicate in other BSD's (other
:than Free) or in Slackware or DOS.

That is really odd.  Well, we do inherit FreeBSD's console driver so
it makes sense to some degree.  But green?  Well... before DPMS there
was a monitor standard for green-channel shutdown, for screen savers.
Maybe its related to that?   I don't know, it's weird.

Try setting the video mode with vidcontrol, without going into X,
and see if that clears it up.

-Matt
Matthew Dillon
[EMAIL PROTECTED]


Is there a way to set vidcontrol during start-up?  I played with it using 
VMWare but after rebooting it goes back to the old video mode.  If the same 
happens with a regular hard drive install I don't think it will solve the issue.

--
Eric [EMAIL PROTECTED]




Re: Green console on Dell flat panel 153 monitor

2007-05-04 Thread Sascha Wildner

Eric wrote:
I've installed Dragonfly on a Dell Optiplex with a normal old fashion box monitor with no problem.  However, when I tried running Dragonfly on a Dimension with a flat panel FP153 monitor, the console screen turns a pale green right after booting.  I've had similar problems with FreeBSD, but can run NetBSD and OpenBSD on the same machine with no problems at all.  

Is there anyway to fix this? 


Eric,

could you do a verbose boot and put up your /var/run/dmesg.boot somewhere?

Sascha

--
http://yoyodyne.ath.cx


Re: Green console on Dell flat panel 153 monitor

2007-05-04 Thread Jeremy C. Reed
 Is there a way to set vidcontrol during start-up?  I played with it 
 using VMWare but after rebooting it goes back to the old video mode.  
 If the same happens with a regular hard drive install I don't think it 
 will solve the issue.

Maybe /etc/rc.d/syscons will help.

And see the rc.conf(5) manual page that documents the options used in that 
startup script.

  Jeremy C. Reed


Re: 2 NIC's on the same subnet.

2007-05-04 Thread Joerg Sonnenberger
On Fri, May 04, 2007 at 09:49:42PM +1000, Petr Janda wrote:
 Is it wrong? What are the possible implications?

It can be done with some care. The problem is that the current ARP
behaviour has some issues, e.g. it complains about receiving ARP answers
on the wrong interface etc.

Joerg


Re: 2 NIC's on the same subnet.

2007-05-04 Thread Matthew Dillon

:
: Is it wrong? What are the possible implications?
:
:Petr

As Joerg said, it can be done.  But there usually is no reason
to actually want to do that.  You can just use IP aliases with
ifconfig to give a single interface multiple IP addresses within
the same subnet (or on different subnets... doesn't matter).

-Matt
Matthew Dillon 
[EMAIL PROTECTED]


Re: 2 NIC's on the same subnet.

2007-05-04 Thread Petr Janda

Joerg Sonnenberger wrote:

On Fri, May 04, 2007 at 09:49:42PM +1000, Petr Janda wrote:
  

Is it wrong? What are the possible implications?



It can be done with some care. The problem is that the current ARP
behaviour has some issues, e.g. it complains about receiving ARP answers
on the wrong interface etc.

Joerg

  

Hi Joerg,
I don't know if you've received my email but we are working on getting 
DragonFly supported upstream for net-snmp. We might need some advice in 
regards to making it all going.


The thread is here:

http://sourceforge.net/tracker/index.php?func=detailaid=1710910group_id=12694atid=112694