On Saturday 09 August 2003 20:17, Eduardo Alaminos wrote:
> 1) I want to run XFree86 4.3.0r2, at: 1024 x 769 x 16 bpp 85 Hz,
> but X start at 1400 x 1050 x 8 bpp (from "Info Center")
> I run kXconfig to change that, it put a "ModeLine 1024x768/85Hz..." in
> "/etc/X11/XF86Config" but nothing has changed.

Well, that is because your Screen section does not have any modes specified.
add in every subsection "Display" a line with different resolutions:

Section "Screen"
        ...
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480" ...
                ViewPort        0 0
        EndSubsection
        ...
EndSection

the first resolution on the Modes line will be the default, you can switch 
between resolutions by pressing Ctrl+Alt+'+' or Ctrl+Alt+'-' while X is 
running.
The Modeline in your Monitor section will now be used if you have the 1024x768 
resolution.

> 2) When Ctrl+Alt+BackSpace, to shut down X server  and go back to console,
> I only get a black sreen. May be because I am using Frame Buffer?

sorry, I can't help you there, I don't use framebuffer...

> 3) I want to use the mouse's wheel with konqueror, I put:
>       Option "ZAxisMapping"  "4 5"
> but doesn't work.

you need a protocol specified that knows what a scrollwheel is.
try changing the protocol in your the InputDevice section to "ImPS/2" or 
"ExplorerPS/2":

Section "InputDevice"
        ...
        Option     "Protocol" XXX
        Option "ZAxisMapping" "4 5"
EndSection


        Rudmer


--
[EMAIL PROTECTED] mailing list

Reply via email to