Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution - closing

2014-01-21 Thread Solveig
fixed 593784 xserver-xorg-video-nouveau/1:0.0.15+git20100329+7858345-4

Thanks

Hi! I'm closing this bug, since it seems like your issue was fixed (some
years ago, yes). If you still encounter this problem, please feel free
to re-open it or ask me to do it.

 Solveig


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52deb84b.30...@solveig.org



Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution

2011-06-14 Thread Ryo Furue
Hi

 You may have to set up custom modelines in xorg.conf, see
 http://wiki.debian.org/XStrikeForce/HowToRandR12 for more
 information.
[. . .]
Thanks!  It worked!  Following the instructions found in
the webpage cited above, I've added the following two lines
to my old xorg.conf (which was working with the nv driver):

Modeline 1280x1024_60.00 [. . .]
Option   PreferredMode 1280x1024_60.00

and replaced nv with nouveau.  Then xorg now chooses the
correct resolution.  I'm attaching the modified xorg.conf and
the resultant /var/log/Xorg.0.log .

I'm wondering whether this issue affects a new user of Debian
who installs it on a system with an old monitor like mine.

Regards,
Ryo
# 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 xorg.conf manual page.
# (Type man 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 Files
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
Option  CorePointer
Option  Device/dev/input/mice
Option  Protocol  ImPS/2
Option  Emulate3Buttons   true
EndSection

Section Device
Identifier  nVidia Corporation NV6 [Vanta/Vanta LT]
Driver  nouveau
BusID   PCI:1:0:0
Option  BackingStore  true
EndSection

Section Monitor
Identifier  SDM-HS95
Option  DPMS
Modeline 1280x1024_60.00  108.88  1280 1360 1496 1712  1024 1025 1028 
1060  -HSync +Vsync
Option PreferredMode 1280x1024_60.00
#   HorizSync   30-65
#   VertRefresh 50-75
EndSection

Section Screen
Identifier  Default Screen
Device  nVidia Corporation NV6 [Vanta/Vanta LT]
Monitor SDM-HS95
DefaultDepth24
SubSection Display
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Generic Keyboard
InputDevice Configured Mouse
EndSection
[26.365] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[26.390] X Protocol Version 11, Revision 0
[26.390] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[26.390] Current Operating System: Linux yoyo 2.6.38-2-686 #1 SMP Sun May 8 
14:49:45 UTC 2011 i686
[26.390] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-2-686 
root=UUID=e26fa9f2-80ee-4a7c-a044-5749c8dabbc7 ro quiet
[26.391] Build Date: 01 May 2011  10:14:44AM
[26.391] xorg-server 2:1.10.1-2 (Julien Cristau jcris...@debian.org) 
[26.391] Current version of pixman: 0.21.8
[26.391]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[26.391] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[26.391] (==) Log file: /var/log/Xorg.0.log, Time: Tue Jun  7 08:41:40 
2011
[26.560] (==) Using config file: /etc/X11/xorg.conf
[26.560] (==) Using system config directory /usr/share/X11/xorg.conf.d
[26.644] (==) ServerLayout Default Layout
[26.646] (**) |--Screen Default Screen (0)
[26.646] (**) |   |--Monitor SDM-HS95
[26.647] (**) |   |--Device nVidia Corporation NV6 [Vanta/Vanta LT]
[26.647] (**) |--Input Device Generic Keyboard
[26.647] (**) |--Input Device Configured Mouse
[26.647] (==) Automatically adding devices
[26.647] (==) Automatically enabling devices
[26.738] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[26.738]Entry deleted from font path.
[26.836] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[26.836] (==) ModulePath set to /usr/lib/xorg/modules
[26.836] (WW) 

Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution

2011-06-07 Thread Ryo Furue
Thanks, Sven, for your help.

| Please show your Xorg.0.log and the output of xrandr -q.
|
I'm attaching those plus the /etc/X11/xorg.conf that is used.

I'll try your suggestions.

Regards,
Ryo
[26.225] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[26.245] X Protocol Version 11, Revision 0
[26.245] Build Operating System: Linux 2.6.32-5-686-bigmem i686 Debian
[26.245] Current Operating System: Linux yoyo 2.6.38-2-686 #1 SMP Sun May 8 
14:49:45 UTC 2011 i686
[26.245] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.38-2-686 
root=UUID=e26fa9f2-80ee-4a7c-a044-5749c8dabbc7 ro quiet
[26.245] Build Date: 01 May 2011  10:14:44AM
[26.245] xorg-server 2:1.10.1-2 (Julien Cristau jcris...@debian.org) 
[26.245] Current version of pixman: 0.21.8
[26.246]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[26.246] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[26.246] (==) Log file: /var/log/Xorg.0.log, Time: Mon Jun  6 22:54:12 
2011
[26.395] (==) Using config file: /etc/X11/xorg.conf
[26.395] (==) Using system config directory /usr/share/X11/xorg.conf.d
[26.505] (==) ServerLayout Default Layout
[26.505] (**) |--Screen Default Screen (0)
[26.505] (**) |   |--Monitor SDM-HS95
[26.506] (**) |   |--Device nVidia Corporation NV6 [Vanta/Vanta LT]
[26.506] (**) |--Input Device Generic Keyboard
[26.506] (**) |--Input Device Configured Mouse
[26.506] (==) Automatically adding devices
[26.506] (==) Automatically enabling devices
[26.574] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[26.574]Entry deleted from font path.
[26.668] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
[26.668] (==) ModulePath set to /usr/lib/xorg/modules
[26.668] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 
'vmmouse' will be disabled.
[26.668] (WW) Disabling Generic Keyboard
[26.668] (WW) Disabling Configured Mouse
[26.668] (II) Loader magic: 0x8232ac0
[26.668] (II) Module ABI versions:
[26.668]X.Org ANSI C Emulation: 0.4
[26.668]X.Org Video Driver: 10.0
[26.668]X.Org XInput driver : 12.2
[26.668]X.Org Server Extension : 5.0
[26.669] (--) PCI:*(0:1:0:0) 10de:002c:10de:0072 rev 21, Mem @ 
0xf700/16777216, 0xfc00/33554432
[26.670] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or 
directory)
[26.670] (II) LoadModule: extmod
[26.779] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[26.794] (II) Module extmod: vendor=X.Org Foundation
[26.794]compiled for 1.10.1, module version = 1.0.0
[26.794]Module class: X.Org Server Extension
[26.794]ABI class: X.Org Server Extension, version 5.0
[26.794] (II) Loading extension SELinux
[26.794] (II) Loading extension MIT-SCREEN-SAVER
[26.794] (II) Loading extension XFree86-VidModeExtension
[26.794] (II) Loading extension XFree86-DGA
[26.794] (II) Loading extension DPMS
[26.794] (II) Loading extension XVideo
[26.794] (II) Loading extension XVideo-MotionCompensation
[26.794] (II) Loading extension X-Resource
[26.794] (II) LoadModule: dbe
[26.795] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[26.796] (II) Module dbe: vendor=X.Org Foundation
[26.797]compiled for 1.10.1, module version = 1.0.0
[26.797]Module class: X.Org Server Extension
[26.797]ABI class: X.Org Server Extension, version 5.0
[26.797] (II) Loading extension DOUBLE-BUFFER
[26.797] (II) LoadModule: glx
[26.797] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[26.827] (II) Module glx: vendor=X.Org Foundation
[26.827]compiled for 1.10.1, module version = 1.0.0
[26.827]ABI class: X.Org Server Extension, version 5.0
[26.828] (==) AIGLX enabled
[26.828] (II) Loading extension GLX
[26.829] (II) LoadModule: record
[26.829] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[26.831] (II) Module record: vendor=X.Org Foundation
[26.831]compiled for 1.10.1, module version = 1.13.0
[26.831]Module class: X.Org Server Extension
[26.831]ABI class: X.Org Server Extension, version 5.0
[26.831] (II) Loading extension RECORD
[26.831] (II) LoadModule: dri
[26.832] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[26.900] (II) Module dri: vendor=X.Org Foundation
[26.900]compiled for 1.10.1, module version = 1.0.0
[

Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution

2011-06-04 Thread Ryo Furue
Hi,

|  | Anyway, the problem seems to be that your monitor does not
|  | supply EDID data, in which case X will choose 1024x768 as a
|  | presumably safe fallback resolution.  See also #588927.
| 
|  Thank you for the info.  But, reading that thread, I couldn't tell
|  what's the solution is.
| 
| Well, so far we have not found a solution. :-(
| 
|  Does this mean that nouveau will never work
|  with those monitors?  Or are there solutions to this problem? such
|  as writing something in /etc/X11/xorg.conf for nouveau ?
| 
| You definitely need a Monitor section in your xorg.conf,
| but for the submitter of #588927 even this did not work.

My situation has become worse.  After leaving the machine
for more than four months because I stayed abroad, I came
back and dist-upgraded it (without thinking much).  Then,
I lost the nv driver!  It's no longer available in the Debian
testing repository.

That means, I'm left with nouveau, which cannot use the correct
resolution of my monitor.  The correct resolution is 1280x1024
but nouveau chooses 1024x768.

So, I tried to tell it to use the correct resolution.  I copied
the previous /etc/X11/xorg.conf which worked with nv and modified
it to the contents quoted below.  I have just deleted the Files
section, which had been empty, the InputDevice section, and the
ServerLayout section, and I've just replaced nv with nouveau.

The machine boots up correctly, except for the screen resolution.

I'm desperate.  What other drivers work with nVidia cards?

Regards,
Ryo
#--- xorg.conf 
Section Device
Identifier  nVidia Corporation NV6 [Vanta/Vanta LT]
Driver  nouveau
BusID   PCI:1:0:0
Option  BackingStore  true
EndSection

Section Monitor
Identifier  SDM-HS95
Option  DPMS
HorizSync   30-65
VertRefresh 50-75
EndSection

Section Screen
Identifier  Default Screen
Device  nVidia Corporation NV6 [Vanta/Vanta LT]
Monitor SDM-HS95
DefaultDepth24
SubSection Display
Modes   1280x1024 1024x768 800x600 640x480
EndSubSection
EndSection



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110603.214633.332025838.fu...@hawaii.edu



Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution

2011-06-04 Thread Sven Joachim
On 2011-06-04 09:46 +0200, Ryo Furue wrote:

 |  | Anyway, the problem seems to be that your monitor does not
 |  | supply EDID data, in which case X will choose 1024x768 as a
 |  | presumably safe fallback resolution.  See also #588927.
 | 
 |  Thank you for the info.  But, reading that thread, I couldn't tell
 |  what's the solution is.
 | 
 | Well, so far we have not found a solution. :-(
 | 
 |  Does this mean that nouveau will never work
 |  with those monitors?  Or are there solutions to this problem? such
 |  as writing something in /etc/X11/xorg.conf for nouveau ?
 | 
 | You definitely need a Monitor section in your xorg.conf,
 | but for the submitter of #588927 even this did not work.

 My situation has become worse.  After leaving the machine
 for more than four months because I stayed abroad, I came
 back and dist-upgraded it (without thinking much).  Then,
 I lost the nv driver!  It's no longer available in the Debian
 testing repository.

 That means, I'm left with nouveau, which cannot use the correct
 resolution of my monitor.  The correct resolution is 1280x1024
 but nouveau chooses 1024x768.

 So, I tried to tell it to use the correct resolution.  I copied
 the previous /etc/X11/xorg.conf which worked with nv and modified
 it to the contents quoted below.  I have just deleted the Files
 section, which had been empty, the InputDevice section, and the
 ServerLayout section, and I've just replaced nv with nouveau.

 The machine boots up correctly, except for the screen resolution.

Please show your Xorg.0.log and the output of xrandr -q.

You may have to set up custom modelines in xorg.conf, see
http://wiki.debian.org/XStrikeForce/HowToRandR12 for more information.

 I'm desperate.  What other drivers work with nVidia cards?

The fbdev driver will work with the nouveaufb kernel framebuffer.  Boot
with video=1280x1024 to force the correct resolution for your monitor.
See http://nouveau.freedesktop.org/wiki/KernelModeSetting, section
Forcing Modes.

Sven



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zklxx4np@turtle.gmx.de



Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution

2010-08-23 Thread Sven Joachim
On 2010-08-23 04:06 +0200, Ryo Furue wrote:

 | Anyway, the problem seems to be that your monitor does not supply EDID
 | data, in which case X will choose 1024x768 as a presumably safe fallback
 | resolution.  See also #588927.

 Thank you for the info.  But, reading that thread, I couldn't tell
 what's the solution is.

Well, so far we have not found a solution. :-(

 Does this mean that nouveau will never work
 with those monitors?  Or are there solutions to this problem? such as
 writing something in /etc/X11/xorg.conf for nouveau ?

You definitely need a Monitor section in your xorg.conf, but for the
submitter of #588927 even this did not work.

Sven



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zkwdbdmz@turtle.gmx.de



Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution

2010-08-22 Thread Sven Joachim
On 2010-08-22 11:02 +0200, Ryo Furue wrote:

 Hi Julien,

 | Please attach your kernel and X logs (when booting with the latest
 | kernel and without xorg.conf).

 Sure.  Thanks for your help.

Your kern.log is not really helpful since it comes from a 2.6.26 kernel.
Anyway, the problem seems to be that your monitor does not supply EDID
data, in which case X will choose 1024x768 as a presumably safe fallback
resolution.  See also #588927.

Sven



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8762z2lv7k@turtle.gmx.de



Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution

2010-08-22 Thread Ryo Furue
Hi Sven,

Thank you for your message.

|  | Please attach your kernel and X logs (when booting with the latest
|  | kernel and without xorg.conf).
| 
|  Sure.  Thanks for your help.
| 
| Your kern.log is not really helpful since it comes from a 2.6.26 kernel.

Oops.  Sorry, I seem to have sent a wrong file.

| Anyway, the problem seems to be that your monitor does not supply EDID
| data, in which case X will choose 1024x768 as a presumably safe fallback
| resolution.  See also #588927.

Thank you for the info.  But, reading that thread, I couldn't tell
what's the solution is.  Does this mean that nouveau will never work
with those monitors?  Or are there solutions to this problem? such as
writing something in /etc/X11/xorg.conf for nouveau ?

Regards,
Ryo



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100822.160611.266331773.fu...@hawaii.edu



Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution

2010-08-20 Thread Ryo Furue
Package: xserver-xorg-video-nouveau
Version: 1:0.0.15+git20100329+7858345-4
Severity: important

I used to use the nv driver with /etc/X11/xorg.conf, but the X server
has started to fail after a recent upgrade.

I removed /etc/X11/xorg.conf and rebooted the system.  The X server
then started and the drive chosen was nouveau.  The problem was
that it chose a 1024x768 mode.  I couldn't choose a higher resolution
from my desktop environment (LXDE).  The native resoluton of
my monitor is 1280x1024 (Sony SDM-HS95). 

So, I had to revert to the original xorg.conf and an older
kernel (linux-image-2.6.32-3-686) because the nv driver fails
to load under the latest one (linux-image-2.6.32-5-686) with

  (EE) NV: Kernel Modesetting driver in use, refusing to load
  (EE) No devices detected

Regards,
Ryo

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-nouveau depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libdrm-nouveau1   2.4.18-6   Userspace interface to nouveau-spe
ii  xserver-xorg-core [xorg-video 2:1.7.7-3  Xorg X server - core server

xserver-xorg-video-nouveau recommends no packages.

xserver-xorg-video-nouveau suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100820.104636.20933735.fu...@hawaii.edu



Bug#593784: xserver-xorg-video-nouveau: fails to detect monitor resolution

2010-08-20 Thread Julien Cristau
On Fri, Aug 20, 2010 at 10:46:36 -1000, Ryo Furue wrote:

 Package: xserver-xorg-video-nouveau
 Version: 1:0.0.15+git20100329+7858345-4
 Severity: important
 
 I used to use the nv driver with /etc/X11/xorg.conf, but the X server
 has started to fail after a recent upgrade.
 
 I removed /etc/X11/xorg.conf and rebooted the system.  The X server
 then started and the drive chosen was nouveau.  The problem was
 that it chose a 1024x768 mode.  I couldn't choose a higher resolution
 from my desktop environment (LXDE).  The native resoluton of
 my monitor is 1280x1024 (Sony SDM-HS95). 
 
Please attach your kernel and X logs (when booting with the latest
kernel and without xorg.conf).

Cheers,
Julien


signature.asc
Description: Digital signature