Re: [Ubuntu-x-swat] [Bug 507062] Re: synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion `ret != inval_id' failed.

2010-04-16 Thread Brady Merriweather
I will test an open source driver. Testing beta 2 now

On Apr 16, 2010 4:36 AM, Martin Pitt martin.p...@ubuntu.com wrote:

Thanks Scott, Robert, fredrik. The three of you are all using the
proprietary Nvidia driver. It might be a coincidence, or just pure luck
with a sample size of three. :-) Did anyone here experience this kind of
crash who is _not_ using the proprietary driver? I. e. either an NVidia
card with the free default driver (Nouveau), or an ATI/Intel card? Thank
you!

-- synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID:
Assertion `ret != inval_i...

-- 
synaptic assert failure: synaptic: ../../src/xcb_io.c:385: _XAllocID: Assertion 
`ret != inval_id' failed.
https://bugs.launchpad.net/bugs/507062
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to libx11 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 546656] Re: Touchscreen Calibration evtouch driver not responding Lucid 10.04 beta1

2010-04-02 Thread Brady Merriweather
New latest updates remedied the issue!

** Changed in: xf86-input-evtouch (Ubuntu)
   Status: New = Fix Released

-- 
Touchscreen Calibration evtouch driver not responding Lucid 10.04 beta1
https://bugs.launchpad.net/bugs/546656
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 546487] Re: On Lucid, xserver-xorg-input-evtouch does not install ev_calibrate

2010-04-02 Thread Brady Merriweather
** Changed in: xf86-input-evtouch (Ubuntu)
   Status: New = Fix Released

-- 
On Lucid, xserver-xorg-input-evtouch does not install ev_calibrate
https://bugs.launchpad.net/bugs/546487
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 546656] [NEW] Touchscreen Calibration evtouch driver not responding Lucid 10.04 beta1

2010-03-24 Thread Brady Merriweather
Public bug reported:

Checked the hal list for the touchscreen: specific one not displayed:

udi = '/org/freedesktop/Hal/devices/usb_device_1926_3_noserial'
  info.linux.driver = 'usb'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_1__00_1d_0'  
(string)
  info.product = 'Touchscreen'  (string)
  info.subsystem = 'usb_device'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_1926_3_noserial'  (string)
  info.vendor = 'NextWindow'  (string)
  linux.device_file = '/dev/bus/usb/006/002'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'usb'  (string)
  linux.sysfs_path = '/sys/devices/pci:00/:00:1d.0/usb6/6-1'  (string)
  usb_device.bus_number = 6  (0x6)  (int)
  usb_device.can_wake_up = true  (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 = 512  (0x200)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.is_self_powered = false  (bool)
  usb_device.linux.device_number = 2  (0x2)  (int)
  usb_device.linux.sysfs_path = '/sys/devices/pci:00/:00:1d.0/usb6/6-1' 
 (string)
  usb_device.max_power = 100  (0x64)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.num_interfaces = 3  (0x3)  (int)
  usb_device.num_ports = 0  (0x0)  (int)
  usb_device.product = 'Touchscreen'  (string)
  usb_device.product_id = 3  (0x3)  (int)
  usb_device.speed = 12.0 (12) (double)
  usb_device.vendor = 'NextWindow'  (string)
  usb_device.vendor_id = 6438  (0x1926)  (int)
  usb_device.version = 1.1 (1.1) (double)


Created a fdi profile: posted from HP tousmart dev site 
http://www.touchsmartdevzone.com/article/2327/How-to-make-Ubuntu-Linux-work-on-a-TouchSmart-IQ506/
==
inrelation to: http://doc.ubuntu-fr.org/touchsmart_iq506
===
sudo gedit /usr/share/hal/fdi/policy/10osvendor/50-NextWindow.fdi

===
added the following entry, posted from HP tousmart dev site
===
?xml version=1.0 encoding=ISO-8859-1?
deviceinfo version=0.2
  device
match key=info.product contains=NextWindow Touchscreen
  match key=info.capabilities contains=input
 merge key=input.x11_driver type=stringevtouch/merge
 merge key=input.x11_options.reportingmode type=stringraw/merge
 merge key=input.x11_options.sendcoreevents type=stringon/merge
 merge key=input.x11_options.minx type=string0/merge
 merge key=input.x11_options.miny type=string0/merge
 merge key=input.x11_options.maxx type=string32767/merge
 merge key=input.x11_options.maxy type=string32767/merge
  /match
/match
  /device
/deviceinfo
=
saved  rebooted. once done tried it again under hal:
==
usb_device_1926_3_noserial_if2_logicaldev_input_0'
  info.capabilities = {'input', 'input.tablet'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_1926_3_noserial_if2'  
(string)
  info.product = 'NextWindow Touchscreen'  (string)
  info.subsystem = 'input'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/usb_device_1926_3_noserial_if2_logicaldev_input_0'
  (string)
  input.device = '/dev/input/event6'  (string)
  input.originating_device = 
'/org/freedesktop/Hal/devices/usb_device_1926_3_noserial_if2'  (string)
  input.product = 'NextWindow Touchscreen'  (string)
  input.x11_driver = 'evtouch'  (string)
  input.x11_options.maxx = '32767'  (string)
  input.x11_options.maxy = '32767'  (string)
  input.x11_options.minx = '0'  (string)
  input.x11_options.miny = '0'  (string)
  input.x11_options.reportingmode = 'raw'  (string)
  input.x11_options.sendcoreevents = 'on'  (string)
  linux.device_file = '/dev/input/event6'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = 
'/sys/devices/pci:00/:00:1d.0/usb6/6-1/6-1:1.2/input/input6/event6'  
(string)
===
evtouch now shows, but the touchscreen isn't responsive.
===\Device info/===

o0splitpa...@o0splitpaw0o-touchsmart:~$ sudo lsinput
/dev/input/event0
   bustype : BUS_HOST
   vendor  : 0x0
   product : 0x1
   version : 0
   name: Power Button
   phys: PNP0C0C/button/input0
   bits ev : EV_SYN EV_KEY

/dev/input/event1
   bustype : BUS_HOST
   vendor  : 0x0
   product : 0x1
   version : 0
   name: Power Button
   phys: LNXPWRBN/button/input0
   bits ev : EV_SYN EV_KEY

/dev/input/event2
   bustype : BUS_ADB
   vendor  : 0x1
   product : 0x1
   version : 256
   name: Macintosh mouse button emulation
   bits ev : EV_SYN EV_KEY EV_REL

/dev/input/event3
   bustype : BUS_USB
   vendor  : 0x1926
   product : 0x3
   version : 256
   name: NextWindow 

[Ubuntu-x-swat] [Bug 546656] Re: Touchscreen Calibration evtouch driver not responding Lucid 10.04 beta1

2010-03-24 Thread Brady Merriweather

** Attachment added: hal_list
   http://launchpadlibrarian.net/41918913/hal_list

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/41918835/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/41918836/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/41918837/Dependencies.txt

** Attachment added: GdmLog.txt
   http://launchpadlibrarian.net/41918838/GdmLog.txt

** Attachment added: GdmLog1.txt
   http://launchpadlibrarian.net/41918839/GdmLog1.txt

** Attachment added: GdmLog2.txt
   http://launchpadlibrarian.net/41918840/GdmLog2.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/41918841/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/41918842/Lsusb.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/41918843/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/41918844/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/41918845/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/41918846/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   http://launchpadlibrarian.net/41918847/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/41918848/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/41918849/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/41918850/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/41918851/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/41918852/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/41918853/Xrandr.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/41918854/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/41918855/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/41918856/xkbcomp.txt

-- 
Touchscreen Calibration evtouch driver not responding Lucid 10.04 beta1
https://bugs.launchpad.net/bugs/546656
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 384034] Re: OK, the envy thing gets it back to where it was in 8.10, one big desktop across two screens. I don't know that it will survive a reboot because I can't save the config

2009-10-23 Thread Brady Merriweather
Had the same problem. Even after first running gkksudo nvidia-settings.
it couldn't write to xorg.conf . Installed the binary install file form
nvidias website which compiled and worked around the issue.

-- 
OK, the envy thing gets it back to where it was in 8.10, one big desktop across 
two screens. I don't know that it will survive a reboot because I can't save 
the configuration. Of course, Ubuntu can run for months without rebooting.  
There is a button to save it, but it won't let you unless you are root, and to 
become root you have to call the thing from a terminal with the gksudo 
(whatever it is called) command and I don't know what it is called. NVIDIA X 
Server Settings is the title bar, but I doubt that is really it.  If I try 
that I just get this:  p...@pete-desktop:~$ gksudo NVIDIA X Server Settings 
p...@pete-desktop:~$  It asks for the password in between, but the NVIDIA X 
Server Settings doesn't open.  The xorg.conf does not reflect what is really 
running:  Section Screen IdentifierDefault Screen DefaultDepth  
  24 EndSection  Section Module Loadglx Disabledri2 
EndSection  Section Device IdentifierDefault Device Driver
nvidia EndSection  It should have all kinds of stuff in it about the dual 
screens, twinview, xinerama and all that. 
https://bugs.launchpad.net/bugs/384034
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to nvidia-settings 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