Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
VGA option übergeben an Thin Client
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Knirps
n00b
n00b


Joined: 10 Feb 2003
Posts: 29

PostPosted: Tue May 11, 2004 1:57 pm    Post subject: VGA option übergeben an Thin Client Reply with quote

Hi,
ich hab en IBM Netvista 2800 (8264) Thin Client und betreib den per Framebuffer Device doch leider bootet das teil immer im vga=4 modus als 1024x768x8 wil laber mal mindestens 16bit haben. Als Framebuffer treiber verwende ich die stadart VESA VGA. Wie kann ich die parameter übergebn kann das ganze ja leider nicht per lilo oder grub machen. gibt es ne möglichkeit das ganze per dhcp zu übermitteln oder diesen Video Mode Selector wie bei knoppix einzusetzen wo ich dann beim booten den vga mode angeben kann? Binn über jeden hinweis froh da ich noch nicht mal weis nach was ich googlen soll :-(

mfg
Knirps
Back to top
View user's profile Send private message
rasmussen
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2002
Posts: 142
Location: .se

PostPosted: Tue May 11, 2004 3:17 pm    Post subject: Reply with quote

Ich weiss nicht ob dass hier dich weiterbringt, wäre aber etwas ähnliches wäre bestimmt ein versuch wert.

Für meine thin client benutze ich die kombination von DHCP+TFTP+PXE.
In meine dhcpd.conf habe ich:

Code:

host vit {
   hardware ethernet          00:56:FF:11:A5:B7;
   fixed-address              172.16.100.21;
   filename                   "/opt/tftpd/PXE-vit/pxelinux.0";
}


und der pxelinux.0 hat dann folgendes inhalt:

Code:

default linux
timeout 5
prompt 1

label linux
        kernel boot/bzImage
        append nfsroot=172.16.10.1:/export/sif ip=dhcp


Mit der append zeile kannst du sicherlich auch deine benötigten vga parameter angeben.

Schau mal vielleicht hier für mehr info (ja, es ist für Epia's geschrieben aber sollte egal sein).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum