[Bug 236006] Re: X server doesn't use resolution capabilities

2009-04-07 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Confirmed

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236006] Re: X server doesn't use resolution capabilities

2009-03-05 Thread Matthias Müller-Reineke
The file was created in the live system Jaunty Alpha 5.

** Attachment added: "lspci-vvnn.txt"
   http://launchpadlibrarian.net/23490650/lspci-vvnn.txt

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236006] Re: X server doesn't use resolution capabilities

2009-03-04 Thread Bryce Harrington
Could you please also run `lspci -vvnn > lspci-vvnn.txt` and attach that
file to this bug report?  Thanks ahead of time.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Importance: Undecided => Medium
   Status: Confirmed => Triaged

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Triaged => Incomplete

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236006] Re: X server doesn't use resolution capabilities

2009-02-26 Thread Bryce Harrington
** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Confirmed

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236006] Re: X server doesn't use resolution capabilities

2009-02-24 Thread Matthias Müller-Reineke
The Xorg.0.log is from the Jaunty installation live system on my
computer (I didn't install ist). Is this sufficient?

** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/23048911/Xorg.0.log

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236006] Re: X server doesn't use resolution capabilities

2009-02-23 Thread Bryce Harrington
The original bug report seems to be a driver-specific issue with intel.
Other bug reporters should file separate bugs.

Matthias, please also re-test against Jaunty and attach a fresh
Xorg.0.log if the issue is still happening there.

** Changed in: xserver-xorg-video-intel (Ubuntu)
Sourcepackagename: xrandr => xserver-xorg-video-intel
   Status: Confirmed => Incomplete

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236006] Re: X server doesn't use resolution capabilities

2008-09-12 Thread Matthias Müller-Reineke
Xorg.0.log contains:

(II) MGA(0): I2C bus "DDC P1" initialized.
(II) MGA(0): I2C device "DDC P1:ddc2" registered at address 0xA0.
(II) MGA(0): I2C device "DDC P1:ddc2" removed.
(II) MGA(0): I2C Monitor info: (nil)
(II) MGA(0): end of I2C Monitor info
(--) MGA(0): No DDC signal
(II) MGA(0): DDC Monitor info: (nil)
(II) MGA(0): end of DDC Monitor info

I've managed (I think so) to install the Xserver from gutsy into my
hardy system. That doesn't make the problem disappear. So I suspect my
problems aren't the fault of the X server packages.

My workaround is to include the following into the Monitor section of
xorg.conf:

HorizSync   30-92
VertRefresh 50-85

ATTENTION! This may damage monitors which aren't capable to work with
these refresh rates!

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236006] Re: X server doesn't use resolution capabilities

2008-08-06 Thread Matthias Müller-Reineke
Similar symptoms appear with MGA G200 AGP on a uptodate hardy system.
With upgrade to hardy the highest possible resolution reduced to
[EMAIL PROTECTED] Hz (the hardware supports at least [EMAIL PROTECTED] Hz).

[EMAIL PROTECTED]:~$ cat /etc/X11/xorg.conf
# xorg.conf (X.Org 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 "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "de"
Option  "XkbVariant""nodeadkeys"
Option  "XkbOptions""lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
EndSection

Section "Device"
Identifier  "Configured Video Device"
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
EndSection

Section "Screen"
Identifier  "Default Screen"
Monitor "Configured Monitor"
Device  "Configured Video Device"
EndSection

Section "ServerLayout"
Identifier  "Default Layout"
Screen  "Default Screen"
EndSection

[EMAIL PROTECTED]:~$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: Matrox Graphics, Inc. MGA G200 AGP 
[102b:0521] (rev 03)

[EMAIL PROTECTED]:~$ sudo ddcprobe
[sudo] password for matthias: 
Calling INT 0x42 (F000:F065)
 EAX is 0xBD50
vbe: VESA 2.0 detected.
oem: Matrox Graphics Inc.
memory: 2048kb
mode: 640x400x256
mode: 640x480x256
mode: 800x600x16
mode: 800x600x256
mode: 1024x768x256
mode: 1280x1024x256
mode: 80x60 (text)
mode: 132x25 (text)
mode: 132x43 (text)
mode: 132x50 (text)
mode: 132x60 (text)
mode: 640x480x32k
mode: 640x480x64k
mode: 640x480x16m
mode: 800x600x32k
mode: 800x600x64k
mode: 800x600x16m
mode: 1024x768x32k
mode: 1024x768x64k
edid: 
edidfail

[EMAIL PROTECTED]:~$ xrandr
Screen 0: minimum 400 x 300, current 800 x 600, maximum 800 x 600
default connected 800x600+0+0 0mm x 0mm
   800x60060.0*56.0  
   640x48060.0  
   400x30060.0 56.0  
[EMAIL PROTECTED]:~$ 


** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/16594123/Xorg.0.log

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236006] Re: X server doesn't use resolution capabilities

2008-06-10 Thread Dereck Wonnacott
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

** Changed in: xrandr (Ubuntu)
Sourcepackagename: None => xrandr
   Status: New => Confirmed

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 236006] Re: X server doesn't use resolution capabilities

2008-05-30 Thread Matthias Müller-Reineke

** Attachment added: "Xorg.0.log from GUTSY! installation"
   http://launchpadlibrarian.net/14815449/Xorg.0.log

-- 
X server doesn't use resolution capabilities
https://bugs.launchpad.net/bugs/236006
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs