Re: Xorg color depth problem

2007-03-10 Thread Sebastien
Le Samedi 10 mars 2007 à 18:01 +0100, P.U.Kruppa a écrit :
> On Sat, 10 Mar 2007, Sebastien wrote:
> 
> > 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.
> 
> 
> Your xorg.conf looks unsuspicious to me. There are some graphic 
> chips that need additional kernel modules loaded (For example 
> mine needs an entry agp_load="YES" in /boot/loader.conf) .
> Did you google for something like that?

You're right I've added the same line in /boot/loader.conf (Can't
remember why but I did)...





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg color depth problem

2007-03-10 Thread P.U.Kruppa

On Sat, 10 Mar 2007, Sebastien wrote:


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.



Your xorg.conf looks unsuspicious to me. There are some graphic 
chips that need additional kernel modules loaded (For example 
mine needs an entry agp_load="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: : integer, : float, : "True"/"False",
   ### : "String", : " Hz/kHz/MHz"
   ### [arg]: arg optional
#   Option "NoAccel"# []
#   Option "SWcursor"   # []
#   Option "Dac6Bit"# []
#   Option "Dac8Bit"# []
#   Option "BusType"# []
#   Option "CPPIOMode"  # []
#   Option "CPusecTimeout"  # 
   Option "AGPMode""8" # 
   Option "AGPFastWrite"   "True"  # []
#   Option "AGPSize"# 
#   Option "GARTSize"   # 
#   Option "RingSize"   # 
#   Option "BufferSize" # 
#   Option "EnableDepthMoves"   # []
#   Option "EnablePageFlip" # []
#   Option "NoBackBuffer"   # []
#   Option "PanelOff"   # []
#   Option "DDCMode""True"  # []
#Option "MonitorLayout" "LVDS, LVDS "   #
[]
#   Option "IgnoreEDID" # []
#   Option "UseFBDev"   # []
#   Option "VideoKey"   # 
#Option "MergedFB"  "True"  #
[]
#Option "CRT2HSync" "31-80" # []
#Option "CRT2VRefresh"  "47-85" # []
#   Option "CRT2Position"   "Clone" # []
#   Option "MetaModes"  "1024x768"  # []
#   Option "MergedDPI"  # []
#   Option "NoMergedXinerama"   # []
#   Option "MergedXineramaCRT2IsScreen0"# []
#   Option "DisplayPriority"# []
#   Option "PanelSize"  # []
#   Option "ForceMinDotClock"   # 
   Option "RenderAccel"   "True"   # []
   Option "SubPixelOrder" "RGB"# []
#   Option "ShowCache"  # []
#   Option "DynamicClocks"  # []
   

Re: Xorg color depth problem

2007-03-10 Thread Sebastien
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: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#   Option "NoAccel"# []
#   Option "SWcursor"   # []
#   Option "Dac6Bit"# []
#   Option "Dac8Bit"# []
#   Option "BusType"# []
#   Option "CPPIOMode"  # []
#   Option "CPusecTimeout"  # 
Option "AGPMode""8" # 
Option "AGPFastWrite"   "True"  # []
#   Option "AGPSize"# 
#   Option "GARTSize"   # 
#   Option "RingSize"   # 
#   Option "BufferSize" # 
#   Option "EnableDepthMoves"   # []
#   Option "EnablePageFlip" # []
#   Option "NoBackBuffer"   # []
#   Option "PanelOff"   # []
#   Option "DDCMode""True"  # []
#Option "MonitorLayout" "LVDS, LVDS "   #
[]
#   Option "IgnoreEDID" # []
#   Option "UseFBDev"   # []
#   Option "VideoKey"   # 
#Option "MergedFB"  "True"  #
[]
#Option "CRT2HSync" "31-80" # []
#Option "CRT2VRefresh"  "47-85" # []
#   Option "CRT2Position"   "Clone" # []
#   Option "MetaModes"  "1024x768"  # []
#   Option "MergedDPI"  # []
#   Option "NoMergedXinerama"   # []
#   Option "MergedXineramaCRT2IsScreen0"# []
#   Option "DisplayPriority"# []
#   Option "PanelSize"  # []
#   Option "ForceMinDotClock"   # 
Option "RenderAccel"   "True"   # []
Option "SubPixelOrder" "RGB"# []
#   Option "ShowCache"  # []
#   Option "DynamicClocks"  # []
Option "ReverseDDC" "True"  # []
Option "OverlayOnCRTC2" "True"  # []
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Mon

Re: Xorg color depth problem

2007-03-10 Thread P.U.Kruppa

On Sat, 10 Mar 2007, Sebastien wrote:



Hi all,

I use to solve difficulties by myself but I'm a bit lost with this one.

Without any special event appened, I noticed that pictures was strangly
displayed. It's a bit difficult to explain but it's certainly due to a
low color depth.

I've same color problem with pictures and vids.and different WM (kde
wmaker). Obviousli I've tested my hardware first.

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.


Greetings,

Uli.










=
grep -i depth /var/log/Xorg.0.log

(**) RADEON(0): Depth 24, (--) framebuffer bpp 32
(II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(--) Depth 24 pixmap format is 32 bpp
(II) RADEON(0): Depth moves disabled by default
=



FreeBSD 6.0-RELEASE-p5
xorg 6.9.0_6

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"





Peter Ulrich Kruppa
Wuppertal
Germany

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"