Hi,

the update to xorg-server-1.3 broke my dual-screen setup. It creates a
virtual screen size with the same size of the primary monitor for the
second monitor which is my TV. So i can only reach a zone with 800x600
on the second device, even scrolling within the virtual screen is
impossible. I want 1280x1024 for the primary and 800x600 for the
secondary Monitor which displays the complete desktop on any screen.

The Xorg.0.log file does not show any errors which may give some hints.

Hi have searched and found that there were changes in the xorg.conf
file. But i have found no documentation which describes the changes
which have to be made to the configuration file. I have also checked man
xorg.conf but haven't found anything mich may cause this problem.

Any help would be appreciated!

Regards,

Daniel


Below you find my current xorg.conf

Section "ServerLayout"
    Identifier     "Gemeinsames Layout"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse" "CorePointer"
    InputDevice    "Keyboard" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option    "RandR"        "true"
EndSection

Section "Files"
    FontPath        "/usr/share/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/misc/:unscaled"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/ttf-bitstream-vera/"
EndSection

Section "Module"
    Load           "extmod"
    Load           "dbe"
    Load           "record"
    Load           "xtrap"
    Load           "glx"
    Load           "type1"
    Load           "freetype"
    SubSection     "extmod"
        Option         "omit xfree86-dga"
    EndSubSection
EndSection

Section "InputDevice"
    Identifier     "Keyboard"
    Driver         "kbd"
    Option         "XkbLayout" "de"
    Option         "XkbVariant" "nodeadkeys"
    Option         "AutoRepeat" "500 30"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
EndSection

Section "InputDevice"
    Identifier     "Mouse"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/input/mice"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "ACER"
    ModelName      "AL1914sm"
    HorizSync       31.0 - 83.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Magnum"
    ModelName      "TV 5520 VT Stereo"
    HorizSync       30.0 - 50.0
    VertRefresh     60.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "Giga-byte"
    BoardName      "nVidia Corporation [GeForce 7300 LE]"
    BusID          "PCI:05:00:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Card1"
    Driver         "nvidia"
    VendorName     "Giga-byte"
    BoardName      "nVidia Corporation [GeForce 7300 LE]"
    BusID          "PCI:05:00:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "NoLogo" "true"
    Option         "NvAGP" "3"
    Option         "AllowGLXWithComposite" "True"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Card1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "NoLogo" "true"
    Option         "NvAGP" "3"
    Option         "TVStandard" "PAL-B"
    Option         "AllowGLXWithComposite" "True"
    Option         "RenderAccel" "True"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes      "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       16
        Modes      "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Viewport    0 0
        Depth       8
        Modes      "800x600" "640x480"
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
-- 
[EMAIL PROTECTED] mailing list

Reply via email to