
promac at gmail
Feb 15, 2009, 1:19 PM
Post #4 of 4
(1308 views)
Permalink
|
On Sun, Feb 15, 2009 at 12:36 PM, Axel Thimm <Axel.Thimm [at] atrpms> wrote: > On Sun, Feb 15, 2009 at 11:56:46AM -0300, Paulo Cavalcanti wrote: > > On Sun, Feb 15, 2009 at 11:31 AM, Paulo Cavalcanti <promac [at] gmail> > wrote: > > > > > I got these problems: > > > > > > > > > nvidia-graphics-180.29-29.x86_64.rpm > > > nvidia-graphics180.29-libs-180.29-107.fc10.x86_64.rpm > > > Preparing... ########################################### > > > [100%] > > > 1:nvidia-graphics180.29-l########################################### > [ > > > 33%] > > > 2:nvidia-graphics180.29 ########################################### > [ > > > 67%] > > > /usr/sbin/nvidia-graphics-switch: line 85: 6709 Segmentation fault > > > /usr/lib64/nvidia-graphics-helpers/nvidia-config-x.py > > > 3:nvidia-graphics ########################################### > > > [100%] > > nvidia-config-x.py isn't using anything from nvidia, it just > adds/removes some entries to the config file. > > Maybe /etc/X11/xorg.conf as created/modified by > /usr/bin/nvidia-xconfig is broken? Could you compare to > xorg.conf.backup? And maybe run > /usr/lib64/nvidia-graphics-helpers/nvidia-config-x.py manually again? > > My xorg.conf is very simple. It does not make sense to add mouse and keyboard configuration because they will not be used in F10, unless one uses the 'Option "AutoAddDevices" "false"' and configure everything by hand. What is happening is that it is being created another xorg.conf with mouse and keyboard in it, and I have to copy the backup onto it. It seems that nvidia config does not like it. This is the xorg.conf I am using in F10. Note that all devices are controlled by evdev: # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "Layout0" Screen 0 "Screen0" 0 0 EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules/extensions/nvidia" ModulePath "/usr/lib64/xorg/modules/extensions" ModulePath "/usr/lib64/xorg/modules" EndSection Section "ServerFlags" Option "Xinerama" "0" EndSection Section "Monitor" Identifier "Monitor0" VendorName "LG" ModelName "TV-0" HorizSync 28.0 - 33.0 VertRefresh 43.0 - 72.0 EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 Option "TwinView" "1" Option "metamodes" "TV: nvidia-auto-select +1440+0, DFP: 1440x900 +0+0; TV: nvidia-auto-select +0+0, DFP: NULL; TV: NULL, DFP: 1440x900 +0+0" Option "NoLogo" "true" SubSection "Display" Depth 24 EndSubSection EndSection -- Paulo Roma Cavalcanti LCG - UFRJ
|