[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#422231: xserver-xorg-core: Found out the bug is only visible when running a 2.6.20 kernel.



Package: xserver-xorg-core
Version: 2:1.1.1-21
Followup-For: Bug #422231


So I downgraded a bunch of packages. It didn't make a change. After that 
I remembered that at first were thinking that the bug might be related to my kernel upgrade. 

So about 5 boots later I'am firmly confident that the problem shows 
itself only on kernel 2.6.20. On this computer I have compiled my kernel from debian 
sources with the vesa-tng patch. On the other computer the kernel is the 
official debian kernel 2.6.20-1-k7. On 2.6.18 self compiled it's all 
good.

Also The black rectangles are only shown when in X. Not when I'am in a 
console with framebuffer.

Might the kernel be the source of the bug after all? Or is the kernel 
doing something different and xorg is not upto it yet?

I'll try to compile the latest from kernel.org and see if its any 
different.

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/etc/X11/X target unchanged from checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-04-12 10:38 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1597964 2007-04-04 04:37 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6600 GT] (rev a2)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5179 2007-05-05 12:18 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Apr  5 02:10:21 PDT 2007

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg
#Section "Extensions" 
#	Option "Composite" "Enable" 
#EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

#	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
#	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
#	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
#	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
#	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
#	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
#	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
    Load           "type1"
#	Load	"v4l"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fi"
    Option         "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Buttons" "10"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "ButtonMapping" "1 2 3 6 7 8 9 10"
    Option         "Resolution" "800"
EndSection

Section "Monitor"
    Identifier     "LG 20 inch wide"
    HorizSync       28.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV43 [GeForce 6600 GT]0"
    Driver         "nv"
    Screen          0
EndSection

Section "Screen"

        # Enable 32-bit ARGB GLX Visuals
#        Option "AddARGBGLXVisuals" "True"
        # If you are using an older version of compiz that
        # does not support rendering into the Composite # Overlay Window, you will need to disable clipping
        # of GLX rendering to the X Root window with this
        # option, or you will get a blank screen after 
	# starting compiz: Option "DisableGLXRootClipping" "True" EndSection
#"1152x864"
    Identifier     "Screen0"
    Device         "NVIDIA Corporation NV43 [GeForce 6600 GT]0"
    Monitor        "LG 20 inch wide"
    DefaultDepth    24
    Option         "HWcursor" "TRUE"
    Option         "CursorShadow" "TRUE"
#    Option         "CursorShadowOptionAlpha" "100"
    Option         "CursorShadowXOffset" "6"
    Option         "CursorShadowYOffset" "7"
    Option         "TVOutFormat" "SVIDEO"
    Option         "TVStandard" "PAL-G"
#    Option         "Coolbits" "1"
    Option         "NoLogo" "TRUE"
    Option         "RenderAccel" "TRUE"
#    Option	   "ConnectedMonitor" "DFP,TV"
    Option         "UseDisplayDevice" "DFP"
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1680x1050" "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 24836 2007-04-23 16:37 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 43292 2007-05-06 23:28 /var/log/Xorg.0.log


Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (600, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-core depends on:
ii  libc6                         2.5-5      GNU C Library: Shared libraries
ii  libfontenc1                   1:1.0.4-2  X11 font encoding library
ii  libgcc1                       1:4.1.2-5  GCC support library
ii  libxau6                       1:1.0.3-2  X11 authorisation library
ii  libxdmcp6                     1:1.0.2-2  X11 Display Manager Control Protoc
ii  libxfont1                     1:1.2.8-1  X11 font rasterisation library
ii  x11-common                    1:7.2-3    X Window System (X.Org) infrastruc
ii  xserver-xorg                  1:7.1.0-18 the X.Org X server
ii  zlib1g                        1:1.2.3-13 compression library - runtime

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base                   1:1.0.0-4  standard fonts for X
ii  xkb-data                      0.9-4      X Keyboard Extension (XKB) configu

-- no debconf information



Reply to: