> I have the notebook IBM ThinkPad/R40 and install Linux RH 7.3 with the > kernel 2.4.20. > My the problem is that is not start Xserver, when its monitor is IBM > ThinkPad 1024x768 TFT LCD. > Know you help me? I attach the err.log file. I think I see the problem in the following lines from your log file: (--) PCI:*(1:0:0) ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 75 00] rev 0, Mem @ 0xe0000000/27, 0xc0100000/16, I/O @ 0x3000/8 (II) I810: Driver for Intel Integrated Graphics Chipsets: i810, i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G (II) Primary Device is: PCI 01:00:0 (EE) No devices detected. I think what is happening is you configured XFree86 to use an Intel driver when you needed to configure it to use the radeon driver. If you edit the Driver line under the Device section of your /etc/X11/XF86Config and make it look something like: Section "Device" ...[Other stuff here]... Driver "radeon" ...[Other stuff here]... EndSection you may have more luck. Another option is to run '/usr/X11R6/bin/XFree86 -configure' as root and follow the prompts. This will attempt to automatically create a working configuration for you. Good luck! -- -Andy _______________________________________________ XFree86 mailing list XFree86@xxxxxxxxxxx http://XFree86.Org/mailman/listinfo/xfree86