[Ubuntu-x-swat] [Bug 227183] Re: no calibration tool

2010-02-17 Thread ASK

Penmount 9000 RS232 + Ubuntu 7.04 + Penmount Ubuntu drivers 2.0 =Touch
screen works fine,  sometimes X crashes (not always) and restarts by
itself inconsistently

After installing penmount drivers, the X crashes/restarts automatically
on ubuntu 7.04 Desktop Edition.

We see in syslog “repro gdm[4895]: gdm_slave_xioerror_handler: Fatal X
error - Restarting :0 “

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2

CPU:Intel Celeron M 1.5 GHz RAM:1GB
Motherboard:Intel 915GM express chipset
VGA Chip & Driver:Mobile 915GM/GMS/910GML Express

Touch panet □ 5-Wire

Model AFL-15B-915-CM370/WT-R/1GB-R11

Xorg.conf
# /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 xorg.conf(5) 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"
 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"
 # path to defoma fonts
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
 Load "i2c"
 Load "bitmap"
 Load "ddc"
 Load "dri"
 Load "extmod"
 Load "freetype"
 Load "glx"
 Load "int10"
 Load "vbe"
EndSection

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

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

Section "InputDevice"
 Driver "wacom"
 Identifier "stylus"
 Option "Device" "/dev/input/wacom"
 Option "Type" "stylus"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "eraser"
 Option "Device" "/dev/input/wacom"
 Option "Type" "eraser"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "cursor"
 Option "Device" "/dev/input/wacom"
 Option "Type" "cursor"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
 Identifier "PenMount"
 Driver "penmount"
 Option "Protocol" "PM9000"
 Option "Device" "/dev/ttyS3"
 Option "PMode" "1"
 Option "MinX" "10"
 Option "MaxX" "1000"
 Option "MinY" "10"
 Option "MaxY" "1000"
 Option "ADBit" "10"
 Option "Baudrate" "19200"
 Option "Beep" "1" # 0 = no beep, 1 = beep enabled
 Option "PressVol" "100" # volume of beep (press event)
 Option "PressPitch" "880" # pitch of beep (press event)
 Option "PressDur" "15" # length of beep in 10ms (press event)
 Option "ReleaseVol" "0" # volume of beep (release event)
 Option "ReleasePitch" "1200" # pitch of beep (release event)
 Option "ReleaseDur" "10" # len of beep in 10ms (release event)
 Option "RightButton" "0" # right button active in ms
 Option "RightButtonStart" "500" # right button active in ms
 Option "RightButtonEnd" "900" # right button inactive in ms
EndSection

Section "Device"
 Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics 
Controller"
 Driver "i810"
 BusID "PCI:0:2:0"
EndSection

Section "Monitor"
 Identifier "Generic Monitor"
 Option "DPMS"
 HorizSync 28-51
 VertRefresh 43-60
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
 Monitor "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth 1
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 4
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 15
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 16
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
 Screen "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
 InputDevice "stylus" "SendCoreEvents"
 InputDevice "cursor" "SendCoreEvents"
 InputDevice "eraser" "SendCoreEvents"
 InputDevice "Penmount" "AlwaysCore"
EndSection

Section "DRI"
 Mode 0666
EndSection

-- 
no calibration to

[Ubuntu-x-swat] [Bug 464731] Re: xorg-input-penmount seems not to work on karmic

2010-02-17 Thread ASK
Issue/Bug ###

Penmount 9000 RS232 + Ubuntu 7.04 + Penmount Ubuntu drivers 2.0 = X
crashes (not always) and restarts by itself inconsistently

After installing penmount drivers, the X crashes/restarts automatically
on ubuntu 7.04 Desktop Edition.

We see in syslog “repro gdm[4895]: gdm_slave_xioerror_handler: Fatal X
error - Restarting :0 “

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2

CPU:Intel Celeron M 1.5 GHz RAM:1GB
Motherboard:Intel 915GM express chipset
VGA Chip & Driver:Mobile 915GM/GMS/910GML Express

Touch panet □ 5-Wire

Model AFL-15B-915-CM370/WT-R/1GB-R11

Xorg.conf
# /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 xorg.conf(5) 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"
 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"
 # path to defoma fonts
 FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
 Load "i2c"
 Load "bitmap"
 Load "ddc"
 Load "dri"
 Load "extmod"
 Load "freetype"
 Load "glx"
 Load "int10"
 Load "vbe"
EndSection

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

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

Section "InputDevice"
 Driver "wacom"
 Identifier "stylus"
 Option "Device" "/dev/input/wacom"
 Option "Type" "stylus"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "eraser"
 Option "Device" "/dev/input/wacom"
 Option "Type" "eraser"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
 Driver "wacom"
 Identifier "cursor"
 Option "Device" "/dev/input/wacom"
 Option "Type" "cursor"
 Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
 Identifier "PenMount"
 Driver "penmount"
 Option "Protocol" "PM9000"
 Option "Device" "/dev/ttyS3"
 Option "PMode" "1"
 Option "MinX" "10"
 Option "MaxX" "1000"
 Option "MinY" "10"
 Option "MaxY" "1000"
 Option "ADBit" "10"
 Option "Baudrate" "19200"
 Option "Beep" "1" # 0 = no beep, 1 = beep enabled
 Option "PressVol" "100" # volume of beep (press event)
 Option "PressPitch" "880" # pitch of beep (press event)
 Option "PressDur" "15" # length of beep in 10ms (press event)
 Option "ReleaseVol" "0" # volume of beep (release event)
 Option "ReleasePitch" "1200" # pitch of beep (release event)
 Option "ReleaseDur" "10" # len of beep in 10ms (release event)
 Option "RightButton" "0" # right button active in ms
 Option "RightButtonStart" "500" # right button active in ms
 Option "RightButtonEnd" "900" # right button inactive in ms
EndSection

Section "Device"
 Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics 
Controller"
 Driver "i810"
 BusID "PCI:0:2:0"
EndSection

Section "Monitor"
 Identifier "Generic Monitor"
 Option "DPMS"
 HorizSync 28-51
 VertRefresh 43-60
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
 Monitor "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth 1
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 4
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 8
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 15
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 16
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth 24
  Modes "1024x768" "800x600" "640x480"
 EndSubSection
EndSection

Section "ServerLayout"
 Identifier "Default Layout"
 Screen "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
 InputDevice "stylus" "SendCoreEvents"
 InputDevice "cursor" "SendCoreEvents"
 InputDevice "eraser" "SendCoreEvents"
 InputDevice "Penmount" "AlwaysCore"
EndSection

Section "DRI"
 Mode 0666
EndSection

-- 
xorg-input-penmount seems not to work 

[Ubuntu-x-swat] [Bug 293485] Re: no working driver, problem with hal

2010-02-17 Thread ASK
Penmount 9000 RS232 + Ubuntu 7.04 + Penmount Ubuntu drivers 2.0 = X
crashes (not always) and restarts by itself inconsistently


After installing penmount drivers, the X crashes/restarts automatically on 
ubuntu 7.04 Desktop Edition. 

We see in syslog “repro gdm[4895]: gdm_slave_xioerror_handler: Fatal X
error - Restarting :0 “

X Window System Version 7.2.0
Release Date: 22 January 2007
X Protocol Version 11, Revision 0, Release 7.2

CPU:Intel Celeron M 1.5 GHz   RAM:1GB
Motherboard:Intel 915GM express chipset 
VGA Chip & Driver:Mobile 915GM/GMS/910GML Express

Touch panet   □ 5-Wire

Model AFL-15B-915-CM370/WT-R/1GB-R11


Xorg.conf
# /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 xorg.conf(5) 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"
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"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"i2c"
Load"bitmap"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"vbe"
EndSection

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

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

Section "InputDevice"
Driver  "wacom"
Identifier  "stylus"
Option  "Device""/dev/input/wacom"
Option  "Type"  "stylus"
Option  "ForceDevice"   "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier  "eraser"
Option  "Device""/dev/input/wacom"
Option  "Type"  "eraser"
Option  "ForceDevice"   "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver  "wacom"
Identifier  "cursor"
Option  "Device""/dev/input/wacom"
Option  "Type"  "cursor"
Option  "ForceDevice"   "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Identifier  "PenMount"
Driver  "penmount"
Option  "Protocol"  "PM9000"
Option  "Device""/dev/ttyS3"
Option  "PMode" "1"
Option  "MinX"  "10"
Option  "MaxX"  "1000"
Option  "MinY"  "10"
Option  "MaxY"  "1000"
Option  "ADBit" "10"
Option  "Baudrate"  "19200"
Option  "Beep"  "1" #  0 = no beep, 
1 = beep enabled
Option  "PressVol"  "100"   #  volume of beep 
(press event)
Option  "PressPitch""880"   #  pitch of beep (press event)
Option  "PressDur"  "15"#  length of beep in 
10ms (press event)
Option  "ReleaseVol""0" #  volume of beep 
(release event)
Option  "ReleasePitch"  "1200"  #  pitch of beep (release event)
Option  "ReleaseDur""10"#  len of beep in 10ms (release 
event)
Option  "RightButton"   "0" #  right button active in ms
Option  "RightButtonStart"  "500"   #  right button active 
in ms
Option  "RightButtonEnd""900"   #  right button 
inact

[Ubuntu-x-swat] [Bug 513932] Re: [i945gme] Keyboard not working after upgrade to Lucid

2010-02-17 Thread hemant
I can confirm this too. I am using macbook pro. My Keyboard does not
respond on the login screen, so I enable the virtual keyboard, enter the
password, and then everything works fine.

-- 
[i945gme] Keyboard not working after upgrade to Lucid
https://bugs.launchpad.net/bugs/513932
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 518201] Re: [Arrandale] Freeze on login after update

2010-02-17 Thread Jeremy Zimmer
Here's the real bug, at least as I'm experiencing it:
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/516412

Still reading the worklog, but restarting X fixes the problem until the
next reboot, as suggested in the comments.

-- 
[Arrandale] Freeze on login after update
https://bugs.launchpad.net/bugs/518201
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 518201] Re: [Arrandale] Freeze on login after update

2010-02-17 Thread Jeremy Zimmer
Just ran into this behavior, and here's what I've learned today, mostly
by trial and error:

The first boot after installation (of lucid alpha 2, w/network) seems 
unaffected (possibly because updated packages haven't come into play?)
On subsequent boots, I can reproduce this on laptops with intel graphics, as 
well as those with ATI (radeon, didn't try any others) and Nvidia (nv and 
nvidia).  I don't think this bug is specific to a particular graphics driver.

I can confirm that any press of the enter key in X causes the freeze,
whether of not it's before, during or after a login attempt.  The freeze
doesn't happen when sending enter/return from an on-screen keyboard, but
does happen when using a thinkpad's built-in keyboard, as well as a USB
keyboard.

I'm going to scan the lucid-changes archives and see if can pin down
what X related packages changed in the past few weeks, since this isn't
happening in a fresh Alpha 2 install.

-- 
[Arrandale] Freeze on login after update
https://bugs.launchpad.net/bugs/518201
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 468878] Re: ubuntu 9.04 to 9.10 upgrade bug

2010-02-17 Thread Bryce Harrington
[Expired]

** Changed in: xorg (Ubuntu)
   Status: Incomplete => Invalid

-- 
ubuntu 9.04 to 9.10 upgrade bug
https://bugs.launchpad.net/bugs/468878
You received this bug notification because you are a member of Ubuntu-X,
which is a direct subscriber.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 426417] Re: broken menus at Ubuntu Linux 9.04/9.10 with intel-2.8.1/2.9

2010-02-17 Thread Coke15
Comment #35 fixed my problem as well. Intel 965GM video card on acer
laptop. Thank You.

-- 
broken menus at Ubuntu Linux 9.04/9.10 with intel-2.8.1/2.9
https://bugs.launchpad.net/bugs/426417
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xf86-video-intel.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 523558] Re: Synaptics cursor speed is not screen-dependent - sensitivity on small screen is too high after connecting big external monitor

2010-02-17 Thread Zorael

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/39332351/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/39332352/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/39332353/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/39332354/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/39332355/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/39332356/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/39332357/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/39332358/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/39332359/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/39332360/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/39332361/UdevLog.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/39332362/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/39332363/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/39332364/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/39332365/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/39332366/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/39332367/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/39332369/xkbcomp.txt

** Summary changed:

- Synaptics cursor speed is not screen-dependent - sensitivity on small screen 
is too high after connecting big external monitor
+ Synaptics cursor speed is not screen-dependent - speed on small screen is too 
high after connecting big external monitor

-- 
Synaptics cursor speed is not screen-dependent - speed on small screen is too 
high after connecting big external monitor
https://bugs.launchpad.net/bugs/523558
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 523558] [NEW] Synaptics cursor speed is not screen-dependent - speed on small screen is too high after connecting big external monitor

2010-02-17 Thread Zorael
Public bug reported:

Binary package hint: xserver-xorg-input-synaptics

The cursor speed of a Synaptics pad depends on your screen size. Or
rather, "the speed value defines the scaling between touchpad
coordinates and screen coordinates." (man synaptics, line ~418). So
supposedly, even if you raise or lower your resolution, moving your
finger n millimetres across the pad surface should still make it move
the cursor n centimetres across your screen, regardless of whether the
screen's pixel resolution is at 800x600 or at 1600x1200.

Connecting an external monitor seems to count as adding screen
realestate, affecting the "effective screen speed" as much as raising
your resolution by that of the external monitor would. To put into a
concrete example: if your netbook screen is 1024x600, and you connect a
1600x1200 monitor, then the screen realestate becomes 2624x1200 if put
side-by-side, or 1600x1800 if put above the other. (Unsure of the
details of how the driver calculates this.)

The sensitivity that you get on your 1024x600 netbook screen, when the
Synaptics driver scales its speed to match your total 2624x1200
realestate, is much too high.

How to reproduce:
1) Acquire a netbook with a puny ~10" screen with 1024x600 native resolution 
(MSI Wind, et al)
2) Get a feel for the touchpad's cursor speed
3) Attach 1600x1200+ external monitor
4) Using xrandr, set the external monitor's output to be next to or above the 
laptop screen's output, as such;
   $ xrandr --output VGA1 --above LVDS1 --auto
5) Compare cursor speed to earlier speed
6) Try to perform simple to complex mouse tasks on your small screen and watch 
the cursor consistently overshoot

The speed is acceptable when maneuvering on the external monitor, but
very little physical pad movement is needed to totally pan over the
entirety of the small netbook screen.

Cursor speed should be screen-dependent, if that's even technically
possible. Alternatively, it should only take the "primary" screen
(output) into consideration when scaling pad movement speed to screen
cursor speed.

ProblemType: Bug
Architecture: i386
Date: Thu Feb 18 01:11:21 2010
DistroRelease: Ubuntu 10.04
DkmsStatus:
 ipheth, 1.0+git20100207, 2.6.32-12-generic, i686: installed 
 ipheth, 1.0+git20100207, 2.6.32-13-generic, i686: installed
InstallationMedia: Kubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100201)
MachineType: MICRO-STAR INTERNATIONAL CO., LTD U-100
Package: xserver-xorg-input-synaptics 1.2.0-3ubuntu2
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-13-generic 
root=UUID=bfe2926e-f8bf-41dd-a237-690b609cafe6 ro quiet splash
ProcEnviron:
 LANGUAGE=
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-13.18-generic
RelatedPackageVersions:
 xserver-xorg 1:7.5+1ubuntu2
 libgl1-mesa-glx 7.7-0ubuntu8
 libdrm2 2.4.17-1ubuntu1
 xserver-xorg-video-intel 2:2.9.1-1ubuntu4
SourcePackage: xserver-xorg-input-synaptics
Uname: Linux 2.6.32-13-generic i686
dmi.bios.date: 10/06/2008
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.3
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: U-100
dmi.board.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.board.version: Ver.001
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: MICRO-STAR INTERNATIONAL CO., LTD
dmi.chassis.version: Ver.001
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.3:bd10/06/2008:svnMICRO-STARINTERNATIONALCO.,LTD:pnU-100:pvrVer.001:rvnMICRO-STARINTERNATIONALCO.,LTD:rnU-100:rvrVer.001:cvnMICRO-STARINTERNATIONALCO.,LTD:ct3:cvrVer.001:
dmi.product.name: U-100
dmi.product.version: Ver.001
dmi.sys.vendor: MICRO-STAR INTERNATIONAL CO., LTD
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.32-13-generic

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
Synaptics cursor speed is not screen-dependent - speed on small screen is too 
high after connecting big external monitor
https://bugs.launchpad.net/bugs/523558
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522267] Re: [lucid] gnome-screensaver-gl-helper crashed with SIGSEGV in exit()

2010-02-17 Thread Chris Coulson
The top of the stack is the proprietary nvidia libGL.so. You don't need
to reboot for that. This is a common crasher in some atexit() handler
that the nvidia library registers, and we get lots of duplicates of the
issue. There's nothing we can do about it though

-- 
[lucid] gnome-screensaver-gl-helper crashed with SIGSEGV in exit()
https://bugs.launchpad.net/bugs/522267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522061] Re: Nvidia proprietary drivers fallback test failed

2010-02-17 Thread Charlie Kravetz
I can confirm this bug in Lucid. After attempting to  reconfigure the
graphics mode, a restart is required. Using Ctrl+Alt+Del results in the
same screen message. Using 'switch to console' and using "shutdown -r
now" also results in the same message. After attempting this about 4
times, I allowed it to login to the desktop in low graphics mode. The
hardware drivers can not be renamed or reinstalled at this point, and
the system is running in low graphics.

** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
   Status: New => Confirmed

** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
   Importance: Undecided => High

-- 
Nvidia proprietary drivers fallback test failed
https://bugs.launchpad.net/bugs/522061
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 486072] Re: [i945gme] IBM A70 monitor is not recognized by X.

2010-02-17 Thread Ricardo Bánffy
I believe the problem is less specific than the i945gma drivers. After
setting up the monitor properly (so that it identifies over the VGA
connection) X becomes aware it is an IBM monitor, but mislabels it as
16" (it's 17") and sets the maximum resolution to 1024x768 (should be
1280x1024). While unidentified, it is set to 1152x864.

-- 
[i945gme] IBM A70 monitor is not recognized by X.
https://bugs.launchpad.net/bugs/486072
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 494680] Re: [i945GM] X server segfault on lid close

2010-02-17 Thread Steve Langasek
I'm pleasantly surprised to report that this bug seems to be resolved
now, it's no longer reproducible for me.

** Changed in: xorg-server (Ubuntu)
   Status: Confirmed => Fix Released

-- 
[i945GM] X server segfault on lid close
https://bugs.launchpad.net/bugs/494680
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522267] Re: [lucid] gnome-screensaver-gl-helper crashed with SIGSEGV in exit()

2010-02-17 Thread Charlie Kravetz
I have to beg to differ on this. The driver that should have been is use
at the time of the crash is "nv" from the repositories. Until I reboot,
the nvidia-current(nvidia-graphics-driver-190) driver is not in use.

-- 
[lucid] gnome-screensaver-gl-helper crashed with SIGSEGV in exit()
https://bugs.launchpad.net/bugs/522267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 523506] Re: resolution 1360x768 on nvidia geforce

2010-02-17 Thread Alex Wardle
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we can't fix it because your description didn't include 
enough information.  You may find it helpful to read "How to report bugs 
effectively" http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be 
grateful if you would then provide a more complete description of the problem.  
We have instructions on debugging some types of problems at 
http://wiki.ubuntu.com/DebuggingProcedures.
At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

When reporting bugs in the future please use apport, either via the
appropriate application's "Help -> Report a Problem" menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

-- 
resolution 1360x768 on nvidia geforce
https://bugs.launchpad.net/bugs/523506
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 481604] Re: konqueror and arora show jpgs incorrectly

2010-02-17 Thread StefanPotyra
Hi,

as has already been asked, can you reproduce this on real HW? While the
driver is not perfect, the emulation of the graphic hardware in kvm is
much less than perfect. Hence I assume that the probability is higher
that it's a bug in kvm, reassigning. If you come to the conclusion, that
it's a driver bug after all, please reassign (there's lot of speculation
for this bug, and I just added some more ;)),

Cheers,
   Stefan.

** Package changed: xserver-xorg-video-cirrus (Ubuntu) => kvm (Ubuntu)

-- 
konqueror and arora show jpgs incorrectly
https://bugs.launchpad.net/bugs/481604
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-cirrus in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 392938] Re: No sound while in x display with nvidia driver and acpi=on

2010-02-17 Thread David Santamaría Rogado
Sure because I started the bug and the solution was the one I mention,
the only way the bug are you describing is the same like is, is if in
the kernel version and in the nvidia driver version they fixed the edid
of some tvs like the one I have for example.

-- 
No sound while in x display with nvidia driver and acpi=on
https://bugs.launchpad.net/bugs/392938
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522267] Re: [lucid] gnome-screensaver-gl-helper crashed with SIGSEGV in exit()

2010-02-17 Thread Chris Coulson
This is a bug in the proprietary nvidia drivers, and the helper crashing
doesn't have any effect on the ability of the screensaver to function

** Package changed: gnome-screensaver (Ubuntu) => nvidia-graphics-
drivers-180 (Ubuntu)

** Changed in: nvidia-graphics-drivers-180 (Ubuntu)
   Importance: Medium => Low

-- 
[lucid] gnome-screensaver-gl-helper crashed with SIGSEGV in exit()
https://bugs.launchpad.net/bugs/522267
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522267] [NEW] [lucid] gnome-screensaver-gl-helper crashed with SIGSEGV in exit()

2010-02-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: gnome-screensaver

Ubuntu lucid (development branch) 10.04

gnome-screensaver: 2.29.90-0ubuntu1

After I start the update-manager the "gnome-screensaver-gl-helper" is
crashing

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Mon Feb 15 19:33:15 2010
DistroRelease: Ubuntu 10.04
ExecutablePath: /usr/lib/gnome-screensaver/gnome-screensaver-gl-helper
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20100113)
Package: gnome-screensaver 2.29.90-0ubuntu1
ProcCmdline: /usr/lib/gnome-screensaver/gnome-screensaver-gl-helper
ProcEnviron:
 PATH=(custom, no user)
 LANG=de_DE.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-11.15-generic
SegvAnalysis:
 Segfault happened at: 0x337be8:mov(%eax),%esi
 PC (0x00337be8) ok
 source "(%eax)" (0x) not located in a known VMA region (needed 
readable region)!
 destination "%esi" ok
SegvReason: reading NULL VMA
Signal: 11
SourcePackage: gnome-screensaver
StacktraceTop:
 ?? () from /usr/lib/nvidia-current/libGL.so.1
 ?? () from /lib/tls/i686/cmov/libc.so.6
 exit () from /lib/tls/i686/cmov/libc.so.6
 __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
 ?? ()
Title: gnome-screensaver-gl-helper crashed with SIGSEGV in exit()
Uname: Linux 2.6.32-11-generic i686
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
WindowManager: metacity
XsessionErrors:
 (gnome-settings-daemon:1612): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:1612): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:1637): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (synaptic:2786): Gtk-CRITICAL **: gtk_tree_view_unref_tree_helper: assertion 
`node != NULL' failed

** Affects: nvidia-graphics-drivers-180 (Ubuntu)
 Importance: Low
 Status: Triaged


** Tags: apport-crash i386 lucid
-- 
[lucid] gnome-screensaver-gl-helper crashed with SIGSEGV in exit()
https://bugs.edge.launchpad.net/bugs/522267
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 523506] Re: resolution 1360x768 on nvidia geforce

2010-02-17 Thread RedHelga

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/39322078/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/39322079/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/39322080/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/39322081/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/39322082/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/39322083/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/39322084/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/39322085/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/39322086/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/39322087/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/39322088/UdevLog.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/39322089/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/39322090/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/39322091/Xrandr.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/39322092/XsessionErrors.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/39322093/glxinfo.txt

** Attachment added: "monitors.xml.txt"
   http://launchpadlibrarian.net/39322094/monitors.xml.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/39322095/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/39322096/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/39322097/xkbcomp.txt

-- 
resolution 1360x768 on nvidia geforce
https://bugs.launchpad.net/bugs/523506
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 523506] [NEW] resolution 1360x768 on nvidia geforce

2010-02-17 Thread RedHelga
Public bug reported:

Binary package hint: xorg

resolution 1360x768 on nvidia geforce for toshiba regza link 32r3500pr

ProblemType: Bug
Architecture: i386
CheckboxSubmission: e789c96e1a642d52d1b98166329a6950
CheckboxSystem: 34179ae9d787c87b2b99043345f17cea
Date: Thu Feb 18 01:35:17 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5)
MachineType: ASUSTeK Computer INC. A7N8X2.0
Package: xorg 1:7.4+3ubuntu10
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-19-generic 
root=UUID=486b4312-8e4d-449f-8daf-80ef10444517 ro quiet splash
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu10
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.0-1ubuntu2.1
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
SourcePackage: xorg
Uname: Linux 2.6.31-19-generic i686
XorgConf: Error: [Errno 2] No such file or directory: '/etc/X11/xorg.conf'
dmi.bios.date: 05/14/2003
dmi.bios.vendor: Phoenix Technologies, LTD
dmi.bios.version: ASUS A7N8X2.0 Deluxe ACPI BIOS Rev 1005
dmi.board.name: A7N8X2.0
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: REV 2.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufactture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnPhoenixTechnologies,LTD:bvrASUSA7N8X2.0DeluxeACPIBIOSRev1005:bd05/14/2003:svnASUSTeKComputerINC.:pnA7N8X2.0:pvrREV2.xx:rvnASUSTeKComputerINC.:rnA7N8X2.0:rvrREV2.xx:cvnChassisManufactture:ct3:cvrChassisVersion:
dmi.product.name: A7N8X2.0
dmi.product.version: REV 2.xx
dmi.sys.vendor: ASUSTeK Computer INC.
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   i686kernel: 2.6.31-19-generic

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386

-- 
resolution 1360x768 on nvidia geforce
https://bugs.launchpad.net/bugs/523506
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 523511] Re: package nvidia-glx-185 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 2

2010-02-17 Thread Jeremy West

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/39322137/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/39322138/CurrentDmesg.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/39322139/Dmesg.txt

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/39322140/DpkgTerminalLog.gz

** Attachment added: "GdmLog.txt"
   http://launchpadlibrarian.net/39322141/GdmLog.txt

** Attachment added: "GdmLogOld.txt"
   http://launchpadlibrarian.net/39322142/GdmLogOld.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/39322143/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/39322144/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/39322146/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/39322147/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/39322148/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/39322149/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/39322150/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/39322151/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/39322152/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/39322153/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/39322154/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/39322155/Xrandr.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/39322156/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/39322157/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/39322158/xkbcomp.txt

-- 
package nvidia-glx-185 (not installed) failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/523511
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 523511] [NEW] package nvidia-glx-185 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 2

2010-02-17 Thread Jeremy West
Public bug reported:

Description:Ubuntu 9.10
Release:9.10

I was tying to install nvidia-185-glx and got this error.  I thought
there might be some conflict between the nvidia ppa repository and the
one automatically included with ubuntu.

ProblemType: Package
AptOrdering:
 nvidia-195-kernel-source: Remove
 nvidia-185-kernel-source: Install
 nvidia-glx-185: Install
 nvidia-185-kernel-source: Configure
 nvidia-glx-185: Configure
Architecture: amd64
Date: Wed Feb 17 16:30:07 2010
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess new pre-installation script returned error exit status 
2
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
MachineType: System manufacturer System Product Name
NonfreeKernelModules: nvidia
Package: nvidia-glx-185 (not installed)
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-19-generic 
root=UUID=b8bbfd1e-41e8-4a77-815d-4d33dbca6832 ro quiet splash
ProcVersionSignature: Ubuntu 2.6.31-19.56-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu10
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.0-1ubuntu2.1
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
SourcePackage: nvidia-graphics-drivers-180
Title: package nvidia-glx-185 (not installed) failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 2
Uname: Linux 2.6.31-19-generic x86_64
dmi.bios.date: 11/18/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0401
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P7P55D-E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0401:bd11/18/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55D-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
fglrx: Not loaded
glxinfo: Error: command ['glxinfo'] failed with exit code 127: glxinfo: error 
while loading shared libraries: libGL.so.1: cannot open shared object file: No 
such file or directory
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.31-19-generic

** Affects: nvidia-graphics-drivers-180 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package

-- 
package nvidia-glx-185 (not installed) failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/523511
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 366755] Re: [PPC] Wrong colours on big-endian machine

2010-02-17 Thread Marcus Comstedt
In current Lucid (with mesa 7.7). the problem seems to be fixed (tested
with today's live CD snapshot).

-- 
[PPC] Wrong colours on big-endian machine
https://bugs.launchpad.net/bugs/366755
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to mesa in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 374454] Re: nvidia drivers in jaunty can not set xorg.conf file

2010-02-17 Thread Monkey
I´ve assigned this bug to the xorg package.

Thank You for making Ubuntu better.

** Package changed: ubuntu => xorg (Ubuntu)

-- 
nvidia drivers in jaunty can not set xorg.conf file
https://bugs.launchpad.net/bugs/374454
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 370302] Re: xorg terminal switching problem

2010-02-17 Thread Monkey
I´ve assigned this bug to the xorg package.

Thank You for making Ubuntu better.

** Package changed: ubuntu => xorg (Ubuntu)

-- 
xorg terminal switching problem
https://bugs.launchpad.net/bugs/370302
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 463488] Re: Touchpad not enabled on Lenovo T400

2010-02-17 Thread Jean-Baptiste Lallement
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. I'm reaffecting the package to xserver-xorg-input-synaptics. 
You reported this bug a while ago and there hasn't been any activity in it 
recently. We were wondering if this is still an issue for you? Thanks in 
advance.

** Package changed: synaptic (Ubuntu) => xserver-xorg-input-synaptics
(Ubuntu)

** Changed in: xserver-xorg-input-synaptics (Ubuntu)
   Status: New => Incomplete

-- 
Touchpad not enabled on Lenovo T400
https://bugs.launchpad.net/bugs/463488
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 374454] [NEW] nvidia drivers in jaunty can not set xorg.conf file

2010-02-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Using msi 4400+ amd cpu with 2gb ram.

with 8.04 i was using nvidia drivers and everything was fine including
display settings.

Now in 9.04, nvidia drivers get installed. i have tried 173 as well as
180. but xorg.conf file is not updated at that point. hence display
needs to be set up everytime the system is booted.

I would say it is a bug since the system worked fine in 8.04 with nvidia
hardware drivers but now it is creating problem again and again.

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
nvidia drivers in jaunty can not set xorg.conf file
https://bugs.edge.launchpad.net/bugs/374454
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 370302] [NEW] xorg terminal switching problem

2010-02-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi,
When I switch for X to a terminal using alt+fn the screen does not render 
properly. It shows 5 small terminals at the top with gibberish greenish 
characters and can recognize the boot messages and i can type too i.e. can make 
out the small characters being type and the bottom half of the screen shows 
white possibly something from the kde screen. Also I can switch back 
successfully to the kde session.

I am having a ati radeon 4670 hd.
KUbuntu 9.04 x86_64.

Thanks.

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New

-- 
xorg terminal switching problem
https://bugs.edge.launchpad.net/bugs/370302
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 463488] [NEW] Touchpad not enabled on Lenovo T400

2010-02-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: synaptic

I have recently upgraded to Karmic on my Lenovo T400 and found that the
Touchpad is disabled. (It's running on wubi)

I searched around and found that  I have to do the config

Option "SHMConfig" "true"

in my xorg.conf and so I did.

Also I did the below config in /etc/hal/fdi/policy/shmconfig.fdi





True




But even after these configurations the issue is not solved.

Below is the output from Xorg.0.log

prav...@ubuntu:~$ cat /var/log/Xorg.0.log | grep Synaptics
(II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
(II) Synaptics touchpad driver version 1.1.2
SynPS/2 Synaptics TouchPad The /dev/input/event* device nodes seem to be missing
Query no Synaptics: 00
(--) SynPS/2 Synaptics TouchPad: no supported touchpad found
(EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
(EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"


Please let me know if I need to collect any other logs.

ProblemType: Bug
Architecture: i386
Date: Thu Oct 29 13:06:59 2009
DistroRelease: Ubuntu 9.10
Package: synaptic 0.62.7ubuntu6
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.28-15.52-generic
SourcePackage: synaptic
Uname: Linux 2.6.28-15-generic i686

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: apport-bug i386
-- 
Touchpad not enabled on Lenovo T400
https://bugs.edge.launchpad.net/bugs/463488
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to xserver-xorg-input-synaptics in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 469820] Re: [GM45] system locks up at random intervals, except mouse

2010-02-17 Thread Geir Ove Myhr
I have tried to compile 2.6.33-rc8 with the patch that records the
batchbuffer, but unfortunately it doesn't boot at all. I don't know what
I did wrong. Probably it needs some special configuration option.

-- 
[GM45] system locks up at random intervals, except mouse
https://bugs.launchpad.net/bugs/469820
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xf86-video-intel.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-x-swat] [Bug 391215] Re: vga=791 kernel line option breaks tty consoles

2010-02-17 Thread u-foka
Well, maybe that is an acceptable solution if the stability of nouveau
will be good enough, but I had never any problems with the nvidia prop +
vesafb combo, so why I should not use it? no kms... ok... I don't care,
on my lcd screen, the resolution switch smooth and painless anyway...
And many people may prefer that over nouveau even if plymouth can't use that

On 02/17/2010 08:57 PM, Chase Douglas wrote:
> Is it possible for those still wanting high resolution virtual terminals
> to use nouveau over nvidia? Nouveau will be the default in Lucid.
>
>

-- 
vga=791 kernel line option breaks tty consoles
https://bugs.launchpad.net/bugs/391215
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 516331] Re: Ice listener

2010-02-17 Thread alex-mobigo
I am getting this message just before login in.
Fresh new ubuntu 9.10 install.

seems to happen on:
/**
* gsm_xsmp_init:
*
* Initializes XSMP. Notably, it creates the XSMP listening socket and
* sets the SESSION_MANAGER environment variable to point to it.
**/
void
gsm_xsmp_init (void)

a...@srv:~$ echo $SESSION_MANAGER
local/srv:@/tmp/.ICE-unix/1713,unix/srv:/tmp/.ICE-unix/1713

-- 
Ice listener
https://bugs.launchpad.net/bugs/516331
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 317094] Re: meta bug to collect lshal touchscreen info

2010-02-17 Thread Mi6
udi = '/org/freedesktop/Hal/devices/usb_device_408_3001_noserial'
  info.linux.driver = 'usb'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_1__00_06_0'  
(string)
  info.product = 'Optical Touch Screen'  (string)
  info.subsystem = 'usb_device'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_408_3001_noserial'  
(string)
  info.vendor = 'Quanta Computer, Inc.'  (string)
  linux.device_file = '/dev/bus/usb/004/003'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'usb'  (string)
  linux.sysfs_path = '/sys/devices/pci:00/:00:06.0/usb4/4-2'  (string)
  usb_device.bus_number = 4  (0x4)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.configuration_value = 1  (0x1)  (int)
  usb_device.device_class = 0  (0x0)  (int)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_revision_bcd = 0  (0x0)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.is_self_powered = false  (bool)
  usb_device.linux.device_number = 3  (0x3)  (int)
  usb_device.linux.sysfs_path = '/sys/devices/pci:00/:00:06.0/usb4/4-2' 
 (string)
  usb_device.max_power = 500  (0x1f4)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.num_interfaces = 1  (0x1)  (int)
  usb_device.num_ports = 0  (0x0)  (int)
  usb_device.product = 'Optical Touch Screen'  (string)
  usb_device.product_id = 12289  (0x3001)  (int)
  usb_device.speed = 12.0 (12) (double)
  usb_device.vendor = 'Quanta Computer, Inc.'  (string)
  usb_device.vendor_id = 1032  (0x408)  (int)
  usb_device.version = 1.1 (1.1) (double)


This is from a WindTop AE2220

numediacan...@numedia:~$ lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 003: ID 0408:3001 Quanta Computer, Inc. 
Bus 004 Device 002: ID 046d:c316 Logitech, Inc. HID-Compliant Keyboard
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 045e:0084 Microsoft Corp. Basic Optical Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 5986:0241 Acer, Inc 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

-- 
meta bug to collect lshal touchscreen info
https://bugs.launchpad.net/bugs/317094
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xf86-input-evtouch in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 391215] Re: vga=791 kernel line option breaks tty consoles

2010-02-17 Thread Chase Douglas
Is it possible for those still wanting high resolution virtual terminals
to use nouveau over nvidia? Nouveau will be the default in Lucid.

-- 
vga=791 kernel line option breaks tty consoles
https://bugs.launchpad.net/bugs/391215
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 316481] Re: Switching user twice causes hang

2010-02-17 Thread Johannes Schwarzer
*** This bug is a duplicate of bug 500056 ***
https://bugs.launchpad.net/bugs/500056

** This bug has been marked a duplicate of bug 500056
   After logging out, trying to switch user, and changing from vtty back to X 
system completely hangs with a black screen with ATI Mobility Radeon non-free 
Drivers

-- 
Switching user twice causes hang
https://bugs.launchpad.net/bugs/316481
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 500056] Re: After logging out, trying to switch user, and changing from vtty back to X system completely hangs with a black screen with ATI Mobility Radeon non-free Drivers

2010-02-17 Thread Johannes Schwarzer
one thing to add: I know my solution isn't first best, but perhaps it
helps someone and the developers can figure out what exactly caused the
problem

-- 
After logging out, trying to switch user, and changing from vtty back to X 
system completely hangs with a black screen with ATI Mobility Radeon non-free 
Drivers
https://bugs.launchpad.net/bugs/500056
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 517417] Re: [Q35] Rebooting after relatively long uptime, Xorg gives an error of No Valid Modes

2010-02-17 Thread Andreas Noteng
Yes, you can continue using the kernel.
Will most likely not be fixed in Jaunty, karmic might be fixed if you request a 
backport. For now we concentrate on getting Lucid ready for release.

-- 
[Q35] Rebooting after relatively long uptime, Xorg gives an error of No Valid 
Modes
https://bugs.launchpad.net/bugs/517417
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522554] Re: Logged out when typing 2 or @

2010-02-17 Thread Martin Karlsson
@Alex
I've tried both with autologin and without. My description in the bug report is 
with autologin enabled, but after your comments I tried without too. It doesn't 
matter for me: hitting 2 on the GDM screen restarts the X server. If I reboot, 
log in and then hit 2 I get logged out. Same as for you I guess? 

It only happen once after each reboot, just as the "Enter hang bug"
linked to earlier.

Also it doesn't matter if I'm using proprietary driver or not.

-- 
Logged out when typing 2 or @
https://bugs.launchpad.net/bugs/522554
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 391215] Re: vga=791 kernel line option breaks tty consoles

2010-02-17 Thread Chase Douglas
I misspoke when I said nvidia will have kernel mode setting support in
Lucid. The nouveau drivers will have KMS, but the proprietary nvidia
drivers will not. Thus, the virtual terminal won't look the greatest
when using the nvidia drivers.

-- 
vga=791 kernel line option breaks tty consoles
https://bugs.launchpad.net/bugs/391215
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 517417] Re: [Q35] Rebooting after relatively long uptime, Xorg gives an error of No Valid Modes

2010-02-17 Thread Sensiva
Andreas, I appreciate your help but would you please answer my
questions?

- Can I continue using that kernel? or I should revert back to Karmic kernel?
- Is it planned to be fixed in Karmic or Jaunty too?

Thanks

-- 
[Q35] Rebooting after relatively long uptime, Xorg gives an error of No Valid 
Modes
https://bugs.launchpad.net/bugs/517417
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 519213] Re: X restarts once if '2' key is pressed when gdm password field has focus

2010-02-17 Thread Andreas Noteng
*** This bug is a duplicate of bug 522554 ***
https://bugs.launchpad.net/bugs/522554

I think you are right, marking as duplicate and confirming.

** This bug has been marked a duplicate of bug 522554
   Logged out when typing 2 or @

-- 
X restarts once if '2' key is pressed when gdm password field has focus
https://bugs.launchpad.net/bugs/519213
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522554] Re: Logged out when typing 2 or @

2010-02-17 Thread Andreas Noteng
For me this happens only with proprietary driver, not with nouveau, have
not tested the nv driver.

** Changed in: nvidia-graphics-drivers (Ubuntu)
   Status: New => Confirmed

-- 
Logged out when typing 2 or @
https://bugs.launchpad.net/bugs/522554
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 318303] Re: radeontool writes error messages to stdout

2010-02-17 Thread Tormod Volden
Erik's patch was applied upstream and also included in radeontool
1.6.0-1 which has been synced into Lucid. Thanks for your contribution!

** Changed in: radeontool (Ubuntu)
   Status: Confirmed => Fix Released

-- 
radeontool writes error messages to stdout
https://bugs.launchpad.net/bugs/318303
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to radeontool in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 500056] Re: After logging out, trying to switch user, and changing from vtty back to X system completely hangs with a black screen with ATI Mobility Radeon non-free Drivers

2010-02-17 Thread Johannes Schwarzer
try this PPA. it helped with my probs

deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu karmic main

then do a dist-upgrade

notice:

install ppa-purge at first! if you can't get to X again, you might have
no internet connection (wifi) so the best would be to first dist-
upgrade, then downgrade via ppa-purge, and then dist-upgrade again, then
all packages are in /var/cache/apt/archives and can be installed with
ppa-purge without a internet connection

from their website: To revert to official packages, you can
install theppa-purge  package and run "sudo ppa-purge
xorg-edgers". Note that you will want to reinstall linux-libc-dev
afterwards manually if you had libdrm-dev installed on karmic and
newer!!!

website: https://launchpad.net/~xorg-edgers
https://launchpad.net/~xorg-edgers/+archive/ppa

-- 
After logging out, trying to switch user, and changing from vtty back to X 
system completely hangs with a black screen with ATI Mobility Radeon non-free 
Drivers
https://bugs.launchpad.net/bugs/500056
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 519213] Re: X restarts once if '2' key is pressed when gdm password field has focus

2010-02-17 Thread Alex Valavanis
*** This bug is a duplicate of bug 522554 ***
https://bugs.launchpad.net/bugs/522554

See also bug #522554.  This is probably a duplicate.  The other bug
seems to be experienced by people who have autologin enabled.

I'm guessing that the true situation is that X restarts the first time
the '2' key is pressed.  It doesn't matter where it occurs.

-- 
X restarts once if '2' key is pressed when gdm password field has focus
https://bugs.launchpad.net/bugs/519213
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522554] Re: Logged out when typing 2 or @

2010-02-17 Thread Alex Valavanis
@Martin Karlsson
Do you have autologin enabled too?

** Also affects: nvidia-graphics-drivers (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Logged out when typing 2 or @
https://bugs.launchpad.net/bugs/522554
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 519213] Re: X restarts once if '2' key is pressed when gdm password field has focus

2010-02-17 Thread Alex Valavanis
** Changed in: xorg-server (Ubuntu)
   Status: New => Confirmed

-- 
X restarts once if '2' key is pressed when gdm password field has focus
https://bugs.launchpad.net/bugs/519213
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 517417] Re: [Q35] Rebooting after relatively long uptime, Xorg gives an error of No Valid Modes

2010-02-17 Thread Andreas Noteng
There shouldn't be a problem with using the new kernel. This means it is
most likely fixed in Lucid already, so when the time comes and you
upgrade, it will work with the ubuntu-kernel.

-- 
[Q35] Rebooting after relatively long uptime, Xorg gives an error of No Valid 
Modes
https://bugs.launchpad.net/bugs/517417
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522394] Re: [Lucid alpha2] ATI Mobility Radeon 9600 not displaying on LVDS

2010-02-17 Thread stefan.witwicki
Update:

I got the display working properly by installing the following package:
fglrx-kernel-source.  Does that make sense to anyone?

Should fglrx-kernel-source be installed by default when ubuntu
encounters this particular hardware?  Perhaps the bug is somehow related
to hardware detection?

At the moment, the Lucid install process is severely crippled, requiring
that the user plug in an external monitor to see the install dialogs.
(It was only after having installed Ubuntu Luci this way that I added
fglrx-kernel-source.)

-- 
[Lucid alpha2] ATI Mobility Radeon 9600 not displaying on LVDS
https://bugs.launchpad.net/bugs/522394
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-ati in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 392938] Re: No sound while in x display with nvidia driver and acpi=on

2010-02-17 Thread Jens Gräf
Mh, so perhaps it's not solved correctly or I'm seeing another bug.

Installed karmic 64 yesterday with all updates.
Tried nvidia-185 and 190 from ppa -> no sound

ctrl-alt-f1 -> sound works
ctrl-alt-f7 -> silence again

faked edid as in 
http://www.mythtv.org/wiki/Configuring_Analog_Sound_DVI_to_HDMI
problem solved.

-- 
No sound while in x display with nvidia driver and acpi=on
https://bugs.launchpad.net/bugs/392938
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 491210] Re: [i865G] Monitor Resolution limited to 800x600

2010-02-17 Thread Scott Kitterman
No.  It's pretty standard that if a bug isn't fixed to mark it
regression potential for the next release.

Would you please explain how this is a kernel bug when downgrading
xserver-xorg-video-intel to an older version solves the problem?

** Changed in: linux (Ubuntu Karmic)
   Status: New => Confirmed

** Changed in: linux (Ubuntu Karmic)
   Importance: Undecided => High

** Changed in: linux (Ubuntu Lucid)
   Status: Incomplete => Confirmed

** Changed in: linux (Ubuntu Lucid)
Milestone: None => ubuntu-10.04-beta-1

-- 
[i865G] Monitor Resolution limited to 800x600
https://bugs.launchpad.net/bugs/491210
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 519213] Re: X restarts once if '2' key is pressed when gdm password field has focus

2010-02-17 Thread Andreas Noteng
Can confirm this in lucid. This does not happen when using the nouveau
drivers.

-- 
X restarts once if '2' key is pressed when gdm password field has focus
https://bugs.launchpad.net/bugs/519213
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522554] Re: Logged out when typing 2 or @

2010-02-17 Thread Martin Karlsson
Must be the same, should probably be marked as duplicate but I'm leaving
it as it is for now (that way it has a better chance to show up in
search results).

-- 
Logged out when typing 2 or @
https://bugs.launchpad.net/bugs/522554
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


Re: [Ubuntu-x-swat] [Bug 391215] Re: vga=791 kernel line option breaks tty consoles

2010-02-17 Thread u-foka
Hy!

I think this bug is something about the blocklisted fb drivers since I
don't know what version of ubuntu...
before that we used the vga param to get a high resolution terminal, I
personally used it to get usplash work on my native 1280x800 resolution
(nvidia 8400m, if I simply enter the resolution in /etc/usplash.conf
usplash still uses 1024x768).. Since ubuntu blacklisted these drivers, I
removed the blacklisting of vesafb, and added fbcon, vesafb to
/etc/modules (or something simlar I can't clearly remember) but since
karmic, I (and it seems others) can't get that working. On lucid I still
have a low res tty console, and plymouth only uses that text console
with a blue 1 line progress bar at bottom at boot (with or without the
nvidia drivers)... this will change till the release? I need the nouveau
packages installed to get it work? (I will test that soon)

On 02/17/2010 06:05 PM, Chase Douglas wrote:
> Because this has not been confirmed as an upstream kernel bug, and
> likely can't be due to the proprietary nvidia module, I am marking this
> as invalid against the upstream project.
>
> ** Changed in: linux
>Status: Confirmed => Invalid
>
> ** Changed in: linux (Ubuntu)
>Importance: Undecided => Low
>
>

-- 
vga=791 kernel line option breaks tty consoles
https://bugs.launchpad.net/bugs/391215
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 391215] Re: vga=791 kernel line option breaks tty consoles

2010-02-17 Thread John Yates
I don't use a graphical boot. I prefer more text on a line.
But whatever.

-- 
vga=791 kernel line option breaks tty consoles
https://bugs.launchpad.net/bugs/391215
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 523337] Re: xorg segfault at 7 ip 00007f59ce3a010f sp

2010-02-17 Thread starslights

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/39315385/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/39315386/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/39315388/Dependencies.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/39315391/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/39315394/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   http://launchpadlibrarian.net/39315395/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/39315396/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/39315397/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/39315398/ProcModules.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/39315399/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/39315400/UdevLog.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/39315401/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/39315402/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/39315403/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/39315404/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/39315405/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/39315406/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/39315407/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/39315408/xkbcomp.txt

-- 
xorg segfault at 7 ip 7f59ce3a010f sp
https://bugs.launchpad.net/bugs/523337
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 523337] [NEW] xorg segfault at 7 ip 00007f59ce3a010f sp

2010-02-17 Thread starslights
Public bug reported:

Binary package hint: xorg

Hello, i run kubuntu karmic 9.10 on x86 64 and i have a segfault in my
lof after have rebooted

[  228.108129] Xorg[1561]: segfault at 7 ip 7f59ce3a010f sp
7fffb0a560c0 error 4 in ld-2.10.1.so[7f59ce392000+1f000]

Linux  2.6.31-20-generic #57-Ubuntu SMP Mon Feb 8 09:02:26 UTC 2010
x86_64 GNU/Linux

ProblemType: Bug
Architecture: amd64
Date: Wed Feb 17 19:01:23 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Kubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
MachineType: System manufacturer P5Q-E
NonfreeKernelModules: nvidia
Package: xorg 1:7.4+3ubuntu10
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-20-generic 
root=UUID=d4f7b656-5965-43fb-acc2-5bc98e3ba8c6 ro quiet splash
ProcEnviron:
 LANGUAGE=
 LANG=fr_CH.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-20.57-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu10
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.0-1ubuntu2.1
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
SourcePackage: xorg
Uname: Linux 2.6.31-20-generic x86_64
XsessionErrors:
 (nautilus:4177): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed
 (polkit-gnome-authentication-agent-1:4217): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (firefox-bin:6958): GLib-WARNING **: g_set_prgname() called multiple times
 (firefox-bin:6958): GLib-WARNING **: g_set_prgname() called multiple times
dmi.bios.date: 02/25/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2001
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P5Q-E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2001:bd02/25/2009:svnSystemmanufacturer:pnP5Q-E:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP5Q-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: P5Q-E
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.31-20-generic

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
xorg segfault at 7 ip 7f59ce3a010f sp
https://bugs.launchpad.net/bugs/523337
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 494699] Re: Does not support current Lucid kernel (2.6.32)

2010-02-17 Thread Martin Pitt
** Changed in: fglrx-installer (Ubuntu)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

-- 
Does not support current Lucid kernel (2.6.32)
https://bugs.launchpad.net/bugs/494699
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 426417] Re: broken menus at Ubuntu Linux 9.04/9.10 with intel-2.8.1/2.9

2010-02-17 Thread Sivasubramaniam S
I tried the workaround shown in comment #35 and Stellarium seems to work
fine.

Thanks!

-- 
broken menus at Ubuntu Linux 9.04/9.10 with intel-2.8.1/2.9
https://bugs.launchpad.net/bugs/426417
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xf86-video-intel.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522575] Re: driver crash xorg server on XkbApplyMappingChange

2010-02-17 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed => In Progress

-- 
driver crash xorg server on XkbApplyMappingChange
https://bugs.launchpad.net/bugs/522575
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-aiptek in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 392938] Re: No sound while in x display with nvidia driver and acpi=on

2010-02-17 Thread David Santamaría Rogado
Jens Gräf this is a know solved bug (you can see it in the kernel bug
tracker), with nowadays some old versions of nvidia driver and some old
versions of linux kernel the sound stops working, no sound from
integrated sound card, no sound from pci card, no sound at all.

The easiest way to resolve it is to install 190 or to upgrade to ubuntu
karmic.

-- 
No sound while in x display with nvidia driver and acpi=on
https://bugs.launchpad.net/bugs/392938
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 510004] Re: [lucid regression] random graphics effects after resume from suspend to RAM

2010-02-17 Thread Chase Douglas
@andoreasu:

The original issue is: After a suspend/resume of a single X session,
artifacts are seen and switching between VTs fixes some, but not all, of
the issues.

Your issue is: After a suspend/resume with multiple X sessions, one of
the X sessions hangs indefinitely (Christian Schürer-Waldheim had a
symptom that looks similar to yours, but removing --quirk-no-chvt fixed
his issues).

These are separate issues, so you should open a new bug to deal with
your issue. If it happens to be that they are two separate symptoms of
the same underlying issue, we can easily link one bug as a duplicate of
the other. It is much easier to go that route than to continue trying to
fix two different symptoms in the same bug here.

-- 
[lucid regression] random graphics effects after resume from suspend to RAM
https://bugs.launchpad.net/bugs/510004
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522554] Re: Logged out when typing 2 or @

2010-02-17 Thread Ramon Rocha
It may be the same bug.  I had autologin enabled so it bypassed the
initial password prompt in my case.

-- 
Logged out when typing 2 or @
https://bugs.launchpad.net/bugs/522554
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 502237] Re: Xorg crashes after GDM when switching users

2010-02-17 Thread Alen
I did a backtrace with my laptop connected via SSH, could this help?


** Attachment added: "gdb_20100205.txt"
   http://launchpadlibrarian.net/39308778/gdb_20100205.txt

-- 
Xorg crashes after GDM when switching users
https://bugs.launchpad.net/bugs/502237
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 391215] Re: vga=791 kernel line option breaks tty consoles

2010-02-17 Thread Chase Douglas
Because this has not been confirmed as an upstream kernel bug, and
likely can't be due to the proprietary nvidia module, I am marking this
as invalid against the upstream project.

** Changed in: linux
   Status: Confirmed => Invalid

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

-- 
vga=791 kernel line option breaks tty consoles
https://bugs.launchpad.net/bugs/391215
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 391215] Re: vga=791 kernel line option breaks tty consoles

2010-02-17 Thread Chase Douglas
What is the goal of using the vga=xxx options at boot? In Lucid, the
nvidia driver has kernel mode setting, which should result in a better
experience in the virtual terminal than under previous releases. The
vga=xxx options should not need to be used in lucid. Please confirm
whether the default boot options are sufficient.

If you still need better support under previous releases, please state
which ones so we can properly target our solutions.

Thanks

-- 
vga=791 kernel line option breaks tty consoles
https://bugs.launchpad.net/bugs/391215
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 519213] Re: X restarts once if '2' key is pressed when gdm password field has focus

2010-02-17 Thread Alex Valavanis
** Also affects: nvidia-graphics-drivers (Ubuntu)
   Importance: Undecided
   Status: New

-- 
X restarts once if '2' key is pressed when gdm password field has focus
https://bugs.launchpad.net/bugs/519213
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 519213] Re: X restarts once if '2' key is pressed when gdm password field has focus

2010-02-17 Thread Alex Valavanis
** Summary changed:

- X restarts once if <"> character is entered in gdm password field
+ X restarts once if '2' key is pressed when gdm password field has focus

** Description changed:

  Binary package hint: gdm
  
- If I enter the <"> character (inverted comma) in the gdm password field,
- then X restarts immediately.
+ If I press the '2' key or SHIFT+2 while the gdm password field has
+ focus, then X restarts.
  
  * This only happens once.  On subsequent attempts, gdm accepts the entire 
password
  * I am using the non-free nvidia 190.53 binary driver
  * Running fully-updated lucid alpha 2
  * I have UK keyboard layout
  
  I'm afraid I don't know exactly which package is causing this bug or
  what information to provide.  Please let me know and I'll happily
  oblige.
  
  $ apt-cache policy gdm
  gdm:
-   Installed: 2.29.6-0ubuntu2
-   Candidate: 2.29.6-0ubuntu2
-   Version table:
-  *** 2.29.6-0ubuntu2 0
- 500 http://gb.archive.ubuntu.com lucid/main Packages
- 100 /var/lib/dpkg/status
+   Installed: 2.29.6-0ubuntu2
+   Candidate: 2.29.6-0ubuntu2
+   Version table:
+  *** 2.29.6-0ubuntu2 0
+ 500 http://gb.archive.ubuntu.com lucid/main Packages
+ 100 /var/lib/dpkg/status
  
  $ uname -a
  Linux lepton 2.6.32-12-generic #17-Ubuntu SMP Fri Feb 5 08:16:30 UTC 2010 
x86_64 GNU/Linux
  
  $ apt-cache policy nvidia-current
  nvidia-current:
-   Installed: 190.53-0ubuntu14
-   Candidate: 190.53-0ubuntu14
-   Version table:
-  *** 190.53-0ubuntu14 0
- 500 http://gb.archive.ubuntu.com lucid/restricted Packages
- 100 /var/lib/dpkg/status
+   Installed: 190.53-0ubuntu14
+   Candidate: 190.53-0ubuntu14
+   Version table:
+  *** 190.53-0ubuntu14 0
+ 500 http://gb.archive.ubuntu.com lucid/restricted Packages
+ 100 /var/lib/dpkg/status

-- 
X restarts once if '2' key is pressed when gdm password field has focus
https://bugs.launchpad.net/bugs/519213
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522554] Re: Logged out when typing 2 or @

2010-02-17 Thread Alex Valavanis
This is pretty similar to bug #519213.  If I press the 2 key (or
SHIFT+2), when the gdm password field has focus, then X restarts.

-- 
Logged out when typing 2 or @
https://bugs.launchpad.net/bugs/522554
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 456902] Re: [i845G] Karmic stops responding a few minutes after log in

2010-02-17 Thread shadetree
This version is stable.

7:2.8.0-47-ge903b3e

00:02.0 VGA compatible controller: Intel Corporation
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)

libdrm2: 1:2.4.11-2+karmic3

Linux 2.6.31-19-generic

-- 
[i845G] Karmic stops responding a few minutes after log in
https://bugs.launchpad.net/bugs/456902
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xf86-video-intel.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 515470] Re: [GM45] i810 kernel module doesn't load since version 2.6.31-17-generic-pae or greater

2010-02-17 Thread Chase Douglas
** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Importance: Undecided => Low

-- 
[GM45] i810 kernel module doesn't load since version 2.6.31-17-generic-pae or 
greater
https://bugs.launchpad.net/bugs/515470
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 510004] Re: [lucid regression] random graphics effects after resume from suspend to RAM

2010-02-17 Thread andoreasu
@Chase Douglas

I disagree.
To me it seems to be the same bug. 
It can be triggered by suspend/resume or by switching betreen multiple X 
sessions.

-- 
[lucid regression] random graphics effects after resume from suspend to RAM
https://bugs.launchpad.net/bugs/510004
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522554] Re: Logged out when typing @

2010-02-17 Thread Martin Karlsson
No, you're right, it gets worse all the time while typing. As I
remembered the corruption only worsened when the system froze, but
that's not the case. And also, as you say, it's the 2 key that's the
problem and not the @. I'll change bug title accordingly :)

** Summary changed:

- Logged out when typing @
+ Logged out when typing 2 or @

** Description changed:

  I get logged out to the GDM screen when typing in the password to my
- wireless network. It's always with the same character, namely @. After I
- log in again I can successfully enter the password.
+ wireless network. It's always with the same character, namely @ (or as
+ it turned out, it's sufficient to press the key 2). After I log in again
+ I can successfully enter the password.
  
  ProblemType: Bug
  Architecture: amd64
  CRDA: Error: [Errno 2] No such file or directory
  Date: Tue Feb 16 11:33:16 2010
  DistroRelease: Ubuntu 10.04
  IfupdownConfig:
-  auto lo
-  iface lo inet loopback
+  auto lo
+  iface lo inet loopback
  InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha amd64 (20100215)
  IpRoute:
-  192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.4  metric 
2 
-  169.254.0.0/16 dev wlan0  scope link  metric 1000 
-  default via 192.168.1.1 dev wlan0  proto static
+  192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.4  metric 2
+  169.254.0.0/16 dev wlan0  scope link  metric 1000
+  default via 192.168.1.1 dev wlan0  proto static
  Keyfiles: Error: [Errno 2] No such file or directory
  NonfreeKernelModules: nvidia
  Package: network-manager-gnome 0.8~rc2-0ubuntu1
  ProcEnviron:
-  LANG=en_US.utf8
-  SHELL=/bin/bash
+  LANG=en_US.utf8
+  SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.32-13.18-generic
  SourcePackage: network-manager-applet
  Uname: Linux 2.6.32-13-generic x86_64
  WifiSyslog:

-- 
Logged out when typing 2 or @
https://bugs.launchpad.net/bugs/522554
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 281402] Re: [i845] display problem

2010-02-17 Thread Jeremy Foshee
Rahul,
 As you may be aware, modesetting has been moved into the kernel. As such 
I'd appreciate a test of this issue against the latest Lucid build in addition 
to testing against the latest vanilla mainline kernel build.

I'll be adding a kernel task to this bug and marking the xorg task as
invalid.

Thanks!

-JFo

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

-- 
[i845] display problem
https://bugs.launchpad.net/bugs/281402
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 288807] Re: [i815] Wrong resolution on Vaio PCG-SRX51, PCG-SRX41 and PCG-FX370 due to incorrect h/v rates

2010-02-17 Thread Jeremy Foshee
Alexander,
 As you may be aware, the modesetting bits are now being handled in the 
kernel. AS such, I'd appreciate if you could test this against the latest build 
of Lucid and, if the behavior is still present, against the latest vanilla 
mainline build.

I'll be adding a kernel task to this bug and marking the xorg item
invalid.

Thanks!

-JFo

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

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

** Changed in: linux (Ubuntu)
   Importance: Undecided => Wishlist

-- 
[i815] Wrong resolution on Vaio PCG-SRX51, PCG-SRX41 and PCG-FX370 due to 
incorrect h/v rates
https://bugs.launchpad.net/bugs/288807
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522554] Re: Logged out when typing @

2010-02-17 Thread Martin Karlsson
Yes, I do. The graphics corruption is present with the open source
nVidia driver, but not with the proprietary driver. The corruption is
present all the time with the open source driver, but in much lesser
degree before the system hangs (it's basically just a couple of black
pixels at the top most line of pixels). When the system hangs and I type
something, I get what you describe at the top of the screen.

-- 
Logged out when typing @
https://bugs.launchpad.net/bugs/522554
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 286001] Re: [g45] Wishlist: Use native resolution of both monitors by default for login screen in dual-head setup

2010-02-17 Thread Jeremy Foshee
Kai,
   As you may be aware, modesetting has moved into the kernel. As such, I'd 
appreciate a test against the latest build of Lucid. Should you encounter the 
issue there, please also test against the latest vanilla mainline kernel build 
so that we can verify the behavior there.

I'll be adding a kernel task to this bug and marking the xorg task
invalid.

Thanks!

-JFo

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Importance: Undecided => Wishlist

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

-- 
[g45] Wishlist: Use native resolution of both monitors by default for login 
screen in dual-head setup
https://bugs.launchpad.net/bugs/286001
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 411295] Re: [i945gme] External screen resolution is not detected correctly

2010-02-17 Thread Jeremy Foshee
Jonathan,
  As you may be aware, modesetting has moved into the kernel. As such, I'd 
appreciate if you could test this against a LiveCD of the Latest Lucid (if that 
is possible). Additionally, if you do encounter this still, a test against the 
latest mainline vanilla kernel would be helpful.

I'm adding a kernel task to this bug and marking the xorg task as
invalid.

Thanks!

-JFo

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

-- 
[i945gme] External screen resolution is not detected correctly
https://bugs.launchpad.net/bugs/411295
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 432401] Re: [i915gm] Intel/KMS: Missing 1024 x 768 mode (regression from Jaunty)

2010-02-17 Thread Jeremy Foshee
Andreas,
 as you are probably aware, the modesetting bits have moved to the kernel. 
as such, I am going to open a kernel task for this bug and close out the xorg 
task as invalid.

I'd really appreciate a test against the latest Lucid build and, if the
problem is present there, a test against the latest mainline vanilla
kernel.

Thanks!

-JFo

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

-- 
[i915gm] Intel/KMS: Missing 1024 x 768 mode (regression from Jaunty)
https://bugs.launchpad.net/bugs/432401
You received this bug notification because you are a member of Ubuntu-X,
which is the registrant for xf86-video-intel.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 355629] Re: [GM45] Need TVout quirk for 8086:2a42

2010-02-17 Thread Jeremy Foshee
isazi,
As you may already know, modesetting is something that the kernel does now. 
As such I am opening a kernel task for this bug. I would appreciate if you 
could test this against the latest Lucid build to see if this is still an issue 
for you in the current kernel. If you do encounter the issue there I'd also 
appreciate a test against the latest vanilla kernel.

I'll also be closing out the xorg task on this bug as invalid due to the
modesetting migration to the kernel.

Thanks!

-JFo

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Importance: Undecided => Medium

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

-- 
[GM45] Need TVout quirk for 8086:2a42
https://bugs.launchpad.net/bugs/355629
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 491210] Re: [i865G] Monitor Resolution limited to 800x600

2010-02-17 Thread Jeremy Foshee
marking xorg tasks as invalid.

-JFo

** Changed in: xserver-xorg-video-intel (Ubuntu Karmic)
   Status: Confirmed => Invalid

** Changed in: xserver-xorg-video-intel (Ubuntu Lucid)
   Status: Confirmed => Invalid

-- 
[i865G] Monitor Resolution limited to 800x600
https://bugs.launchpad.net/bugs/491210
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 494699] Re: Does not support current Lucid kernel (2.6.32)

2010-02-17 Thread Brian Murray
** Tags added: patch

-- 
Does not support current Lucid kernel (2.6.32)
https://bugs.launchpad.net/bugs/494699
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 236006] Re: [i815] X server doesn't use resolution capabilities

2010-02-17 Thread Jeremy Foshee
Marking the xorg item as invalid.

-JFo

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

-- 
[i815] 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-X,
which is the registrant for xf86-video-intel.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 429369] Re: [i945GM] No screen(s) found after updgrade to karmic alpha 5

2010-02-17 Thread Jeremy Foshee
closing the xorg task as invalid

JFo

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

-- 
[i945GM] No screen(s) found after updgrade to karmic alpha 5
https://bugs.launchpad.net/bugs/429369
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-intel in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522554] Re: Logged out when typing @

2010-02-17 Thread Ramon Rocha
I also encountered this bug in Lucid.  It appears to consistently happen
for me when hitting the number 2 key on the keyboard.

Moreover, when two monitors are connected, instead of my session ending
and getting returned to the login screen, both of my monitors shutoff
and the keyboard becomes unresponsive.

Martin, before doing the logout/login workaround, do you see graphical
corruption at the top of your screen that gets worse the more you type?

-- 
Logged out when typing @
https://bugs.launchpad.net/bugs/522554
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 350006] Re: deactivating the short "low resolution" display in fullscreen view

2010-02-17 Thread Monkey
I´ve assigned this bug to the xorg package. Thank You for making Ubuntu
better.

** Package changed: ubuntu => xorg (Ubuntu)

-- 
deactivating the short "low resolution" display in fullscreen view
https://bugs.launchpad.net/bugs/350006
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 350234] Re: Wrong screen resolution with HDMI TV

2010-02-17 Thread Monkey
I´ve assigned this bug to the xorg package.
Do You still have this bug?

Thank You for making Ubuntu better

** Package changed: ubuntu => xorg (Ubuntu)

** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

-- 
Wrong screen resolution with HDMI TV
https://bugs.launchpad.net/bugs/350234
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 522318] Re: Serial Tablet PCs not supported in lucid

2010-02-17 Thread Karl Hegbloom
I will have patches for this ready by the end of the day tested on a
Thinkpad X61 Tablet.

-- 
Serial Tablet PCs not supported in lucid
https://bugs.launchpad.net/bugs/522318
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 350006] [NEW] deactivating the short "low resolution" display in fullscreen view

2010-02-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

It should be great if one can deactivate the brief display of a low
resolution sample of the picture in diaporama or fullscreen view ...

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: wishlist
-- 
deactivating the short "low resolution" display in fullscreen view
https://bugs.edge.launchpad.net/bugs/350006
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 350234] [NEW] Wrong screen resolution with HDMI TV

2010-02-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Hi, 
after upgrading to jaunty beta I still have that problem: 

My PC is connected to the HDMI port of a LCD TV. Unfortunately, that TV
is labeled as "HD Ready" and thus announces all HD TV resolutions on the
HDMI port. Therefore, the PC is not able to recognize the real
resolution of the panel and chooses just anyone.

I can easily fix this problem by running

   xrandr -s 1440x900

after login, but that's exactly the problem, that I need to login first
in order to run it. The login screen already has the wrong resolution.

Is there any way to have the xorg driver choose a manually given
resolution from start? I did not find a hint in the xorg.conf manpage.
It just allows to give the screen size in millimeters.

regards

** Affects: hundredpapercuts
 Importance: Undecided
 Status: Invalid

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: Incomplete

-- 
Wrong screen resolution with HDMI TV
https://bugs.edge.launchpad.net/bugs/350234
You received this bug notification because you are a member of Ubuntu-X, which 
is subscribed to xorg in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 497954] Re: Random full screen flash then xorg-server crash back to login screen

2010-02-17 Thread Jerry
Been running on the nv driver with no problem, just no acceleration.
Would like to get this fixed.

-- 
Random full screen flash then xorg-server crash back to login screen
https://bugs.launchpad.net/bugs/497954
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 519053] Re: Radeon HD 3200 Graphics non detected by "Hardware Drivers" at startup

2010-02-17 Thread madbiologist
It looks like this is deliberate.  From
https://launchpad.net/ubuntu/+source/fglrx-installer

Published  on 2010-02-10

Changelog

fglrx-installer (2:8.660-0ubuntu6) lucid; urgency=low

  * debian/control:
- Provide xserver-xorg-video-5 so as to make the package
  uninstallable until AMD restores compatibility with X.
 -- Alberto MiloneWed, 10 Feb 2010 10:14:14 -0500

The ATI Catalyst (fglrx) driver does not currently support Xserver 1.7.
If support does not arrive this month Ubuntu 10.04 "Lucid Lynx" may be
released with a special unreleased Catalyst driver to support Xserver
1.7, similar to what occurred in 9.10 "Karmic Koala" and 9.04 "Jaunty
Jackalope".

-- 
Radeon HD 3200 Graphics non detected by "Hardware Drivers" at startup
https://bugs.launchpad.net/bugs/519053
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 494699] Re: Does not support current Lucid kernel (2.6.32)

2010-02-17 Thread Aurélien Couderc
There has been a trivial patch in Debian unstable for a while to make recent 
fglrx build with linux 2.6.32.
The real show stopper though, is that Catalyst at least up to 10.1 won't work 
with Xorg 7.5 found in lucid.

** Patch added: "05-fix_missing_signal_include.diff"
   http://launchpadlibrarian.net/39303471/05-fix_missing_signal_include.diff

-- 
Does not support current Lucid kernel (2.6.32)
https://bugs.launchpad.net/bugs/494699
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 502237] Re: Xorg crashes after GDM when switching users

2010-02-17 Thread Eddie Hung
Changing package is a negative. I have this problem on an Intel DG45ID
motherboard with integrated X4500HD graphics.

-- 
Xorg crashes after GDM when switching users
https://bugs.launchpad.net/bugs/502237
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 484387] Re: kopete crashes a parallel Xsession

2010-02-17 Thread Bryce Harrington
** Package changed: xorg-server (Ubuntu) => nvidia-graphics-drivers-180
(Ubuntu)

-- 
kopete crashes a parallel Xsession
https://bugs.launchpad.net/bugs/484387
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 486822] Re: Visible Xvideo apps crash during vty switch

2010-02-17 Thread Bryce Harrington
** Package changed: xorg-server (Ubuntu) => nvidia-graphics-drivers-180
(Ubuntu)

-- 
Visible Xvideo apps crash during vty switch
https://bugs.launchpad.net/bugs/486822
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 491499] Re: xorg randomly crashes on resume

2010-02-17 Thread Bryce Harrington
** Package changed: xorg-server (Ubuntu) => nvidia-graphics-drivers-180
(Ubuntu)

-- 
xorg randomly crashes on resume
https://bugs.launchpad.net/bugs/491499
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 502237] Re: Xorg crashes after GDM when switching users

2010-02-17 Thread Bryce Harrington
** Package changed: xorg-server (Ubuntu) => nvidia-graphics-drivers-180
(Ubuntu)

-- 
Xorg crashes after GDM when switching users
https://bugs.launchpad.net/bugs/502237
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-graphics-drivers-180 in ubuntu.

___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


  1   2   >