[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
Re: 16bpp
- To:
- Subject: Re: 16bpp
- From: Francois Menard <>
- Date: Wed, 26 Jan 2000 16:42:40 -0500
-
In-reply-to: <[email protected]>
Met une ligne DefaultColorDepth dans ta section ecran.
J'y joins mon fichier XF86Config pour t'aider
-=Francois=-
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 1/25/00, 6:40:38 PM, [email protected] ("Chausse, Robert")
wrote regarding 16bpp:
> Bonjour j'utilise mandrake 6.1. Lorsque je boot en mode text je
suis
> capable de faire partir mon X windows en 16bpp(startx -- -bpp16) et
> fonctionne bien.
> Ma question est que lorsque je modifie mon fichier inittab pour
> defaut boot level a 5 (mode X) alors mon ecran x window est seulement
en
> 8bpp alors ou je doit specifier le 16bpp peut etre dans le fichier
> XF86Config mais comment:?
> Merci a l'avance
> Robert Chaussé
> [email protected]
# XF86Config for Toshiba 4020CDT
# Dec 22 1999
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/lib/ghostscript/fonts/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "unix/:7101"
EndSection
Section "ServerFlags"
AllowMouseOpenFail
EndSection
Section "Module"
EndSection
Section "Keyboard"
Protocol "Standard"
XkbRules "xfree86"
XkbModel "pc104"
# For french canadian
# XkbLayout "ca_enhanced"
# For US
XkbLayout "us"
# To Let Xmodmamap do the job
# XkbDisable
EndSection
Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
SampleRate 60
BaudRate 1200
Emulate3Timeout 50
Emulate3Buttons
EndSection
Section "Monitor"
Identifier "4020CDT"
VendorName "Toshiba"
ModelName "XGA 1024X768@60HZ"
HorizSync 31.0-50
VertRefresh 58-62
Modeline "1024x768" 62.95 1024 1040 1216 1328 768 768 775 802
Modeline "640x480" 25.79 640 656 720 832 480 480 484 501
Modeline "800x600" 40.35 800 816 928 1040 600 600 606 626
EndSection
Section "Device"
Identifier "F65555 HiQVPro"
VendorName "Intel Chips & Technologies Division"
BoardName "SVGA"
VideoRam 2048
#See the documentation for C&T users on the www.xfree86.org site for
#more information
# Option "noaccel"
# Option "no_bitblt"
# Option "xaa_no_color_exp"
#The following option produces interesting information, but delays the
#starting of X by 2-3 seconds which is annoying.
# Option "xaa_benchmark"
Option "hw_cursor"
# Option "sync_on_green"
# Option "fast_dram"
# Option "use_vclk1"
# Textclockfreq 25.175
# Option "nolinear"
# MemBase 0x03b00000
# Device section for C&T cards.
# Option "suspend_hack"
# Option "STN"
#Not stretching the display is important because in any event, it looks
#crooked on the LCD and it also prevents external monitors to sync properly
Option "no_stretch"
# Option "no_center"
#When using the no_stretch option, it is better to center the display
Option "lcd_center"
# Not using modeline allows to use the default frequencies in the chip
# which permits to do a Fn+F5 (Internal/InternalExternal/External) Monitor
# selection and display 640x480 full screen externally while not seeing
# anything on screen, for those old external VGA projectors which aren't
# XGA compatible
# Option "use_modeline"
# Option "fix_panel_size"
Option "mmio"
EndSection
Section "Screen"
Driver "SVGA"
Device "F65555 HiQVPro"
Monitor "4020CDT"
DefaultColorDepth 16
SubSection "Display"
Depth 32
Modes "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection