On Sat, Aug 09, 2003 at 08:17:33PM +0200, Eduardo Alaminos wrote:
> 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.
>
My setup is a little different from yours. I'm not an XFree guru, so
I can't say for sure whether or not the differnce is important, but if
nothing else it's worth a shot.
The ModeLine doesn't appear in my "Monitor" section of in my
XF86Config. Instead, they're set up in the "Screen" section, as
follows:
Section "Screen"
...
DefaultDepth 16
...
SubSection "Display"
Depth 16
Modes "1024x768" ...
ViewPort 0 0
EndSubsection
...
EndSection
Unfortunately, I'm not sure how to specify the refresh rate. I just
told XF86Config the legal ranges for HorizSync and VertRefresh on my
monitor, and was happy enough with the results to not bother further.
However, I'm sure someone in this list can fill in that particular blank.
- PK
> 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
--
[EMAIL PROTECTED] mailing list