public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Xorg.conf changes and dual screen setup
@ 2007-09-09 22:33 Daniel Pielmeier
  2007-09-10  0:07 ` Allan Gottlieb
  0 siblings, 1 reply; 15+ messages in thread
From: Daniel Pielmeier @ 2007-09-09 22:33 UTC (permalink / raw
  To: gentoo-user

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
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-09-16 20:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-09 22:33 [gentoo-user] Xorg.conf changes and dual screen setup Daniel Pielmeier
2007-09-10  0:07 ` Allan Gottlieb
2007-09-10  7:24   ` Daniel Pielmeier
2007-09-10 18:58     ` Allan Gottlieb
2007-09-10 19:14       ` Daniel Pielmeier
2007-09-10 20:44       ` Daniel Pielmeier
2007-09-10 22:01       ` Daniel Pielmeier
2007-09-10 18:05   ` Daniel Pielmeier
2007-09-10 23:54     ` Allan Gottlieb
2007-09-11  7:30       ` Daniel Pielmeier
2007-09-15 19:56         ` Mick
2007-09-15 20:32           ` Daniel Pielmeier
2007-09-15 21:13           ` Allan Gottlieb
2007-09-15 22:01             ` Daniel Pielmeier
2007-09-16 20:34             ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox