On Tuesday 31 July 2007 17:32, James wrote:

> I have no ide how to  diable 'composite support'.

Section "Extensions"
        Option  "Composite"     "Disable"  (or False)

> When the system was ordered it was specified 1680x1050 on the
> 17 inch screen resolution. The few times (sporadically) I did
> get X/kde to launch, it was is 1024x768 mode. I cold not build
> a working xorg.conf file, so I boot up the liveCD 2007.0 can
> copied over the default xorg.conf that at least worked with the
> liveCD. My suspicion is that xorg.conf file, particularly the
> Hortz and Vert ranges:
>  HorizSync    28.0 - 96.0
>  VertRefresh  50.0 - 75.0

From a terminal within X while you have booted the LiveCD run xvidtune (emerge 
it if you have to).  That will tell you what is the HorizSync and 
VertRefresh.  Assuming all is looking right with the LiveCD use these 
settings into your xorg.conf.  Another trick is to remove them completely 
(just comment them out) and xorg will try to guess them after it probes the 
hardware.  It may just work.  Final gotcha is the mouse.  I assume that if it 
works with the LiveCD the same settings should do it for you, otherwise you 
may want to try playing with mine below and see what gives:

==============================
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "synaptics"
        Option      "Protocol" "SynPS/2"
        Option      "InputFashion" "Mouse"
        Option      "Device" "/dev/input/mice"
        Option       "Name" "SynPS/2 Synaptics TouchPad"
        Option       "SHMConfig" "on"
        Option       "Vendor" "0002"
        Option      "ZAxisMapping"      "4 5"
        Option      "Emulate3Buttons"   "True"
        Option      "Buttons"   "3"
EndSection
==============================

HTH.
-- 
Regards,
Mick

Attachment: pgpovREO1eEe6.pgp
Description: PGP signature

Reply via email to