Re: debian testing amd64: X windows trouble after todays updates. (gdm problem?)
I switched between xdm and gdm, and the problem with unresponsive window manager and locked in focused window seems to go away with that, though I am not totally sure. Inbetween, it worked with gdm for a short time, but on the second try I started a terminal window and iceweasel/firefox in quick succession from the panel, and afterwards could not switch or move windows or use the panel again for some time. Now I have configured xdm as default window manager and until now there have not been any problems. The virtual console problem is still there, I guess there is some problem with the 16:9 geometry there, but I have no idea where to start searching. -- peter koellner -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/alpine.deb.2.02.1012091952150.3...@kropotkin
debian testing amd64: X windows trouble after todays updates. (gdm problem?)
Hi! I am running a lenovo thinkpad T510 with debian testing. after doing a maintenance package update today, I discovered that the gnome desktop locked up frequently. That is, the current foreground application still gets mouse and keypoard input, but window manager and gnome panel funcionality went dead. Occasionally responsiveness came back, but I could not really reproduce that. Next thing what happened was when I switched to console I discovered that the console ran out a few lines at the bottom, so I could not see the current line. I guess this is a different problem not necessarily connected and could be older since I did not use console mode for a couple of weeks. After doing a few reboots and trials I switched gdm over to a twm session. TWM got the same problem, locking me in after opening an xterm, which I could not even resize afterwards. After a while and some random key/mousebutton combinations, it worked again for some time but not for long. I could not reproduce the circumstances of failure, but apart from the xterm window itself the window manager does not seem to be responsive. Unfortunately the thing is conected via WLAN and this Gnome network thingy does not bother to start the connection from console, so the laptop is now disconnected until I figure out how to configure wpa_supplicant again without that gnome-based stuff.. Basic data: uname -a Linux kropotkin 2.6.32-5-amd64 #1 SMP Thu Nov 25 18:02:11 UTC 2010 x86_64 GNU/Linux lspci tells me: VGA: nVidia Corp. GT218 [NVS 3100M] Display size: 1920x1080 nvidia-kernel-2.6-amd64 version 195.36.31+2 nvidia-kernel-2.6.32-5-amd64 version 195.36.31+2 all the other nvidia modules show version 195.36.31-6 In top, I see Xorg at 85% CPU usage, twm around 40%. After leaving xterm, twm seems to want to place some new window i cancelled long ago. It seems that Xwindows switched to modal windows somehow... then I have shut down gdm and started X manually from console by startx. This seems to work even with gnome so I suspect it might be a gdm problem. I can provide more details as soon as I have the laptop itself reconnected to the net. The effect started after updating packages about four hours ago. I am not sure which package is the culprit, but it has to be a recent change somewhere. I'll now put together the list of installed packages. and more information. So where should I go next to report the problem? Replies to me in CC. please. -- peter koellner -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/alpine.osx.2.00.1012091834450@local.meinefc.de
Re: Dell Studio Hybrid and Debian Lenny : GDM problem.
Hi, I've found how to solve my problem. If you want to use GDM with Dell Stydio Hybrid, you should add these lines on xorg.conf : Option "NoAccel""false" # [] Option"AccelMethod" "XAA" Have a nice day, 2008/8/16 Florian / NothingHere <[EMAIL PROTECTED]>: > Hi debian list, > > I've just buy and installed debian lenny on "Dell Studio Hybrid" > (http://www.dell.com/content/products/productdetails.aspx/desktop-studio-hybrid?c=us&cs=19&l=en&ref=dthp&s=dhs). > > All seem good, except gnome/gdm. > > Here is a screenshoot of my problem : > http://img397.imageshack.us/my.php?image=dsc00305xi8.jpg > http://img397.imageshack.us/img397/1553/dsc00305xi8.jpg > > Who can help me ? > > I've created my xorg.conf with "Xorg -configure". > > Here it is : > > --- > Section "ServerLayout" > Identifier "X.org Configured" > Screen 0 "Screen0" 0 0 > InputDevice"Mouse0" "CorePointer" > InputDevice"Keyboard0" "CoreKeyboard" > EndSection > > Section "Files" > RgbPath "/etc/X11/rgb" > ModulePath "/usr/lib/xorg/modules" > FontPath "/usr/share/fonts/X11/misc" > FontPath "/usr/share/fonts/X11/cyrillic" > FontPath "/usr/share/fonts/X11/100dpi/:unscaled" > FontPath "/usr/share/fonts/X11/75dpi/:unscaled" > FontPath "/usr/share/fonts/X11/Type1" > FontPath "/usr/share/fonts/X11/100dpi" > FontPath "/usr/share/fonts/X11/75dpi" > FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" > EndSection > > Section "Module" > Load "record" > Load "extmod" > Load "dri" > Load "dbe" > Load "glx" > Load "xtrap" > Load "GLcore" > EndSection > > Section "InputDevice" > Identifier "Keyboard0" > Driver "kbd" > EndSection > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/input/mice" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Section "Monitor" > #DisplaySize 430 270 # mm > Identifier "Monitor0" > VendorName "SAM" > ModelName"SyncMaster" > ### Comment all HorizSync and VertRefresh values to use DDC: > HorizSync30.0 - 81.0 > VertRefresh 56.0 - 75.0 > Option "DPMS" > EndSection > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [] > #Option "SWcursor" # [] > #Option "ColorKey" # > #Option "CacheLines"# > #Option "Dac6Bit" # [] > #Option "DRI" # [] > #Option "NoDDC" # [] > #Option "ShowCache" # [] > #Option "XvMCSurfaces" # > #Option "PageFlip" # [] > Identifier "Card0" > Driver "intel" > VendorName "Intel Corporation" > BoardName "Mobile GM965/GL960 Integrated Graphics Controller" > BusID "PCI:0:2:0" > EndSection > > Section "Screen" > Identifier "Screen0" > Device "Card0" > Monitor"Monitor0" > SubSection "Display" > Viewport 0 0 > Depth 1 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 4 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 8 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 15 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 16 > EndSubSection > SubSection "Display" > Viewport 0 0 > Depth 24 > EndSubSection > EndSection > --- > > Of course, I've tryed different resolutions, depthcolor and without > HorizSync dans VertRefresh... without success... > > And here is my : > /var/log/gdm/:0.log > with an error (I don't understand why I have an error) : > > --- > > X.Org X Server 1.4.2 > Release Date: 11 June 2008 > X Protocol Version 11, Revision 0 > Build Operating System: Linux Debian (xorg-server 2:1.4.2-3) > Current Operating System: Linux Dell-Hybrid 2.6.24-1-amd64 #1 SMP Sat > May 10 09:28:10 UTC 2008 x86_64 > Build Date: 02 August 2008 10:07:22PM > > Before reporting problems, check http://wiki.x.org > to make sure that you have the latest version. > Module Loader present > Markers: (--) probed, (**) from config file, (==) default setting, > (++) from command line, (!!) notice, (II) informational, > (WW) warning, (EE) error, (NI) not implemented, (
Dell Studio Hybrid and Debian Lenny : GDM problem.
Hi debian list, I've just buy and installed debian lenny on "Dell Studio Hybrid" (http://www.dell.com/content/products/productdetails.aspx/desktop-studio-hybrid?c=us&cs=19&l=en&ref=dthp&s=dhs). All seem good, except gnome/gdm. Here is a screenshoot of my problem : http://img397.imageshack.us/my.php?image=dsc00305xi8.jpg http://img397.imageshack.us/img397/1553/dsc00305xi8.jpg Who can help me ? I've created my xorg.conf with "Xorg -configure". Here it is : --- Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice"Mouse0" "CorePointer" InputDevice"Keyboard0" "CoreKeyboard" EndSection Section "Files" RgbPath "/etc/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "record" Load "extmod" Load "dri" Load "dbe" Load "glx" Load "xtrap" Load "GLcore" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" #DisplaySize 430 270 # mm Identifier "Monitor0" VendorName "SAM" ModelName"SyncMaster" ### Comment all HorizSync and VertRefresh values to use DDC: HorizSync30.0 - 81.0 VertRefresh 56.0 - 75.0 Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines"# #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile GM965/GL960 Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor"Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection --- Of course, I've tryed different resolutions, depthcolor and without HorizSync dans VertRefresh... without success... And here is my : /var/log/gdm/:0.log with an error (I don't understand why I have an error) : --- X.Org X Server 1.4.2 Release Date: 11 June 2008 X Protocol Version 11, Revision 0 Build Operating System: Linux Debian (xorg-server 2:1.4.2-3) Current Operating System: Linux Dell-Hybrid 2.6.24-1-amd64 #1 SMP Sat May 10 09:28:10 UTC 2008 x86_64 Build Date: 02 August 2008 10:07:22PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 15 21:55:12 2008 (==) Using config file: "/etc/X11/xorg.conf" (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found (II) Module "ddc" already built-in (II) Module "i2c" already built-in (II) Module "ramdac" already built-in (WW) intel(0): Failed to set up write-combining range (0xd000,0x1000) Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list! Could not init font path
GDM problem
Hello all Started up my PC and X seemed to have started up twice, then I got a message saying "You seem to have already a X server running on :0, should I try starting up in that window or should I not do this?" and I see there's 2 or 3 instances of X running so I kill them all. But GDM won't start properly - it seems to try and start up several times. So I stop GDM, kill all instances of X, log in using the command line and start X using "startx". It hasn't done this before. So what am I doing wrongly and how do I fix this? Thanks very much for your help Cheers - Piers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: GDM Problem
On Sun, Jun 29, 2003 at 11:23:41AM +0100, Piers Kittel wrote: > Changed my apt sources to get the testing packages, did an apt-get > update then apt-get upgrade, and now GDM won't work properly - when the > PC boots up and loads GDM, I just see the default grey/white screens on > both of my monitors and the pointer is the black cross. dist-upgrade is generally a better idea then a plain upgrade when changing dists like that, because dist-upgrade will also install new packages that are required by your updated packages. the newer GDM may need something that you dont have :P~ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: GDM Problem
On Sat, Jun 28, 2003 at 05:19:03PM +0100, Piers Kittel wrote: > Hello all > > Changed my apt sources to get the testing packages, did an apt-get > update then apt-get upgrade, and now GDM won't work properly - when the > PC boots up and loads GDM, I just see the default grey/white screens on > both of my monitors and the pointer is the black cross. > > Exiting GDM and disabling it, then typing "startx" works just fine though. > > Any ideas on how to fix GDM? Are there any reports of problems in XFree86 or gdm log files? If nothing is reported in logs, you could possible enable debug in /etc/gdm/gdm.conf and check what is reported in syslog. -- Jerome pgp0.pgp Description: PGP signature
GDM Problem
Hello all Changed my apt sources to get the testing packages, did an apt-get update then apt-get upgrade, and now GDM won't work properly - when the PC boots up and loads GDM, I just see the default grey/white screens on both of my monitors and the pointer is the black cross. Exiting GDM and disabling it, then typing "startx" works just fine though. Any ideas on how to fix GDM? Thanks very much for your help in advance Cheers - Piers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
GDM Problem
Hello all Changed my apt sources to get the testing packages, did an apt-get update then apt-get upgrade, and now GDM won't work properly - when the PC boots up and loads GDM, I just see the default grey/white screens on both of my monitors and the pointer is the black cross. Exiting GDM and disabling it, then typing "startx" works just fine though. Any ideas on how to fix GDM? Thanks very much for your help in advance Cheers - Piers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
GDM problem
Hello all Changed my apt sources to get the testing packages, did an apt-get update then apt-get upgrade, and now GDM won't work properly - when the PC boots up and loads GDM, I just see the default grey/white screens on both of my monitors and the pointer is the black cross. Exiting GDM and disabling it, then typing "startx" works just fine though. Any ideas on how to fix GDM? Thanks very much for your help in advance Cheers - Piers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: X/gdm problem
On Wed, Jul 11, 2001 at 04:53:11PM -0400, D-Man wrote: > > I am using X4 from woody and gdm. Sometimes when I log out of GNOME I > get the greyish screen and gdm doesn't reappear. If I log in to a vc > I can restart gdm and everything is fine, but I am the only user of > the system who can restart gdm. Has anyone else seen this or know > how I can determine the cause? I see nothing in the > /var/log/gdm/ files and nothing in the syslog. Yea, gdm just dies sometimes. Dunno why. -- Eric G. Miller
X/gdm problem
I am using X4 from woody and gdm. Sometimes when I log out of GNOME I get the greyish screen and gdm doesn't reappear. If I log in to a vc I can restart gdm and everything is fine, but I am the only user of the system who can restart gdm. Has anyone else seen this or know how I can determine the cause? I see nothing in the /var/log/gdm/ files and nothing in the syslog. Thanks, -D