lali wrote:
har problem att få till redigeringen i xorg så mina två
skärmar fungerar. Får bara vga-skärmen att visa nåt.
Dessutom erkänner den inte alls att två skärmar finns.

Så, om nån är haj på det där med xorg.conf-redigiering får denna gärna hjälpa mig. Jag bifogar relevanta delar ur min xorg.conf här under.

Jag såg ingenting om Xinerama eller TwinView i din xorg.conf. Det tror jag att man måste ha för att det ska funka med flera skärmar. Jag använder Xinerama till min laptop med en extra VGA-skärm. Jag bifogar min xorg.conf också.

/Martin
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  ([EMAIL PROTECTED])  Wed Sep  5 19:29:10 PDT 
2007

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  ([EMAIL PROTECTED])  Wed Sep  5 19:30:08 PDT 
2007
# added to get touchpad scrolling back

Section "ServerLayout"
 # added to get touchpad scrolling back
#Inputdevice "stylus" "SendCoreEvents" # added to get touchpad scrolling back
#Inputdevice "cursor" "SendCoreEvents" # added to get touchpad scrolling back
#Inputdevice "eraser" "SendCoreEvents" # added to get touchpad scrolling back 
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
    Load           "synaptics" # added to get touchpad scrolling back
EndSection

Section "ServerFlags"
    Option         "Xinerama" "1"
EndSection

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
    Option         "MinSpeed" "0.5"
    Option         "MaxSpeed" "1.0"
    Option         "AccelFactor" "0.5120"
EndSection

Section "InputDevice"

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

Section "InputDevice"

    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Seiko"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Monitor"

    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Device"

#    Option "RandRRotation" "True" #added 2007-11-09
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce4 4200 Go"
    BusID          "PCI:1:0:0"
    Screen          0
EndSection

Section "Device"

#    Option "RandRRotation" "True" #added 2007-11-09    
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce4 4200 Go"
    BusID          "PCI:1:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "DFP: nvidia-auto-select +0+0"
    Option         "NVAGP" "1" #added 2007-11-01
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "CRT: nvidia-auto-select +0+0"
    Option         "NVAGP" "1" #added 2007-11-01
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "false"
EndSection

-- 
ubuntu-se mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-se

Till