Hi,
First I will specify my comp:
P4 2.4 HT
1024 DDR 400mhz
200 SATA Seagate 7200
Geforce 4 Ti 4800 SE Inno3D
MB Intel D865PERL
LG FLATRON E701S 17"
I installed FC4. I had some problems with Nvidia driver, but now I
think its installed correctly. My monitor I didn't know how to
configure on xorg.conf.
My video quality is not as good as I see running on my partners, and their computer is worst than mine.
Another problem is with Firefox, I updated it to 1.0.6 ( yum update
firefox). When Im browsing on some websites, the website looks to be
too heavy to the pc, and when I scroll down it take some time to reach
the point I want.
I know that these problems is not too bad, but it's really boring me.
I'd like to know what I can do to take the best from my comp. running FC4?
Here's my xorg.conf:
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
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/TTF/"
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 "xtrap"
Load "dbe"
Load "extmod"
Load "vnc"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "LG"
ModelName "FLATRON E701S"
HorizSync 30 - 70
VertRefresh 50 - 160
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
"SWcursor"
# [<bool>]
#Option
"HWcursor"
# [<bool>]
#Option
"NoAccel"
# [<bool>]
#Option
"ShadowFB"
# [<bool>]
#Option
"UseFBDev"
# [<bool>]
#Option
"Rotate"
# [<str>]
#Option
"VideoKey"
# <i>
#Option
"FlatPanel"
# [<bool>]
#Option
"FPDither"
# [<bool>]
#Option
"CrtcNumber"
# <i>
#Option
"FPScale"
# [<bool>]
#Option
"FPTweak"
# <i>
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV28 [GeForce4 Ti 4800 SE]"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
----------------------------------------
Thanks in advance,
Pablo