Michel Dänzer wrote: > On Sat, 2008-09-13 at 16:26 +0200, Vedran Furač wrote: >> I don't know what does this warning mean, I assumed it has something to >> do with framebuffer and a simple grep reveals this: >> >> (==) intel(0): Depth 24, (==) framebuffer bpp 32 >> (**) RADEON(0): Depth 24, (--) framebuffer bpp 32 >> >> so I tried putting: >> DefaultFbBpp 24 >> in xorg.conf but that didn't work. > > Yeah that's expected, and the GLXFBConfig warning isn't directly > related. > > I have to admit I'm stumped by this. :( You didn't attach the xorg.conf > files, but I don't expect an explanation there either (I noticed that in > the radeon case you're using Option "BackingStore", which is usually > undesirable, but probably not directly related to this problem either).
I forgot to attach them... sending the now. Also, I removed BackingStore option (didn't help). This is really strange because it worked with radeon driver last time I tried it (about a year ago). If something comes to your mind feed free to drop me a mail. Thanks!
Section "Files" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/usr/share/fonts/X11/100dpi" # FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/artwiz" EndSection Section "Module" Load "synaptics" Load "bitmap" EndSection Section "Extensions" Option "Composite" "Enable" # Option "RENDER" "true" # Option "DAMAGE" "true" EndSection Section "ServerFlags" # Option "NoTrapSignals" # Option "DontZap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" Option "BlankTime" "300" Option "StanbyTime" "600" Option "SuspendTime" "900" # Option "OffTime" "1800" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "hr" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "AlwaysCore" "1" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" # Option "MaxDoubleTapTime" "400" # Option "SendCoreEvents" "true" Option "HorizEdgeScroll" "on" Option "VertEdgeScroll" "on" Option "VertTwoFingerScroll" "on" Option "HorizTwoFingerScroll" "on" Option "CornerCoasting" "on" # Option "PalmDetect" "on" Option "CircularScrolling" "on" Option "CircScrollTrigger" "3" Option "TouchpadOff" "0" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" EndSection Section "Device" Identifier "intel" Driver "intel" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" # DefaultDepth 24 # DefaultFbBpp 24 # SubSection "Display" # Depth 24 # FbBpp 24 # ViewPort 0 0 # EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Synaptics Touchpad" "CorePointer" InputDevice "Configured Mouse" EndSection Section "DRI" Group "video" Mode 0660 EndSection
Section "Files" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/local/share/fonts/artwiz" EndSection Section "Module" # Load "glx" EndSection Section "Extensions" Option "Composite" "Enable" # Option "RENDER" "true" # Option "DAMAGE" "true" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "hr" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "ServerFlags" # Option "NoTrapSignals" # Option "DontZap" # Option "Dont Zoom" # Option "DisableVidModeExtension" # Option "AllowNonLocalXvidtune" # Option "DisableModInDev" # Option "AllowNonLocalModInDev" Option "BlankTime" "300" Option "StanbyTime" "600" Option "SuspendTime" "900" # Option "OffTime" "1800" EndSection Section "Device" Identifier "radeon" Driver "radeon" Option "RenderAccel" "true" Option "AccelMethod" "EXA" Option "AccelDFS" "true" Option "MigrationHeuristic" "greedy" # Option "XAANoOffscreenPixmaps" "true" Option "EnablePageFlip" "true" # Option "backingstore" "true" Option "AGPMode" "4" Option "ColorTiling" "on" Option "SubPixelOrder" "rgb" Option "DynamicClocks" "on" Option "mtrr" "on" # Option "VideoOverlay" "on" # Option "OpenGLOverlay" "off" # Option "ForceTVOut" "true" EndSection Section "Monitor" Identifier "Q17" # HorizSync 31.5 - 75 # VertRefresh 70 Option "DPMS" Modeline "1280x1024" 135.00 1280 1300 1444 1688 1024 1025 1028 1066 +hsync +vsync Gamma 1.3 1.3 1.3 EndSection Section "Screen" Identifier "Q17" Device "radeon" Monitor "Q17" DefaultDepth 24 # DefaultFbBpp 24 SubSection "Display" Depth 24 # FbBpp 24 Virtual 1280 1024 Modes "1280x1024" "1024x768" ViewPort 0 0 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Q17" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0660 Group "video" EndSection