Hi.

I'll be very concise (English is not my native languaje).

I just install Gentoo 1.4 Pentium4, and...

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.

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?

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

Thank's in advance.

------ FYI -------

My graphics Card is a: Ati Radeon 7200 (Radeon R100 QD)

My "/etc/X11/XF86Config" is:

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "record"
        Load  "extmod"
        Load  "dbe"
        Load  "dri"
        Load  "glx"
        Load  "xtrap"
        Load  "type1"
        Load  "speedo"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "es"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "PS/2"
        Option      "Device" "/dev/psaux"
        Option "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        #DisplaySize      330   250     # mm
        Identifier   "Monitor0"
        VendorName   "HTC"
        ModelName    "CM615"
        Option      "DPMS"
        ModeLine   "1024x768/85Hz" 98.9 1024 1056 1216 1408 768 782 788 822  -HSync 
-VSync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                   # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "Dac6Bit"                   # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "ForcePCIMode"              # [<bool>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPFastWrite"              # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "NoBackBuffer"              # [<bool>]
        #Option     "DRIReinit"                 # [<bool>]
        #Option     "PanelOff"                  # [<bool>]
        #Option     "DDCMode"                   # [<bool>]
        #Option     "MonitorLayout"             # [<str>]
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "OverlayOnCRTC2"            # [<bool>]
        #Option     "CloneMode"                 # [<str>]
        #Option     "CloneHSync"                # [<str>]
        #Option     "CloneVRefresh"             # [<str>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "Generic"
        BoardName   "ati"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Depth     1
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     4
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     8
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     15
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     16
                Virtual 0 0
        EndSubSection
        SubSection "Display"
                Depth     24
                Virtual 0 0
        EndSubSection
EndSection

 
Section "ServerFlags"
 
EndSection


--
[EMAIL PROTECTED] mailing list

Reply via email to