Date: Sat, 10 Mar 2007 17:34:24 +0100 From: Sebastien <seba.group@sinux.net> To: FreeBSD questions <freebsd-questions@freebsd.org> Subject: Re: Xorg color depth problem Message-ID: <1173544464.901.4.camel@dell.sinux.seb> In-Reply-To: <20070310172230.W2869@pukruppa.net> References: <1173532221.46449.37.camel@dell.sinux.seb> <20070310172230.W2869@pukruppa.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Le Samedi 10 mars 2007 à 17:25 +0100, P.U.Kruppa a écrit :
> > I don't now how to investigate (I'm not a newbee but not so far ;-)
> > could someone lead me ?
> A first step could be to send your xorg.conf and let us know what
> kind of graphics card you use.
***********************
/etc/X11/xorg.conf
***********************
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
# FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "freetype"
Load "type1"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "ch(fr)"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/sysmouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
#DisplaySize 370 230 # mm
Identifier "Monitor0"
VendorName "LPL"
ModelName "0"
EndSection
Section "Monitor"
Identifier "Philips_43100"
VendorName "Philips"
ModelName "26PF4310"
# VertRefresh 47-85
# HorizSync "31-80"
# TV fullscreen mode or DVD fullscreen output.
# 1200x1024 @ 75 Hz, 50 kHz hsync
# ModeLine "768x576" 50.00 768 832 846 1000 576 590 595
630
#
# 768x576 @ 100 Hz, 61.6 kHz hsync
# ModeLine "768x576" 63.07 768 800 960 1024 576 578 590
616
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Unknown Board"
BusID "PCI:1:0:0"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
# Option "NoAccel" # [<bool>]
# Option "SWcursor" # [<bool>]
# Option "Dac6Bit" # [<bool>]
# Option "Dac8Bit" # [<bool>]
# Option "BusType" # [<str>]
# Option "CPPIOMode" # [<bool>]
# Option "CPusecTimeout" # <i>
Option "AGPMode" "8" # <i>
Option "AGPFastWrite" "True" # [<bool>]
# Option "AGPSize" # <i>
# Option "GARTSize" # <i>
# Option "RingSize" # <i>
# Option "BufferSize" # <i>
# Option "EnableDepthMoves" # [<bool>]
# Option "EnablePageFlip" # [<bool>]
# Option "NoBackBuffer" # [<bool>]
# Option "PanelOff" # [<bool>]
# Option "DDCMode" "True" # [<bool>]
# Option "MonitorLayout" "LVDS, LVDS " #
[<str>]
# Option "IgnoreEDID" # [<bool>]
# Option "UseFBDev" # [<bool>]
# Option "VideoKey" # <i>
# Option "MergedFB" "True" #
[<bool>]
# Option "CRT2HSync" "31-80" # [<str>]
# Option "CRT2VRefresh" "47-85" # [<str>]
# Option "CRT2Position" "Clone" # [<str>]
# Option "MetaModes" "1024x768" # [<str>]
# Option "MergedDPI" # [<str>]
# Option "NoMergedXinerama" # [<bool>]
# Option "MergedXineramaCRT2IsScreen0" # [<bool>]
# Option "DisplayPriority" # [<str>]
# Option "PanelSize" # [<str>]
# Option "ForceMinDotClock" # <freq>
Option "RenderAccel" "True" # [<bool>]
Option "SubPixelOrder" "RGB" # [<str>]
# Option "ShowCache" # [<bool>]
# Option "DynamicClocks" # [<bool>]
Option "ReverseDDC" "True" # [<bool>]
Option "OverlayOnCRTC2" "True" # [<bool>]
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1173544464.901.4.camel>
