[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-05-10 Thread iuuuuan
Andreas, nvidia on my notebook is enabled and working properly. It is
not disabled.

Currently I only one option enabled for GRUB_CMDLINE_LINUX_DEFAULT in 
/etc/default/grub :
GRUB_CMDLINE_LINUX_DEFAULT="splash"

I do not have /etc/X11/xorg.conf file.

If you backup file /etc/X11/xorg.conf, remove it and reboot laptop, does
it help ?

I have disabled wayland in /etc/gdm3/custom.conf with option (uncomment option 
in file):
WaylandEnable=false

What is prime-select query output ? - on my notebook it returns nvidia
$ prime-select query
nvidia

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

Title:
  nvidia-390 fails to boot graphical display

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

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

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-05-09 Thread iuuuuan
I have finally getting to work my ubuntu 18.04 with drivers installed
from additional drivers.

After update from ubuntu 17.10 to 18.04 nvidia-390 drivers were
installed, nvidia-340 package was metapackage for nvidia-390.

Today I was able to install nvidia-340.106 driver directly from
additional drivers, but they unfortunately did not work.

I have described method how to compile nvidia-340.104 for kernel 4.15 in
#114 and this worked without problems.

I did comparison of nvidia-340.104 and nvidia-340.106 and found out that in 
nvidia-340.106 driver has fix for issue between the NVIDIA kernel driver's Page 
Attribute Table (PAT) support and the KPTI page table isolation.
no

After few tries with different kernel settings I have noticed that I
have nopat option enabled in grub kernel boot.

Simple fix for that was to remove nopat option in grub

1. Open grub configuration file /etc/default/grub
# sudo vi /etc/default/grub

or

# sudo nano /etc/default/grub

2. Remove nopat from GRUB_CMDLINE_LINUX_DEFAULT

My current options looks like this:
GRUB_CMDLINE_LINUX_DEFAULT="splash nomdmonddf nomdmonisw nomdmonddf nomdmonisw"

3. Save file and exit editor

4. Update grub configuration

# sudo update-grub2

5. Reboot
# sudo reboot

6. Install recommended drivers
# sudo ubuntu-drivers autoinstall

7. Reboot
# sudo reboot

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

Title:
  nvidia-390 fails to boot graphical display

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

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

[Bug 1752053] Re: nvidia-390 fails to boot graphical display

2018-05-03 Thread iuuuuan
I have managed to work nvidia binary drivers version 340.102 with kernel
4.15 with patch https://pastebin.com/raw/fVJVvQy7 , which is mentioned
on https://devtalk.nvidia.com/default/topic/1026911/linux/4-15-rc1
-patches-for-384-98-and-340-104.

My nvidia m720 graphics is working again on Ubuntu 18.04.

1. Install prerequisites
# apt-get install build-essential libc6:i386

2. Download nvidia binary drivers from http://www.nvidia.com/content
/DriverDownload-March2009/confirmation.php?url=/XFree86/Linux-
x86_64/340.104/NVIDIA-Linux-x86_64-340.104.run=us=TITAN

3. Download patch for nvidia binary drivers in same directory
# wget -O nv_patch_340.104_linux_kernel_4.15 https://pastebin.com/raw/fVJVvQy7

4. Boot ubuntu in single mode https://linuxconfig.org/how-to-boot-
ubuntu-18-04-into-emergency-and-rescue-mode (How to access
emergency.target at boot)

5. Enter root password

6. Unload nouveau driver
# rmmod nouveau

7. Blacklist nouveau driver
# echo "blacklist nouveau" > /etc/modprobe.d/blacklist-nouveau.conf
# echo "options nouveau modeset=0" >> /etc/modprobe.d/blacklist-nouveau.conf

File /etc/modprobe.d/blacklist-nouveau.conf should have following
entries:

blacklist nouveau
options nouveau modeset=0

8. Update initial ramdisk
# update-initramfs -u

9. Go to directory which contains downloaded nvidia-340 binary driver and set 
executable attribute
# chmod +x NVIDIA-Linux-x86_64-340.104.run

10. Apply the patch to driver (maybe this could be done after downloading 
kernel 4.15 patch - have not tried it ...) 
# ./NVIDIA-Linux-x86_64-340.104.run --apply-patch 
nv_patch_340.104_linux_kernel_4.15

This will build custom NVIDIA binary driver package with name NVIDIA-
Linux-x86_64-340.104-custom.run

11. Set executable attribute for custom driver package
# chmod +x NVIDIA-Linux-x86_64-340.104-custom.run

12. Install the driver with command
# ./NVIDIA-Linux-x86_64-340.104-custom.run

Ignore errors and enable DKMS

13. Reboot computer
# reboot

Nvidia driver 340.120 should be loaded now and graphics fully working.
This method is to complicated so I will also try methods mention in #112
and #113.

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

Title:
  nvidia-390 fails to boot graphical display

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

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

[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-07-13 Thread iuuuuan
To revert from #18 solution delete /etc/modprobe.d/psmouse.conf file
with:

sudo rm /etc/modprobe.d/psmouse.conf

and reboot notebook or reload psmouse driver with

sudo modprobe -r psmouse  sudo modprobe psmouse

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

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1220426/+subscriptions

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


[Bug 1300669] Re: X Server fails to start with nvidia-331 in 14.04

2014-04-19 Thread iuuuuan
1.) Do you happen to have bumblebee installed ?

Try to remove bumblebee with purge option.
sudo apt-get remove --purge bumblebee*

If it is not install check in folder /etc/modprobe.d for file bumblebee.conf.
If exists delete it (contains blacklist option for nvidia)
rm -f  /etc/modprobe.d/bumblebee.conf 

Bumblebee blacklists nvidia driver.

After that install nvidia-331 driver and nvida-prime package: 
sudo apt-get install nvidia-331-updates nvidia-prime

Reboot

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

Title:
  X Server fails to start with nvidia-331 in 14.04

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

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


[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-02-23 Thread iuuuuan
Same here on Lenovo G710 on saucy 64bit with Nvidia 319, GeForce 720M
and /proc/bus/input/devices reports ETPS/2 Elantech Touchpad. Freeze
behaviour is the same as reported by Corollax.

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

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1220426/+subscriptions

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


[Bug 1220426] Re: [nvidia-prime]Freeze while using touchpad

2014-02-23 Thread iuuuuan
I have created file /etc/modprobe.d/psmouse.conf with following entry:

options psmouse proto=imps

I have rebooted the notebook and had to increase pointer speed of
trackpad under System settings   Mouse  Touchpad after reboot. So far
I don't have any issues with trackpad freezing.

Default parameter proto for psmouse module is set to auto. The current
value of the proto paramater of psmouse kernel module can be read from
/sys/module/psmouse/parameters/proto file:

cat /sys/module/psmouse/parameters/proto

After creating /etc/modprobe.d/psmouse.conf file parameter is set to
ImPS/2.

The idea for changing psmouse proto parameter came from
https://answers.launchpad.net/ubuntu/+source/xserver-xorg-input-
synaptics/+question/176273.

So the quick fix would be:
1.) Run following command from terminal:
echo options psmouse proto=imps | sudo tee /etc/modprobe.d/psmouse.conf 
/dev/null

2.) Reboot the system or reload psmouse module from terminal with following 
commands:
sudo modprobe -r psmouse  sudo modprobe psmouse

3.) Increase the speed of pointer under System settings   Mouse 
Touchpad

Can anyone else confirm this fix ?

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

Title:
  [nvidia-prime]Freeze while using touchpad

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1220426/+subscriptions

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


[Bug 802590] Re: can't access to presentation-minimizer

2012-08-01 Thread iuuuuan
I have installed libreoffice-presentation-minimizer extension on ubuntu
12.04 and i didn't have menu options tools - minimize presentation.

So I ran synaptic package manager and searched for libreoffice. I have
reinstalled all installed packages which were returned by the search,
including libreoffice-presentation-minimizer package.

After that tools - minimize presentation started to work.

Based on dpkg.log the command for reinstallation should be (run from
terminal, English version of Ubuntu 12.04) :

sudo apt-get install --reinstall fonts-opensymbol libreoffice-l10n-en-gb
libreoffice-l10n-en-za myspell-en-gb myspell-en-za mythes-en-us
openoffice.org-l10n-en-gb openoffice.org-l10n-en-za openoffice.org-
thesaurus-en-us libreoffice-style-human libreoffice-help-en-us
libreoffice-style-tango openoffice.org-help-en-us ure uno-libs3
libreoffice-style-galaxy libreoffice-common libreoffice-java-common
libreoffice-filter-mobiledev openoffice.org-common openoffice.org-java-
common libreoffice-core libreoffice-base-core libreoffice-writer
libreoffice-calc libreoffice-draw libreoffice-impress libreoffice-math
libreoffice-base libreoffice python-uno python-uno libreoffice-gtk
libreoffice-gnome libreoffice-help-en-gb libreoffice-presentation-
minimizer openoffice.org openoffice.org-base openoffice.org-calc
openoffice.org-draw openoffice.org-gnome openoffice.org-gtk openoffice
.org-help-en-gb openoffice.org-impress openoffice.org-math openoffice
.org-writer libreoffice-emailmerge

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

Title:
  can't access to presentation-minimizer

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

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


[Bug 954344] Re: update-manager crashed with ValueError in /usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py: bad marshal data (unknown type code)

2012-05-24 Thread iuuuuan
After a reboot update-manager stop to work again ...

So I ran these commands from terminal :

sudo dpkg-reconfigure update-manager-core
sudo dpkg-reconfigure update-manager

Now  update-manager works again ...

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

Title:
  update-manager crashed with ValueError in /usr/lib/python2.7/dist-
  packages/UpdateManager/UpdateManager.py: bad marshal data (unknown
  type code)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/954344/+subscriptions

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


[Bug 954344] Re: update-manager crashed with ValueError in /usr/lib/python2.7/dist-packages/UpdateManager/UpdateManager.py: bad marshal data (unknown type code)

2012-05-22 Thread iuuuuan
I had same issue. Try to reinstall with synaptic package manager these two 
packages :
- update-manager
- update-manager-core

Search for update manager, right click both packages, select  Mark for
Reinstallation and click Apply

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

Title:
  update-manager crashed with ValueError in /usr/lib/python2.7/dist-
  packages/UpdateManager/UpdateManager.py: bad marshal data (unknown
  type code)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/954344/+subscriptions

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


[Bug 874629] Re: [tracker-miner-evolution] makes evolution crashes after upgrade to 11.10

2011-12-01 Thread iuuuuan
I am using 0.10.24-1build2 version.

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

Title:
  [tracker-miner-evolution] makes evolution crashes after upgrade to
  11.10

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

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


[Bug 874629] Re: [tracker-miner-evolution] makes evolution crashes after upgrade to 11.10

2011-12-01 Thread iuuuuan
And

libcamel-1.2-29 version 3.2.1-0ubuntu1

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

Title:
  [tracker-miner-evolution] makes evolution crashes after upgrade to
  11.10

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

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


[Bug 875557] Re: Compiz grid overlay appears after workspace switcher use

2011-11-13 Thread iuuuuan
I agree about annoying bug. Thanks for simple workaround.

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

Title:
  Compiz grid overlay appears after workspace switcher use

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-plugins-main/+bug/875557/+subscriptions

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


[Bug 874629] Re: [tracker-miner-evolution] makes evolution crashes after upgrade to 11.10

2011-11-11 Thread iuuuuan
It seems that with  latest updates tracker-miner-evolution is working
again.

tracker-control 
Found 163 PIDs…
Found process ID 4535 for 'tracker-store'

Store:
12 Nov 2011, 08:26:07:  ✓ Store - Idle 

Miners:
12 Nov 2011, 08:26:07:  ✓ Emails- Idle
12 Nov 2011, 08:26:07:  ✗ File System   - Not running or is a 
disabled plugin
12 Nov 2011, 08:26:07:  ✗ Applications  - Not running or is a 
disabled plugin

Anyone else can confirm this ?

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

Title:
  [tracker-miner-evolution] makes evolution crashes after upgrade to
  11.10

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

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

[Bug 874629] Re: evolution crashes after upgrade to 11.10

2011-10-15 Thread iuuuuan
I have similar error :

(evolution:3011): Tracker-DEBUG: Tracker Evolution plugin enabled
(evolution:3011): Tracker-DEBUG: Tracker plugin creating new object...

(evolution:3011): evolution-mail-CRITICAL **: mail_store_add: assertion
`store_table != NULL' failed

(evolution:3011): camel-CRITICAL **: camel_session_add_service: assertion 
`uri_string != NULL' failed
Segmentation fault

If I start evolution with --disable-eplugin option evolution starts.

I have tried to reset database with tracker-control --hard-reset and
restart the computer but it doesn't help.

Before I start evolution tracker-control command returns following result : 
Found 159 PIDs…

Store:
15 Oct 2011, 19:53:03:  ✗ Store - Unavailable

Miners:
15 Oct 2011, 19:53:03:  ✗ File System   - Not running or is a 
disabled plugin
15 Oct 2011, 19:53:03:  ✗ Applications  - Not running or is a 
disabled plugin
15 Oct 2011, 19:53:03:  ✗ Emails- Not running or is a 
disabled plugin

When I start evolution tracker-control command returns following result
:

tracker-control 
Found 163 PIDs…
Found process ID 2489 for 'tracker-store'

Store:
15 Oct 2011, 19:53:24:  ✓ Store - Idle 

Miners:
15 Oct 2011, 19:53:24:  ✗ File System   - Not running or is a 
disabled plugin
15 Oct 2011, 19:53:24:  ✗ Applications  - Not running or is a 
disabled plugin
15 Oct 2011, 19:53:24:  1  %  Emails- Processing folder Inbox

And shortly after that evolution dies.

If I uninstall tracker-miner-evolution evolution works normally. So the
problem is tracker-miner-evolution :

Remove tracker-miner-evolution from command line :
sudo dpkg -r tracker-miner-evolution


So current workaround is uninstalling of tracker-miner-evolution.

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

Title:
  evolution crashes after upgrade to 11.10

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

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

[Bug 451518] Re: [i945g] karmic: INFO: task i915/* blocked for more than 120 seconds.

2010-03-05 Thread iuuuuan
I am happy to report that issues with Dell Optiplex GX260 and Intel
Video Card has gone - all is working OK. I have upgraded to latest
kernel version and my xorg.conf is the same as it was on 2009-11-19.

-- 
[i945g] karmic: INFO: task i915/* blocked for more than 120 seconds.
https://bugs.launchpad.net/bugs/451518
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 451518] Re: [i945g] karmic: INFO: task i915/* blocked for more than 120 seconds.

2010-03-05 Thread iuuuuan
I have upgraded to latest kernel version and my xorg.conf is the same
as it was on 2009-11-19. - sorry that is not true - I am using intel
video driver.

-- 
[i945g] karmic: INFO: task i915/* blocked for more than 120 seconds.
https://bugs.launchpad.net/bugs/451518
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 451518] Re: [i945G] karmic: INFO: task i915/* blocked for more than 120 seconds.

2009-11-19 Thread iuuuuan
I have switch to vesa driver instead of intel driver and this is enough
for me. The intel graphics card on Dell GX260 in not very good at 3D
acceleration anyway. I have noticed that lsipci shows that my graphics
card has 128 MB of RAM which is not true - It has only 8 MB RAM (Region
0).

00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 01)
 Subsystem: Dell Device 0126
 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- 
SERR- FastB2B- DisINTx-
 Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
 Latency: 0
 Interrupt: pin A routed to IRQ 16
 Region 0: Memory at e800 (32-bit, prefetchable) [size=128M]
 Region 1: Memory at ff68 (32-bit, non-prefetchable) [size=512K]
 Capabilities: [d0] Power Management version 1
  Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
  Status: D0 PME-Enable- DSel=0 DScale=0 PME-
 Kernel driver in use: i915
 Kernel modules: i915

I have changed the option Driver in Section Device from intel to vesa,
added VideoRam 7680 and disabled all the modules in Section Module . The
formula for determing VideoRam is (Video Memory)*1024 - (Region 1 size
from lspci).

My xorg.conf  looks like this :

Section Device
Identifier  Configured Video Device
Boardname   Intel 845
Busid   PCI:0:2:0
Driver  vesa
Screen  0
Vendorname  Intel
#Option AccelMethod uxa
VideoRam7680 
EndSection

Section Monitor
Identifier  Configured Monitor
Vendorname  Samsung
Modelname   Samsung SyncMaster 171S/175S/170S/CX175S-AZ/LX175S
Horizsync   30-81
Vertrefresh 56-85
  modeline  1280x1...@75 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync 
+vsync
Gamma   1.0
EndSection

Section Screen
Identifier  Default Screen
Device  Configured Video Device
Monitor Configured Monitor
Defaultdepth24
SubSection Display
Depth   24
Virtual 12801024
Modes   1280x1...@75  
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
  screen 0 Default Screen 0 0
EndSection
Section Module
#   Loadglx
#   LoadGLcore
#   Loaddri
#   Loadv4l
EndSection
Section ServerFlags
EndSection

-- 
[i945G] karmic: INFO: task i915/* blocked for more than 120 seconds.
https://bugs.launchpad.net/bugs/451518
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 451518] Re: [i945G] karmic: INFO: task i915/* blocked for more than 120 seconds.

2009-11-15 Thread iuuuuan
I have similar problems too. The computer is Dell Optiplex GX 260.  I
have disabled compiz, power saving options and updated BIOS to latest
version A09.

Intel graphics is :
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 01)
Subsystem: Dell Device 0126
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at e800 (32-bit, prefetchable) [size=128M]
Region 1: Memory at ff68 (32-bit, non-prefetchable) [size=512K]
Capabilities: [d0] Power Management version 1
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: i915
Kernel modules: i915

Kernel panic section is :
[248401.076087] i915/0D c08145c0 0   253  2 0x
[248401.076097]  f6a2df04 0046 eaa56000 c08145c0 f6ac4df8 c08145c0 3a030219 
e1c7
[248401.076110]  c08145c0 c08145c0 f6ac4df8 c08145c0  e1c7 c08145c0 
f68b4e00
[248401.076122]  f6ac4b60 f68cac14 f68cac18  f6a2df30 c056f776 c0748e80 
f68cac1c
[248401.076133] Call Trace:
[248401.076157]  [c056f776] __mutex_lock_slowpath+0xc6/0x130
[248401.076163]  [c056f690] mutex_lock+0x20/0x40
[248401.076215]  [f8257c0a] i915_gem_retire_work_handler+0x2a/0x70 [i915]
[248401.076228]  [c0157a7e] run_workqueue+0x6e/0x140
[248401.076244]  [f8257be0] ? i915_gem_retire_work_handler+0x0/0x70 [i915]
[248401.076251]  [c0157bd8] worker_thread+0x88/0xe0
[248401.076258]  [c015c280] ? autoremove_wake_function+0x0/0x40
[248401.076264]  [c0157b50] ? worker_thread+0x0/0xe0
[248401.076270]  [c015bf8c] kthread+0x7c/0x90
[248401.076275]  [c015bf10] ? kthread+0x0/0x90
[248401.076283]  [c0104007] kernel_thread_helper+0x7/0x10

I have modified xorg.conf file - added AccelMethod uxa, put only one
resultion in screen section, disabled all the modules in section
Modules.

Section Device
Identifier  Configured Video Device
Boardname   Intel 845
Busid   PCI:0:2:0
Driver  intel
Screen  0
Vendorname  Intel
Option AccelMethod uxa
EndSection

Section Monitor
Identifier  Configured Monitor
Vendorname  Samsung
Modelname   Samsung SyncMaster 171S/175S/170S/CX175S-AZ/LX175S
Horizsync   30-81
Vertrefresh 56-85
  modeline  1280x1...@75 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync 
+vsync
Gamma   1.0
EndSection

Section Screen
Identifier  Default Screen
Device  Configured Video Device
Monitor Configured Monitor
Defaultdepth24
SubSection Display
Depth   24
Virtual 12801024
Modes   1280x1...@75  
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
  screen 0 Default Screen 0 0
EndSection
Section Module
#   Loadglx
#   LoadGLcore
#   Loaddri
#   Loadv4l
EndSection
Section ServerFlags
EndSection

Nothing helps :(

-- 
[i945G] karmic: INFO: task i915/* blocked for more than 120 seconds.
https://bugs.launchpad.net/bugs/451518
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 451518] Re: [i945G] karmic: INFO: task i915/* blocked for more than 120 seconds.

2009-11-15 Thread iuuuuan
Here is my attachment of Batchbuffer Dump.

** Attachment added: Batchduffer Dump
   http://launchpadlibrarian.net/35742065/dri_debug-20091116.tgz

-- 
[i945G] karmic: INFO: task i915/* blocked for more than 120 seconds.
https://bugs.launchpad.net/bugs/451518
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 384960] Re: Xorg driver locks up and screen goes blank (black) - i915_gem_retire_work_handler+0x2a/0x70

2009-11-01 Thread iuuuuan
I have similar issues on Dell Optiplex GX260. Ubuntu 9.10 is fully
updated. I have updated Bios from version A05 to A09  - this didn't
helped a lot.

lspci -vv shows :

00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 01)
Subsystem: Dell Device 0126
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at e800 (32-bit, prefetchable) [size=128M]
Region 1: Memory at ff68 (32-bit, non-prefetchable) [size=512K]
Capabilities: access denied
Kernel driver in use: i915
Kernel modules: i915

I have added in /etc/X11/xorg.conf in section Device (don't know if
this has any effect) :

Option AccelMethod uxa

I have commented out in etc/X11/xorg.conf in section Module  :
#   Loadglx
#   LoadGLcore
#   Loaddri
#   Loadv4l

Currently it is working fine. I will report again if there will be any
new lockups.  I have attached my xorg.conf.

** Attachment added: xorg.conf file
   http://launchpadlibrarian.net/34931598/xorg.conf

-- 
Xorg driver locks up and screen goes blank (black) - 
i915_gem_retire_work_handler+0x2a/0x70
https://bugs.launchpad.net/bugs/384960
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