Hi all!

I need to disable the framebuffer when booting the
thin clients, because 
it is messing with the X displays, Funny colors,
corrupted display, etc. 
I  can't disable the framebuffer, via kernel
parameters. I'm using dhcp 
options to aply the kernel parameters, but they still
don't get aplied. 
Here is the main portion of my dhcpd.conf file (i'm
running Centos 3.1, 
same as RHEL 3):

subnet 192.168.0.0 netmask 255.255.255.0 {
    use-host-decl-names      on;
    option log-servers       192.168.0.20;
    range dynamic-bootp 192.168.0.50 192.168.0.80;
if substring (option vendor-class-identifier, 0, 9) =
"PXEClient" {
      filename "lts/intel.zpxe";
      } else if substring (option
vendor-class-identifier, 0, 9) = 
"Etherboot" {
      filename "lts/vmlinuz-2.4.26-ltsp-1";
      option option-128     e4:45:74:68:00:00;       #
NOT a mac address
      option option-129     "video=radeonfb:off";


I tried "video=vesa:off" and "video=vga16:off" and all
the three on the 
same option too, still, can't disable it...

Any ideas about this?


Thanks in advance,

Santos


                
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to