4 msgkeyboard layout
1 msgXkbOptions, grp_led:scroll and xorg-x11-7.3
2 msg2007.0 Minimal CD problem
8 msgawstats

Xorg.conf changes and dual screen setup
\ Daniel Pielmeier (9 Sep 2007)
. \ Allan Gottlieb (10 Sep 2007)
. . \ Daniel Pielmeier (10 Sep 2007)
. . . \ Allan Gottlieb (10 Sep 2007)
. . . . \ Daniel Pielmeier (10 Sep 2007)
. . . . \ Daniel Pielmeier (10 Sep 2007)
. . . . \ Daniel Pielmeier (10 Sep 2007)
. . \ Daniel Pielmeier (10 Sep 2007)
. . . \ Allan Gottlieb (10 Sep 2007)
. . . . \ Daniel Pielmeier (11 Sep 2007)
. . . . . \ Mick (15 Sep 2007)
. . . . . . \ Daniel Pielmeier (15 Sep 2007)
. . . . . . \ Allan Gottlieb (15 Sep 2007)
. . . . . . . \ Daniel Pielmeier (15 Sep 2007)
. . . . . . . \ Mick (16 Sep 2007)

3 msgthe new Xorg 7.3 with i810 - issues
3 msg[OT] Problems with USB subsystem after upgradin...
1 msgSeeking threading advice in Perl and Apache
19 msgBoot situation
2 msginfo system maintainence / repair
10 msgNTPd limits?
8 msg[OT] Checking for a webcam with Nagios
2 msgquestion about 'turbocache' shared memory, or w...
6 msgMouse Paste
3 msg-x11-proto/xineramaproto Digest verification fa...
2 msgxinit-1.0.4.ebuild - Digest verification failed:
61 msgSSH won't restart
9 msgCorruption in reiserfs partition
8 msgCleaning up perl
1 msgCannot emerge mod_perl, cannot access CPAN, per...
Subject:Xorg.conf changes and dual screen setup
Group:Gentoo-user
From:Daniel Pielmeier
Date:9 Sep 2007


 
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 mailing list



© 2004-2008 readlist.com