[Ubuntu-x-swat] [Bug 1187427] Re: Mouse cursor invisible

2013-06-04 Thread Jens Seidel
** Package changed: ubuntu => xorg (Ubuntu)

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

Title:
  Mouse cursor invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+subscriptions

___
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 1187427] Re: Mouse cursor invisible

2013-06-04 Thread Jens Seidel
** Attachment added: "X log file"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+attachment/3694636/+files/Xorg.0.log

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

Title:
  Mouse cursor invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+subscriptions

___
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 1187427] Re: Mouse cursor invisible

2013-06-11 Thread Jens Seidel
Has nobody at least an idea what the problem could be? What software
could be affected if it seems not to be the x server? What should I
recompile/bisect? libx11?

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

Title:
  Mouse cursor invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+subscriptions

___
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 1187427] Re: Mouse cursor invisible

2013-07-09 Thread Jens Seidel
Patrick,

your are right, it is very strange. I updated my system to saucy but the
problem remains.

I tried as suggested by you the modesetting driver without success.
First I had to remove psb_gfx and gma500_gfx from
/etc/modprobe.d/blacklist.conf where I added it at 12.04 times to avoid
the flickering of the display. Now I can load modesetting but it
flickers again (it's a LCD but behaves like a cathode ray tube with
around 50Hz!!!?).

Do I need to provide some options? I tried again Option "HWCursor" "on"
but this is not supported by the driver. I didn't found other useful
options in the manpage of modesettings.

So no success for now. Will try  mir (http://www.olli-ries.com/running-
mir/) soon (that's why I upgraded). Other ideas?

My xorg.conf (tried also without turning SWCursor off):

Section "Device"
Identifier  "Modesetting Video Device"
Driver  "modesetting"
Option "HWCursor" "on"
Option "SWCursor" "off"
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
EndSection

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

I attached the X log file.

Jens

** Attachment added: "X log with modesetting driver"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+attachment/3731088/+files/Xorg.0.log.old

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

Title:
  Mouse cursor invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+subscriptions

___
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 1187427] Re: Mouse cursor invisible

2013-08-09 Thread Jens Seidel
** Attachment added: "X log file for updated vesa config"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+attachment/3766476/+files/Xorg.0.log.old

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

Title:
  Mouse cursor invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+subscriptions

___
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 1187427] Re: Mouse cursor invisible

2013-08-09 Thread Jens Seidel
Hi Patrik,

I managed to get the proper resolution even with vesa. It doesn't help
with the cursor but here are the steps:

*I increased the monitor frequency settings and now the vesa driver is able to 
find a suiteable one. I don't know whether it is a normal vesa mode but my 
graphic card contains some valid modes which I can see e.g. in grub: vbemodes 
(or similar).
  Strange that a LCD monitor still requires a frequency range!??
* First I tried to specify the modeline used in the framebuffer mode which I 
obtained with fbset -x. Nevertheless the vesa driver fails to recognise this 
mode "(no mode of this name)". A bug?
* All this I did without gma500_gfx kernel module. Once I load it the display 
flickers again so I do not like it. But it seems that I'm able to suspend with 
pm-suspend only with this module. Without, the display never wakes up and stays 
off after resume. I tried also various --quirk-* options without gma500_gfx for 
suspend.
* After loading gma500_gfx (and possible resume from suspend state) I find also 
modesettings options in the X log file.

Yes, you're right. I have a nice orange Sony Vaio P device (VPCP11S1E)
:-)

** Attachment added: "Updated x config file"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+attachment/3766475/+files/xorg.conf

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

Title:
  Mouse cursor invisible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1187427/+subscriptions

___
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