Date: Sat, 10 Mar 2007 18:01:45 +0100 (CET) From: "P.U.Kruppa" <ulrich@pukruppa.net> To: Sebastien <seba.group@sinux.net> Cc: FreeBSD questions <freebsd-questions@freebsd.org> Subject: Re: Xorg color depth problem Message-ID: <20070310175711.X2869@pukruppa.net> In-Reply-To: <1173544464.901.4.camel@dell.sinux.seb> References: <1173532221.46449.37.camel@dell.sinux.seb> <20070310172230.W2869@pukruppa.net> <1173544464.901.4.camel@dell.sinux.seb>
next in thread | previous in thread | raw e-mail | index | archive | help
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-351942345-1173546105=:2869 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE On Sat, 10 Mar 2007, Sebastien wrote: > Le Samedi 10 mars 2007 =E0 17:25 +0100, P.U.Kruppa a =E9crit : > >>> 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. Your xorg.conf looks unsuspicious to me. There are some graphic=20 chips that need additional kernel modules loaded (For example=20 mine needs an entry agp_load=3D"YES" in /boot/loader.conf) . Did you google for something like that? Regards, Uli. > > *********************** > /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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > Peter Ulrich Kruppa Wuppertal Germany --0-351942345-1173546105=:2869--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070310175711.X2869>