From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 54700] Distorted graphics (double cursor) with GeForce 4200Go (NV28) Date: Sun, 07 Jul 2013 12:16:54 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0289827280==" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org --===============0289827280== Content-Type: multipart/alternative; boundary="1373199414.BBec1.5900"; charset="us-ascii" --1373199414.BBec1.5900 Date: Sun, 7 Jul 2013 12:16:54 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=54700 --- Comment #4 from r.ductor-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org --- UPDATE: same problem with newer versions (yesterday's debian testing releases) # uname -a Linux majorana 3.9-1-686-pae #1 SMP Debian 3.9.6-1 i686 GNU/Linux # aptitude show xserver-xorg-video-nouveau Package: xserver-xorg-video-nouveau State: installed Automatically installed: yes Version: 1:1.0.8-1 Priority: optional Section: x11 Maintainer: Debian X Strike Force Architecture: i386 Uncompressed Size: 479 k Depends: libc6 (>= 2.15), libdrm-nouveau2 (>= 2.4.34), libdrm2 (>= 2.4.17), libudev0 (>= 146), xorg-video-abi-12, xserver-xorg-core (>= 2:1.12.3.901) Recommends: libgl1-mesa-dri (>= 7.11.1) Provides: xorg-driver-video Description: X.Org X server -- Nouveau display driver This driver for the X.Org X server (see xserver-xorg for a further description) provides support for NVIDIA Riva, TNT, GeForce, and Quadro cards. # lsmod|egrep 'fb|nv' # lsmod|egrep 'nouveau' nouveau 631975 2 mxm_wmi 12467 1 nouveau wmi 13051 2 mxm_wmi,nouveau ttm 52594 1 nouveau drm_kms_helper 27237 2 ch7006,nouveau drm 165971 5 ttm,drm_kms_helper,ch7006,nouveau i2c_algo_bit 12713 1 nouveau i2c_core 19248 5 drm,drm_kms_helper,i2c_algo_bit,ch7006,nouveau video 17462 1 nouveau button 12824 1 nouveau # # ls /etc/X11/xorg.conf ls: cannot access /etc/X11/xorg.conf: No such file or directory # ls /etc/X11/xorg.conf.d modesetting.conf-off nouveau.conf # cat /etc/X11/xorg.conf.d/nouveau.conf Section "Device" Identifier "Device0" Driver "nouveau" EndSection # cat /boot/config-`uname -r`|egrep 'FRAMEBUFFER' CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y # cat /boot/config-`uname -r`|egrep 'HW_CONSOLE_BINDING' CONFIG_VT_HW_CONSOLE_BINDING=y # cat /proc/fb 0 nouveaufb MORE INFO TO BE ATTACHED. -- You are receiving this mail because: You are the assignee for the bug. --1373199414.BBec1.5900 Date: Sun, 7 Jul 2013 12:16:54 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 4 on bug 54700 from
UPDATE: same problem with newer versions (yesterday's debian testing releases)

# uname -a
Linux majorana 3.9-1-686-pae #1 SMP Debian 3.9.6-1 i686 GNU/Linux

# aptitude show xserver-xorg-video-nouveau
Package: xserver-xorg-video-nouveau      
State: installed
Automatically installed: yes
Version: 1:1.0.8-1
Priority: optional
Section: x11
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Architecture: i386
Uncompressed Size: 479 k
Depends: libc6 (>= 2.15), libdrm-nouveau2 (>= 2.4.34), libdrm2 (>= 2.4.17),
libudev0 (>= 146), xorg-video-abi-12,
         xserver-xorg-core (>= 2:1.12.3.901)
Recommends: libgl1-mesa-dri (>= 7.11.1)
Provides: xorg-driver-video
Description: X.Org X server -- Nouveau display driver
 This driver for the X.Org X server (see xserver-xorg for a further
description) provides support for NVIDIA Riva, TNT,
 GeForce, and Quadro cards. 

# lsmod|egrep 'fb|nv'
# lsmod|egrep 'nouveau'
nouveau               631975  2 
mxm_wmi                12467  1 nouveau
wmi                    13051  2 mxm_wmi,nouveau
ttm                    52594  1 nouveau
drm_kms_helper         27237  2 ch7006,nouveau
drm                   165971  5 ttm,drm_kms_helper,ch7006,nouveau
i2c_algo_bit           12713  1 nouveau
i2c_core               19248  5 drm,drm_kms_helper,i2c_algo_bit,ch7006,nouveau
video                  17462  1 nouveau
button                 12824  1 nouveau
#

# ls /etc/X11/xorg.conf
ls: cannot access /etc/X11/xorg.conf: No such file or directory
# ls /etc/X11/xorg.conf.d
modesetting.conf-off  nouveau.conf
# cat /etc/X11/xorg.conf.d/nouveau.conf 
Section "Device"
Identifier "Device0"
Driver "nouveau"
EndSection

# cat /boot/config-`uname -r`|egrep 'FRAMEBUFFER'
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y

# cat /boot/config-`uname -r`|egrep 'HW_CONSOLE_BINDING'
CONFIG_VT_HW_CONSOLE_BINDING=y

# cat /proc/fb
0 nouveaufb


MORE INFO TO BE ATTACHED.


You are receiving this mail because:
  • You are the assignee for the bug.
--1373199414.BBec1.5900-- --===============0289827280== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau --===============0289827280==--