You are not logged in.

#1 2010-06-25 20:39:18

Kei
Member
Registered: 2007-04-05
Posts: 88

randr resolution setting, using nouveau

Hi all,

I've set up a dualhead screen configuration using the nouveau driver. I know that nouveau is unstable, I just want to know if the following behaviour is because of nouveau, or because I'm not able to write a proper xorg.conf file.

The Problem: The screen resolution is too low on my second screen (VGA). However it is correct on my primary (DVI). When I use the commands

xrandr --output DVI-I-1 --mode 1920x1080 --primary                                                                                                
xrandr --output VGA-1 --mode 1680x1050 --rotate left --left-of DVI-I-1

after logging in, the resolution is just fine.

I just don't know, why the resolution settings fail initially.

Here's my xorg.conf -- note that it doen't matter if I uncomment the "virtual" setting.

Section "ServerLayout"                                                                                                                            
        Identifier     "Default Layout"                                                                                                           
        Screen         "Screen0"                                                                                                                  
EndSection                                                                                                                                        
                                                                                                                                                  
Section "ServerFlags"                                                                                                                             
        Option  "AllowMouseOpenFail"    "on"
        Option  "DontZap"       "False"                                                                                                           
EndSection                                                                                                                             
                                                                                                                                                  
Section "Monitor"                                                                                                                                 
    Identifier     "Eizo"                                                                                                                         
    VendorName     "Eizo"                                                                                                                         
    ModelName      "EIZO EV2333W"                                                                                                                 
    Option         "Primary" "true"                                                                                                               
    Option         "PreferredMode" "1920x1080_60.00"                                                                                              
EndSection                                                                                                                                        
                                                                                                                                                  
Section "Monitor"                                                                                                                                 
    # HorizSync source: edid, VertRefresh source: edid                                                                                            
    Identifier     "HP"                                                                                                                           
    VendorName     "HP"                                                                                                                           
    ModelName      "HP w2207"                                                                                                                     
    Option         "PreferredMode" "1680x1050_60.00"        #      <-- I also tried without "_60.00"                                                                               
#    Option         "PreferredMode" "1050x1680_60.00"     #      <-- I tried this too, no change                                                                                 
    Option         "Rotate" "left"                                                                                                                
    Option         "LeftOf" "Eizo"                                                                                                                
EndSection                                                                                                                                        
                                                                                                                                                  
Section "Device"                                                                                                                                  
        Identifier          "nvidia_card"                                                                                                         
        Driver          "nouveau"                                                                                                                 
        VendorName          "NVIDIA Corporation"                                                                                                  
        BoardName             "GeForce 6600 GT"                                                                                                   
  Option          "Monitor-DVI-I-1" "Eizo"                                                                                                        
  Option          "Monitor-VGA-1" "HP"                                                                                                            
EndSection                                                                                                                                        
                                                                                                                                                  
Section "Screen"                                                                                                                                  
    Identifier      "Screen0"                                                                                                                     
    DefaultDepth    24                                                                                                                            
    SubSection      "Display"                                                                                                                     
        Depth       24                                                                                                                            
#        Virtual     3600 1680
    EndSubSection
    Device          "nvidia_card"
EndSection

I'd be happy if someone could clarify this for me.

regards, kevin

packages:
extra/xorg-server 1.8.1.902-1
extra/xf86-video-nouveau 0.0.16_git20100517-1
extra/nouveau-dri 7.8.2-1

Offline

Board footer

Powered by FluxBB