[S.u.S.E. Linux] RE: Cfg-Probleme
Hi, die 16 Bit Farbtiefe kannst du in deinem /etc/ Verzeichnis in der Datei XF86Config in der Screen-Section die zu deiner Grafikkarte gehoert mit dem eintrag DefaultColorDepth 16 einstellen. Bei mir steht der eintrag in der Screen Section fuer den SVGA Treiber, da die Matrox Millienium den SVGA-Treiber benutz. Fuer deine Grafikkarte musst du die entsprechede Screen Section aendern. Als Beispiel hier ein Auszug aus meiner XF86Config: .... Section "Monitor" Identifier "Primary Monitor" VendorName "Nokia" ModelName "Valuegraph 447W" HorizSync 31.0-85.0 VertRefresh 48-100 Modeline "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync Modeline "1280x1024" 135.00 1280 1312 1416 1664 1024 1027 1030 1064 Modeline "1152x864" 135.00 1152 1176 1304 1776 864 872 884 908 Modeline "1024x768" 115.50 1024 1056 1248 1440 768 771 781 802 -hsync -vsync Modeline "800x600" 69.65 800 864 928 1088 600 604 610 640 -hsync -vsync Modeline "640x480" 45.80 640 672 768 864 480 488 494 530 -hsync -vsync Modeline "640x400" 31.50 640 672 736 832 400 401 404 445 -hsync +vsync Modeline "512x384" 22.00 512 528 592 640 384 385 388 404 -hsync -vsync Modeline "480x300" 29.95 480 504 584 624 300 319 322 333 doublescan Modeline "400x300" 25.00 400 424 488 520 300 319 322 333 doublescan Modeline "320x240" 15.75 320 336 384 400 240 244 246 262 doublescan Modeline "320x200" 12.59 320 336 384 400 200 204 205 225 doublescan EndSection Section "Device" Identifier "Primary Card" VendorName "Matrox" BoardName "Matrox Millennium (MGA)" EndSection Section "Screen" Driver "Accel" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 15 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 32 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection EndSection Section "Screen" Driver "Mono" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 1 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection EndSection Section "Screen" Driver "VGA2" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 1 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection EndSection Section "Screen" Driver "VGA16" Device "Primary Card" Monitor "Primary Monitor" SubSection "Display" Depth 4 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection EndSection Section "Screen" Driver "SVGA" Device "Primary Card" Monitor "Primary Monitor" DefaultColorDepth 16 SubSection "Display" Depth 8 Modes "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 15 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 16 Modes "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 24 Modes "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection SubSection "Display" Depth 32 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" "640x400" "512x384" "480x300" "400x300" "320x240" "320x200" EndSubSection EndSection .... Viel Spass, ich hoffe ich konnte dir helfen Fabian Walk <fgw@berlin.snafu.de>
participants (1)
-
fgw@berlin.snafu.de