|
|
#1 | |
|
Registered User
Join Date: May 2005
Posts: 39
|
If option "RenderAccel" is "true", at start of the KDE-programs(not gtk), the Xorg freezes, and does not react to the keyboard and mouse.
NV18B NVIDIA GeForce MX440 with AGP8X nvidia-driver-1.0.7174, 5.4-RELEASE, Xorg-6.8.2,KDE-3.4.0 And as on 5.4-STABLE, Xorg-6.8.99.5 А.М. |
|
|
|
|
|
|
#2 | |
|
Linux addict...
Join Date: Jan 2004
Posts: 537
|
Can you access the machine using SSH?
Do you get Xid messages in the kernel/system log? I wonder if the Xid problem also plagues FreeBSD as well as Linux. Cheers,
__________________
DEV: Intel S5520SC, 2xL5530, 12GB, 5x320GB, GTX470, F17/x86_64, U2711. SRV: Tyan Tempest i5400XT, 2xE5335, 8GB, 3x1.5TB, 9800GTX, F17/x86-64, 2408WFP. VCR: Gigabyte GA-M61PME-S2P, A64/5000X2, 2GB, 1x320GB, 8600GT, F17/x86-64. LAP: ASUS 1201N, A330, 2GB, 250GB, ION, F17/x86_64. |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Feb 2004
Posts: 585
|
this is a (known?) driver bug, happens on my GF488Go/Linux-2.6.9 too.
Since GTK is not as advanced as QT and does not use RENDER althought its available the bug does not occur, turn it off and it will work fine. (I went back to 6629 since it works stable and I have FULL ACCERLATION withought drawbacks) lg Clemens |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: May 2005
Posts: 39
|
Quote:
------- nvidia0: <GeForce4 MX 440 with AGP8X> mem 0xe0000000-0xe7ffffff,0xec000000-0xecffffff irq 11 at device 0.0 on pci1 ------- I start the Xorg and KDE. After the Xorg+KDE has frozen. $ dmesg | grep -i nv ----------- NVRM: agp_find_device failed, chipset unsupported? NVRM: agp_find_device failed, chipset unsupported? NVRM: Xid: 13, 0000 02005600 00001796 00000c2c 00010001 00000080 ---------- Whether and it will be corrected in the new version of the driver? And when to wait the new version? |
|
|
|
|
|
|
#5 |
|
Registered User
|
If it Xids under FreeBSD too the bug must be definitely in X.org or nvidia driver.
Let me think: It Xids more if NvAGP is set to 1 (now I've played ET with AGP GART for more than 3 hours w/o crashes!). X.org probably doesn't directly depend on AGP GART or nvidia AGP. So the bug must be in the nvidia driver. Yeah but: Xid is little bit confusing. NVidia's code may look like this (if it is in C++...): Code:
while(true)
{
try
{
do_work();
}
catch(const UniversalException& e)
{
printk("<%d>NVRM: Xid %d: %08x %08x %08x\n", KERN_ERR, e.code, e.a, e.b, e.c);
while(rand() > 20);
}
}
![]() |
|
|
|
|
|
#6 | |
|
Join Date: Sep 2003
Location: UK
Posts: 847
|
Quote:
__________________
AthlonXP 2600+ / nForce2 Asus A7N8X-X / PNY GeForce FX5900 Ultra / 1024Mb Samsung Ram /nForce Sound / Hansol 920D Plus 19" monitor / Lite-On 32x12x40 / 2x Maxtor HD 40Gb/80Gb / nVidia 7174 driver / Gnome 2.10.1 / Kernel 2.6.11.9 / Slackware 10.0 |
|
|
|
|
|
|
#7 | |
|
Registered User
Join Date: Feb 2004
Posts: 585
|
Quote:
* no lazy painting algorythms * over-locking through trying to provide a tread-safe library * no intelligent dirty-area handling I am not a fan of QT, this is just compared to many toolkits out there (lets say fox-toolkit, qt, win32, ...) GTK performs terrible due to its design. There exist several papers from Gnome hackers about this problems and suggestions for a fix. I really hope that things will become better in GTK-3.0. lg Clemens |
|
|
|
|
|
|
#8 | |
|
Join Date: Sep 2003
Location: UK
Posts: 847
|
Quote:
__________________
AthlonXP 2600+ / nForce2 Asus A7N8X-X / PNY GeForce FX5900 Ultra / 1024Mb Samsung Ram /nForce Sound / Hansol 920D Plus 19" monitor / Lite-On 32x12x40 / 2x Maxtor HD 40Gb/80Gb / nVidia 7174 driver / Gnome 2.10.1 / Kernel 2.6.11.9 / Slackware 10.0 |
|
|
|
|
|
|
#9 |
|
Registered User
Join Date: Feb 2004
Posts: 585
|
Ahhn, I did not talk about theming at all - I did talk about GTK in general and some of its weaks.
Btw. you started discussing about themes which is totally off-topic and you also did not add a single on-topic post to this thread, so maybe you should go and open another thread? cu Clemens btw. compiled themes have the great advantage that they can use their own rendering-code which saves memory, allows effects bitmap themes never can do and is WAY FASTER since you do not have to blit 4-10 images in average to get something looking nice. So from the technically point of view, bitmap themes really suck. |
|
|
|
|
|
#10 | ||
|
Registered User
Join Date: Dec 2004
Posts: 86
|
Quote:
Quote:
![]() FWIW, I prefer KDE themes largely because the widgets and the coloring are separate. Thus, I can use any widget design that I like and choose to color it how ever I will. I can't (easily) do that with GTK themes. |
||
|
|
|
|
|
#11 | |
|
Join Date: Sep 2003
Location: UK
Posts: 847
|
Quote:
1. You have to compile kde themes or look around for a rpm. 2. There are no themes that even come close to the link I put above, QT cannot even do a MacOSX theme proper and even then it took agers to develope. 3. GTK/GNOME themes can be dragged from a webpage as tar.gz and installed instantly, this is even easier than XP's lack luster theme support. Thats usability.
__________________
AthlonXP 2600+ / nForce2 Asus A7N8X-X / PNY GeForce FX5900 Ultra / 1024Mb Samsung Ram /nForce Sound / Hansol 920D Plus 19" monitor / Lite-On 32x12x40 / 2x Maxtor HD 40Gb/80Gb / nVidia 7174 driver / Gnome 2.10.1 / Kernel 2.6.11.9 / Slackware 10.0 |
|
|
|
|
|
|
#12 | |||
|
Registered User
Join Date: Dec 2004
Posts: 86
|
Maybe someone should start a new thread...
Quote:
Quote:
Quote:
Also, GNOME isn't exactly the holy grail of "usability." There are quite a few instances in which -- OMG! -- you have to edit text configuration files. I haven't had to do that for KDE apps in years. |
|||
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 173.14.34 -- Xorg 1.12.1 & 1.11.4, glx module fails to load | mereset | NVIDIA Linux | 17 | 06-10-12 01:24 AM |