Nvidia Quadro FX 3700M and Fedora 10

Kevin Kempter kevin at kevinkempterllc.com
Tue Dec 2 17:38:47 UTC 2008


On Tuesday 02 December 2008 05:55:58 Brian Millett wrote:
> On Tue, 2008-12-02 at 00:34 -0700, Kevin Kempter wrote:
> > Section "Device"
> >         Identifier  "Videocard0"
> >         Driver      "vesa"
> > EndSection
>
> Don't you want nvidia? like
>
> Section "Device"
> 	Identifier  "Card0"
> 	Driver      "nvidia"
> 	VendorName  "nVidia Corporation"
> 	BoardName   "G72M [GeForce Go 7400]"
> EndSection

I replaced this section :
Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
EndSection


with this:
Section "Device"
        Identifier  "Videocard0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "Quadro FX 3700M"
EndSection


and the resolution reverts back to the old resolution where the system reports 
it as 1920x1200 but it's clearly something more like 1280x800

at this point I'd rather have true 1920x1200 than glx effects if I can't have 
both. However if anyone has any thoughts I'd appreciate any input on how to 
get both.

Below are the 2 config files:


This one (my current xorg.conf) gives me "true" 1920x1200

# Xorg configuration created by livna-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0              
        InputDevice    "Mouse0" "CorePointer"     
        InputDevice    "Keyboard0" "CoreKeyboard" 
EndSection                                        

Section "Files"
        ModulePath   "/usr/lib64/xorg/modules"
EndSection                                    

Section "ServerFlags"
        Option      "AIGLX" "on"
EndSection                      

Section "InputDevice"

# generated from default
        Identifier  "Mouse0"
        Driver      "mouse" 
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "Emulate3Buttons" "no"    
        Option      "ZAxisMapping" "4 5"      
EndSection                                    

Section "InputDevice"

# keyboard added by rhpxl
        Identifier  "Keyboard0"
        Driver      "kbd"      
        Option      "XkbModel" "pc105+inet"
        Option      "XkbLayout" "us"       
EndSection                                 

Section "Monitor"
        Identifier   "Monitor0"
        ModelName    "LCD Panel 1920x1200"
        HorizSync    31.5 - 74.5          
        VertRefresh  56.0 - 65.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        Option      "AddARGBGLXVisuals" "True"
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "Enable"
EndSection










This one gives me the glx screensavers and desktop effects but I only get about 
1280x800 screen resolution even though the system (xrand) reports that it's 
running at 1920x1200

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister at builder58)  Tue Nov  4 17:19:39 
PST 2008                                                                         

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister at builder58)  Tue Nov  4 17:18:57 
PST 2008                                                                          

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

Section "Files"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection                                          

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1" 
    Load           "freetype"
    Load           "glx"     
EndSection                   

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection                       

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0" 
    Driver         "mouse"  
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"    
    Option         "ZAxisMapping" "4 5"      
EndSection                                   

Section "InputDevice"

    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"                        
    Driver         "kbd"                              
    Option         "XkbLayout" "us"                   
    Option         "XkbModel" "pc105"                 
EndSection                                            

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown" 
    ModelName      "Seiko"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "Quadro FX 3700M"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


As always thanks for offering your time/talents to help out. 




More information about the fedora-list mailing list