[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-05-17 Thread Faraz Khan
@Teimcrr: YOU are a life saver. The viewport hack works amazingly well

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1870736

Title:
  [nvidia] Screen scaling 125% gives 200%

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1870736/+subscriptions

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

[Bug 112582] Re: gaim 100% cpu (Gstreamer could not connect to esounddaemon)

2008-10-08 Thread Faraz Khan
No. Havent had this since we upgraded to 7.10

Been a while!

-- 
gaim 100% cpu (Gstreamer could not connect to esounddaemon)
https://bugs.launchpad.net/bugs/112582
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 110609] Re: jetpipe crashes on print

2007-07-17 Thread Faraz Khan

It does not seem like a problem with the code. the close() call should
not return unless the socket is completely closed. This has happened to
me in another python program which leads me to believe it might be a
ubuntu specific python issue. Oliver has you tested this on a Ubuntu
Feisty thin client image?


-
NOTICE: If received in error, please destroy and notify sender. Sender does not 
intend to waive confidentiality or privilege. Use of this email is prohibited 
when received in error.

-- 
jetpipe crashes on print
https://bugs.launchpad.net/bugs/110609
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 112582] Re: gaim 100% cpu (Gstreamer could not connect to esounddaemon)

2007-05-05 Thread Faraz Khan
Also- The 100% usually not repeatable with all user names to the server.
It starts happening with some of them - but if left for a while it
happens to ALL of them.

running gaim -d (debug mode) shows the following:

GStreamer: could not connect to esounddaemon


the VIRT memory going up happens to all users.

-- 
gaim 100% cpu (Gstreamer could not connect to esounddaemon)
https://bugs.launchpad.net/bugs/112582
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 112582] Re: gaim 100% cpu (Gstreamer could not connect to esounddaemon)

2007-05-05 Thread Faraz Khan
Sorry but I keep forgetting. The VIRT memory issue started happening
after we un-installed pulseaudio and are running with gnome sound OFF
and SOUND=N in lts.conf

If I enable sound then the 100% cpu deal starts happening.

-- 
gaim 100% cpu (Gstreamer could not connect to esounddaemon)
https://bugs.launchpad.net/bugs/112582
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 112582] gaim 100% cpu (Gstreamer could not connect to esounddaemon)

2007-05-05 Thread Faraz Khan
Public bug reported:

Binary package hint: gaim

Gaim goes to 100% cpu when using Sound with LTSP 5 (Pulseaudio). Usually
happens as SOON as you type a message.

AFter disabling sound, the CPU does not go 100% but something else
happens. VIRT memory size of all gaim processes Jumps to ridiculous
levels (1000mb+) For example, here is my process entry from top:

17717 fkhan 15   0 1094m  40m  18m S0  2.0   0:14.58 gaim

1094M  Why?

** Affects: gaim (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gaim 100% cpu (Gstreamer could not connect to esounddaemon)
https://bugs.launchpad.net/bugs/112582
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110609] Re: jetpipe crashes on print

2007-04-30 Thread Faraz Khan
I'm testing my laptop.. 1.6G Centrino with 786Mb Ram. Going to test it
on other machines also...Jetpipe is an excellent idea though- no local
lp_server. Should be more resilient to usb disconnects, printer power-
offs etc.

Thanks! Will post back results shortly. Seemed more like a python bug to
me.

-- 
jetpipe crashes on print
https://bugs.launchpad.net/bugs/110609
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110609] jetpipe crashes on print

2007-04-27 Thread Faraz Khan
Public bug reported:

This is on Feisty 7.04. LTSP client with the new jetpipe prints only ONE
print job, after which it crashes.

Upon opening a shell on the client and running jetpipe on the command
line - you find that jetpipe tries to respawn TOO fast - theres a
while() loop in there and for some reason my OS does not close the
earlier listen socket too quickly. This causes an instant "Network
address already in use: cannot bind"

I have fixed the problem as follows in Feisty:

in /usr/sbin/jetpipe:

# Rewspawn eternally
while 1:
listen()
time.sleep(5)


the sleep seems to work and my printing is okay. I wonder why this is 
happening- This is obviously a temporary fix.

** Affects: ltsp (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
jetpipe crashes on print
https://bugs.launchpad.net/bugs/110609
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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