Comment 123 for bug 359392

Revision history for this message
wirechief (wirechief) wrote :

Linux wirechief-laptop 2.6.30-020630rc2-generic #020630rc2 SMP Wed Apr 15 13:20:18 UTC 2009 x86_64 GNU/Linux
sudo dpkg -l |grep mesa
ii libgl1-mesa-dev 7.4-0ubuntu3 A free implementation of the OpenGL API -- G
ii libgl1-mesa-dri 7.4-0ubuntu3 A free implementation of the OpenGL API -- D
ii libgl1-mesa-dri-dbg 7.4-0ubuntu3 Debugging symbols for the Mesa DRI modules
ii libgl1-mesa-glx 7.4-0ubuntu3 A free implementation of the OpenGL API -- G
ii libgl1-mesa-glx-dbg 7.4-0ubuntu3 Debugging symbols for the Mesa GLX runtime
ic libgl1-mesa-swx11 7.4-0ubuntu2~bug359392~1 A free implementation of the OpenGL API -- r
ii libglu1-mesa 7.4-0ubuntu3 The OpenGL utility library (GLU)
ii libglu1-mesa-dev 7.4-0ubuntu3 The OpenGL utility library -- development fi
ii libosmesa6 7.4-0ubuntu3 Mesa Off-screen rendering extension
ii mesa-common-dev 7.4-0ubuntu3 Developer documentation for Mesa
ii mesa-utils 7.4-0ubuntu3 Miscellaneous Mesa GL utilities

I am not getting freezes but am wondering why I get this with the repro.sh script
 sh repro.sh
repro.sh: 3: wmctrl: not found
repro.sh: 20: arithmetic expression: expecting primary: " * 0"

my xorg.conf is here
Section "Monitor"
 Identifier "Configured Monitor"
EndSection

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

Section "Device"
 Identifier "Configured Video Device"
EndSection

Section "Device"
 Identifier "Onboard Intel Video"
 Option "AccelMethod" "exa"
 #Option "monitor-VGA" "ExternalVGA"
 #Option "monitor-LVDS" "OnboardLVDS"
 #Option "EXAOptimizeMigration" "true"
 #Option "MigrationHeuristic" "greedy"
 #Option "AccelMethod" "uxa"
EndSection

Section "ServerFlags"
 Option "DontZap" "False"
EndSection

cat /var/log/Xorg.0.log |grep "(EE)"
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
wirechief@wirechief-laptop:~$