Jerry Cooperstein wrote:
carlopmart wrote:
carlopmart wrote:
Hi all,

Today I have upgraded my laptop (Thinkpad T61) from rhel5.1 to rhel5.4 and process goes well, except for xorg-x11-drv-nv package.

Under my gnome based desktop all goes really really slowly: surfing internet, open a gnome terminal, switch between applications, write a document ... It is really horrible to works well.

But if I use nvidia driver (version 173.14) from nvidia's website, all it is ok and really quickly.

Where is the problem with the driver provided by redhat?? Do I need to use some param under xorg.conf to use redhat's driver??

 Many thanks.

P.D: My xorg.conf (works ok with nvidia propietary driver)

# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Synaptics" "CorePointer"
EndSection

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

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier  "Monitor0"
        Option      "DPMS"
        DisplaySize 380 238
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes     "1440x900"
        EndSubSection
EndSection

Please, any hints??


1) the config file you show would be for the nv driver, not nvidia
(it says Driver "nv")

xorg.conf is the same for "nv" "nvidia" driver. Only changes Driver param.

2) I'd recommend blowing xorg.conf away (keep a copy). Run system-config-display
and generate a new one.

Do it, and result is the same. All goes slowly.





--
CL Martinez
carlopmart {at} gmail {d0t} com

_______________________________________________
rhelv5-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to