PDA

View Full Version : Pseudocolor Modus unter Knoppix



humi001
04-22-2005, 10:11 AM
Hallo

Kann man den 8-bit Pseudocolor Modus unter Knoppix erzwingen? Gibt es einen befehl der einem erlaubt zwischen Truecolor (16bit) und pseudocolor hin und her zu switchen?

humi001
04-22-2005, 01:52 PM
I want to know if i can get in the 8 bit pseudocolor mode under knoppix or am i limited to truecolor?

mr_ed
04-23-2005, 01:18 AM
Ich kann Deutsch schlecht :oops: aber vielleicht Sie wollen /etc/X11/XF86Config4 editieren:


...

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
--> DefaultColorDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "DRI"
Mode 0666
EndSection
-- Ed

humi001
04-23-2005, 04:19 PM
I have found this command:


xinit -- :3 -depth 8

I don't know why there must be any number (here :3) but it works and i can switch to pseudocolor mode.