sidux.com
Bug Reports for 2008-01 Nyx Release (EN & DE) - kdm freezes with intel 865GM
infinitycircuit - May 08, 2008 - 10:10 PM
Post subject: kdm freezes with intel 865GM
I have two problems with kdm on a fresh install of Nyx:
1) If I enter in the wrong password, kdm won't let me type in a new one. It says "login failed" and lets me restart/change sessions/whatever but I can't type in a new password to log in without restarting X.
2) If I use the Menu->Restart X command, X just crashes and the computer gives me a blank screen that requires a hard restart.
System info:
Code:
root@skynet:~# infobash -v3
Host/Kernel/OS "skynet" running Linux 2.6.25-2.slh.1-sidux-686 i686 [ sidux 2008-01 Νυξ - kde-lite - (200804112323) ]
CPU Info Intel Pentium M 1024 KB cache flags( sse2 ) clocked at [ 600.000 MHz ]
Videocard Intel 82852/855GM Integrated Graphics Device tty resolution ( 80x24 )
Network cards Intel PRO/Wireless 2200BG Network Connection
Intel 82541GI Gigabit Ethernet Controller, at port: 7000
Processes 80 | Uptime 39min | Memory 179.2/1002.3MB | HDD ATA HITACHI_DK13FA-4 Size 40GB (5%used) | Runlevel 5 | Client Shell | Infobash v3.01
Code:
root@skynet:~# apt-cache policy kdm
kdm:
Installed: 4:3.5.9.dfsg.1-2+b1
Candidate: 4:3.5.9.dfsg.1-2+b1
Version table:
*** 4:3.5.9.dfsg.1-2+b1 0
500 http://ftp.us.debian.org sid/main Packages
100 /var/lib/dpkg/status
Code:
root@skynet:~# apt-cache policy xserver-xorg-video-intel
xserver-xorg-video-intel:
Installed: 2:2.2.1-2
Candidate: 2:2.2.1-2
Version table:
*** 2:2.2.1-2 0
500 http://ftp.us.debian.org sid/main Packages
100 /var/lib/dpkg/status
efi360 - May 09, 2008 - 02:47 AM
Post subject: RE: kdm freezes with intel 865GM
Sometimes a badly burned CD can cause log on problems even if install went OK. Did You burn disk with DAO option? (Disk At Once) and at slow speed, See post below
http://sidux.com/PNphpBB2-viewtopic-t-2 ... t-dao.html
By the way how is California these days ? I lived in Ventura County most of my life until i moved to San Antonio TX. I miss the weather and the beach but not the traffic, high house prises and the cost of living out there.
infinitycircuit - May 09, 2008 - 03:40 AM
Post subject: RE: kdm freezes with intel 865GM
This is not a new regression; it has happened on all installs of sidux on this machine but I just didn't bother to report it before. The burn is clean though I always check to make sure.
California is quite nice although cost of living is certainly painful. It's depressing that we can't get faster cheap internet though living in the heart of silicon valley.
efi360 - May 09, 2008 - 02:17 PM
Post subject: RE: kdm freezes with intel 865GM
Nobody can get anything cheap any more thanks to GW Bush and his henchmen ( Chianee and Others)
At least Linux is free
KR - May 14, 2008 - 11:18 AM
Post subject: RE: kdm freezes with intel 865GM
hi,
with my intel graphic card ( Intel 82865G Integrated Graphics Controller) i also had some problems.
try to solve it in xorg.conf:
Section "Extensions"
Option "Composite" "enable"
the default is: "on"
maybe it help
KR