View previous topic :: View next topic |
Author |
Message |
oma Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 17 Feb 2004 Posts: 302 Location: /home/markus/heiligenhaus
|
Posted: Sat Apr 01, 2006 5:56 pm Post subject: [solved] Dualmonior und gdm bzw. xine |
|
|
Hallo an alle Dualmonitoruser
Isch hätt da gern ma'nProblem:
Ist es möglich die "Fullscreen" Ausgabe z.B. von gdm oder xine auf einen einzelnen Desptop zu begrenzen? Mich stört etwas das der Login von gdm immer exakt zwischen den beiden Screens liegt, ebenso wie ein Fullscreen von xine totaler mist ist. Die Fullscreenausgabe ist genau zwischen den beiden Monitoren und links bzw. rechts sind dicle schwarze Balken um das Bild nicht zu verzerren.
System:
GeForce4 Ti 4200
2x LG 17'' TFT (analog angebunden)
Xorg 6.8.2
2.6.15-gentoo-r1
Thanks4input
-oma _________________ "...ich bin Guybrush Threepwood - ein mächtiger Pirat!"
Last edited by oma on Fri Apr 07, 2006 9:45 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fuchur Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/2239953984bf31027ad6ea.png)
Joined: 12 Aug 2003 Posts: 578
|
Posted: Sat Apr 01, 2006 7:18 pm Post subject: |
|
|
Hi
Das liegt an deiner xorg.conf und hatten wir schon mehrmals z.B.
Zwei Monitore und Xinerama
MfG |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oma Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 17 Feb 2004 Posts: 302 Location: /home/markus/heiligenhaus
|
Posted: Sat Apr 01, 2006 10:35 pm Post subject: |
|
|
danke für den Post - aber den hatte ich auch schon gefunden. Leider setzte ich, und möchte ich eigentlich auch nicht, kein KDE ein - somit weiß ich nicht wo ich die Einstellungen für Xinerama suchen soll... Hier mal meine xorg.conf:
Code: | Section "ServerLayout"
Identifier "X.Org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
InputDevice "USB Mouse" "AlwaysCore"
#No Synaptics touchpad found
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "on"
EndSection
Section "Files"
FontPath "/usr/share/fonts/util"
FontPath "/usr/share/fonts/encodings"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/local/share/fonts"
FontPath "/usr/share/fonts"
FontPath "/usr/share/fonts/default"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/arphicfonts"
FontPath "/usr/share/fonts/jisx0213"
FontPath "/usr/share/fonts/shinonome"
FontPath "/usr/share/fonts/baekmuk-fonts"
FontPath "/usr/share/fonts/kacst-fonts"
FontPath "/usr/share/fonts/sgi-fonts"
FontPath "/usr/share/fonts/unfonts"
FontPath "/usr/share/fonts/default/ghostscript"
FontPath "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
FontPath "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection
Section "Module"
Load "ddc"
Load "vbe"
Load "GLcore"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "bitmap"
#Load "speedo"
Load "type1"
Load "freetype"
Load "record"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbLayout" "de"
Option "XkbModel" "logicdp"
# Option "XkbOptions" "grp:toggle,grp_led:scroll"
Option "XkbVariant" ",winkeys"
EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSectionSection "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/misc/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Protocol" "event"
Option "Device" ""
Option "LeftEdge" "1900"
Option "RightEdge" "5400"
Option "TopEdge" "1900"
Option "BottomEdge" "4000"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.02"
Option "MaxSpeed" "0.10"
Option "AccelFactor" "0.0010"
Option "SHMConfig" "on"
EndSection
# Auto-generated by mkxf86config
Section "Monitor"
Identifier "Monitor0"
Identifier "nVidia Inc. GeForce2"
Driver "nvidia"
Option "NoLogo" "1"
VideoRam 262144
Option "NvAgp" "3"
Option "CursorShadow" "1"
Option "RenderAccel" "true"
Option "UseEdidFregs" "1"
Option "TwinView"
Option "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
Option "TwinViewOrientation" "LeftOf"
Option "SecondMonitorHorizSync" "UseEdidFreqs"
Option "SecondMonitorVertRefresh" "UseEdidFreqs"
EndSection
Section "Screen"
Identifier "Screen0"
Device "nVidia Inc. GeForce2"
Monitor "Monitor0"
DefaultColorDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection | Wenn da ein Fehler drin ist wäre ich für einen konkreten Hinweis echt dankbar...
Laut xorg.log : Code: | (**) Option "Xinerama" "on" | Thanks4input! -oma _________________ "...ich bin Guybrush Threepwood - ein mächtiger Pirat!" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fuchur Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/2239953984bf31027ad6ea.png)
Joined: 12 Aug 2003 Posts: 578
|
Posted: Sat Apr 01, 2006 11:08 pm Post subject: |
|
|
Hi
Bei dem Link den ich gepostet habe wird auch drauf hingewiesen das die Useflag "xinerama" gesetzt sein muss. Aber das hast du
sicher gesehen. Zu deiner xorg.conf Ich habe "TwinView" vor länger mal ausprobiert und nur ärger gehabt deshalb habe
ich die Option "xinerama" von xorg gewäht für dualscreen und nicht die nvidia-treiber dualscreen lösung TwinView.
In [solved] Dual-View nur bis zum Login-Screen wurde das auch schon mal besprochen wenn du es mal mit xinerama ausprobieren möchtest
bei twinview kann ich dir nicht helfen. Und GDM,xine,Gnome usw. verhält sich genau wie KDE mit dem unterschied das du da
nichts einstellen must sonder das sie es von selber erkennen (mit xinerama Useflag und xorg option xinerama).
MfG |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oma Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 17 Feb 2004 Posts: 302 Location: /home/markus/heiligenhaus
|
Posted: Sun Apr 02, 2006 10:39 am Post subject: |
|
|
ok - werd das mal testen. Welche Pakete muß ich neu emergen - würde ein Code: | emerge unmerge xfce; emerge unmerge xorg-x11; emerge xorg-x11, emerge xfce | genügen oder muß ich einen Code: | emerge --newuse world | machen? _________________ "...ich bin Guybrush Threepwood - ein mächtiger Pirat!" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Inte Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/102177785849f80eb740550.gif)
Joined: 15 Jul 2003 Posts: 1387 Location: Mannheim, GER
|
Posted: Sun Apr 02, 2006 3:37 pm Post subject: |
|
|
Hi oma,
ein --newuse solltest du schon machen. Es gibt diverse Programme (z.B. mplayer) die ohne den Xinerama-Support kaum zu gebrauchen sind.
Hast du dein System schon auf gcc-3.4.X umgestellt? Wenn nicht, dann kannst du ja beides in einem Rutsch erledigen. _________________ Gentoo Linux - Die Metadistribution |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oma Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 17 Feb 2004 Posts: 302 Location: /home/markus/heiligenhaus
|
Posted: Sun Apr 02, 2006 7:49 pm Post subject: |
|
|
Tach Inte. Ja, gcc 3.4.4-r1 ist up-to date. Aber dann werde ich Eurem väterlichen Rat mal folgen und den newuse starten. Allerdings werd ich das erst morgen starten da das sicher etwas länger dauert... Ich hoffe das ich dann sonst nix machen brauch - falls nicht bumpe ich den Thread nochmal! Danke an alle soweit! -oma _________________ "...ich bin Guybrush Threepwood - ein mächtiger Pirat!" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oma Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 17 Feb 2004 Posts: 302 Location: /home/markus/heiligenhaus
|
Posted: Wed Apr 05, 2006 9:18 pm Post subject: |
|
|
so - hab mal wieder, ohne Erfolg leider, getestet. Meine xorg.conf hab ich größtenteils von fuchur übernommen und sah also wie folgt aus: Code: |
Section "ServerLayout"
Identifier "Matrox"
Screen "Display 1" LeftOf "Display 2"
Screen "Display 2" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
# FontPath "unix/:7100"
FontPath "unix/:-1"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/cyrillic/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/ukr/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/sharefonts/"
FontPath "/usr/share/fonts/intlfonts/"
EndSection
Section "Module"
Load "GLcore" # OpenGL support
Load "fbdevhw"
Load "dbe" # Double-buffering
Load "dri" # Direct rendering infrastructure
Load "extmod" # Misc. required extensions
Load "record" # X event recorder
Load "v4l" # Video4Linux
Load "glx" # OpenGL X protocol interface
Load "bitmap"
Load "ddc"
Load "int10"
Load "vbe"
# You only need the following two modules if you do not use xfs.
Load "type1" # Adobe Type 1 font handler
Load "freetype" # TrueType font handler
EndSection
Section "ServerFlags"
Option "allowmouseopenfail"
Option "Xinerama"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "AutoRepeat" "250 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "MONITOR_1"
VendorName "Monitor Vendor"
ModelName "Monitor 17"
HorizSync 31.5 - 64.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "MONITOR_2"
VendorName "Monitor Vendor"
ModelName "Monitor 17"
HorizSync 31.5 - 64.0
VertRefresh 50.0 - 120.0
Option "dpms"
EndSection
Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier "nVidia_1"
Driver "nvidia"
Option "NoLogo" "1"
VideoRam 262144
Option "NvAgp" "3"
Option "CursorShadow" "1"
Option "DPMS" "on"
Option "NoHal" "off"
Option "RenderAccel" "true"
Option "UseEdidFregs" "1"
# Option "TwinView"
# Option "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
# Option "TwinViewOrientation" "LeftOf"
# Option "SecondMonitorHorizSync" "UseEdidFreqs"
# Option "SecondMonitorVertRefresh" "UseEdidFreqs"
EndSection
Section "Device"
### Available Driver options are:-
# sw_cursor is needed for some ati and radeon cards
#Option "sw_cursor"
#Option "hw_cursor"
#Option "NoAccel"
#Option "ShowCache"
#Option "ShadowFB"
#Option "UseFBDev"
#Option "Rotate"
Identifier "nVidia_2"
Driver "nvidia"
Option "NoLogo" "1"
VideoRam 262144
Option "NvAgp" "3"
Option "CursorShadow" "1"
Option "DPMS" "on"
Option "NoHal" "off"
Option "RenderAccel" "true"
Option "UseEdidFregs" "1"
# Option "TwinView"
# Option "MetaModes" "1280x1024,1280x1024; 1280x1024; 1024x768,1024x768; 1024x768; 800x600,800x600; 800x600"
# Option "TwinViewOrientation" "LeftOf"
# Option "SecondMonitorHorizSync" "UseEdidFreqs"
# Option "SecondMonitorVertRefresh" "UseEdidFreqs"
EndSection
Section "Screen"
Identifier "Display 1"
Device "nvidia_1"
Monitor "MONITOR_1"
DefaultDepth 24
DefaultFbBpp 32
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x768" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x768" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x768" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
EndSection
Section "Screen"
Identifier "Display 2"
Device "nvidia_2"
Monitor "MONITOR_2"
DefaultDepth 24
DefaultFbBpp 32
SubSection "Display"
Depth 8
Modes "1280x1024" "1280x960" "1152x768" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1152x768" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "1152x768" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection | laut xorg.log: Code: | (==) RgbPath set to "/usr/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/modules"
(**) Option "AllowMouseOpenFail" "true"
[(**) Option "Xinerama" "on"
(**) Xinerama: enabled
(WW) Open APM failed (/dev/apm_bios) (No such file or directory)
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.2
X.Org Video Driver: 0.7
X.Org XInput driver : 0.4
X.Org Server Extension : 0.2
X.Org Font Renderer : 0.4
(II) Loader running on linux | Ergebniß ist ist das der rechte TFT eine Auflösung von 1280x1024 macht und der linke, baugleiche nix und in den Standby geht... aufgeben gibt's nicht - was kann man weiter testen? _________________ "...ich bin Guybrush Threepwood - ein mächtiger Pirat!" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fuchur Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/2239953984bf31027ad6ea.png)
Joined: 12 Aug 2003 Posts: 578
|
Posted: Thu Apr 06, 2006 3:21 am Post subject: |
|
|
Hi
Du must die xorg.conf schon an deine Hardware anpassen. Einfach nur übernehmen klappt meistens nicht.
Hier ist mal eine xorg.conf. Zeilen die mit "###" anfangen must du auf deine Hardware anpassen (HorizSync,VertRefresh,
DefaultDepth,Modes = Monitorhandbuch BusID = lspci) natürlich ohne Gewähr. Zu testzwecken würde ich auch nicht mit 1280x1024
sonder mit wesentlich weniger anfangen (bei Modes)
Code: |
Section "ServerLayout"
Identifier "NVIDIA"
Screen 0 "SCREEN_0"
Screen 1 "SCREEN_1" rightOf "SCREEN_0"
InputDevice "MOUSE_0" "CorePointer"
InputDevice "KEYBOARD_0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
# FontPath "unix/:7100"
FontPath "unix/:-1"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/cyrillic/"
FontPath "/usr/share/fonts/encodings/"
FontPath "/usr/share/fonts/freefont/"
FontPath "/usr/share/fonts/local/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/ukr/"
FontPath "/usr/share/fonts/util/"
FontPath "/usr/share/fonts/corefonts/"
FontPath "/usr/share/fonts/sharefonts/"
FontPath "/usr/share/fonts/intlfonts/"
EndSection
Section "Module"
# Load "speedo"
# Load "GLcore" # OpenGL support
# Load "dri" # Direct rendering infrastructure
Load "dbe" # Double-buffering
Load "extmod" # Misc. required extensions
Load "record" # X event recorder
Load "v4l" # Video4Linux
Load "glx" # OpenGL X protocol interface
Load "fbdevhw"
Load "ddc"
Load "bitmap"
Load "int10"
Load "vbe"
# You only need the following two modules if you do not use xfs.
Load "type1" # Adobe Type 1 font handler
Load "freetype" # TrueType font handler
EndSection
Section "ServerFlags"
Option "Xinerama"
Option "allowmouseopenfail"
#
# Uncomment this to cause a core dump at the spot where a signal is
# received. This may leave the console in an unusable state, but may
# provide a better stack trace in the core dump to aid in debugging
# NoTrapSignals
EndSection
Section "InputDevice"
Identifier "KEYBOARD_0"
Driver "kbd"
# Driver "keyboard"
Option "CoreKeyboard"
Option "AutoRepeat" "250 30"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "MOUSE_0"
Driver "mouse"
Option "Device" "/dev/psaux"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
Identifier "MONITOR_1"
### HorizSync 31.5 - 64.0
### VertRefresh 50.0 - 120.0
Option "dpms"
EndSection
Section "Monitor"
Identifier "MONITOR_2"
### HorizSync 31.5 - 64.0
### VertRefresh 50.0 - 120.0
Option "dpms"
EndSection
Section "Device"
Identifier "NVIDIA_0"
Driver "nvidia"
# 0 : disable agp
# 1 : use NVIDIA's internal AGP support, if possible
# 2 : use AGPGART, if possible
# 3 : use any agp support (try AGPGART, then NVIDIA's AGP)
Option "NvAGP" "2"
Option "NoLogo" "on"
Option "DPMS" "on"
Option "HWcursor" "off"
Option "CursorShadow" "off"
Option "RenderAccel" "on"
# VideoRam 131072
### BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "NVIDIA_1"
Driver "nvidia"
# 0 : disable agp
# 1 : use NVIDIA's internal AGP support, if possible
# 2 : use AGPGART, if possible
# 3 : use any agp support (try AGPGART, then NVIDIA's AGP)
Option "NvAGP" "1"
Option "NoLogo" "on"
Option "DPMS" "on"
Option "HWcursor" "off"
Option "CursorShadow" "off"
Option "RenderAccel" "on"
# VideoRam 131072
### BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "SCREEN_0"
Device "NVIDIA_0"
Monitor "MONITOR_1"
### DefaultDepth 24
# DefaultFbBpp 32
# DefaultDepth 16
# DefaultFbBpp 16
SubSection "Display"
Depth 8
### Modes "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 16
### Modes "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 24
### Modes "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
EndSection
Section "Screen"
Identifier "SCREEN_1"
Device "NVIDIA_1"
Monitor "MONITOR_2"
### DefaultDepth 24
# DefaultFbBpp 32
# DefaultDepth 16
# DefaultFbBpp 16
SubSection "Display"
Depth 8
### Modes "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 16
### Modes "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
SubSection "Display"
Depth 24
### Modes "1280x1024" "1280x960" "1024x768" "832x624" "800x600" "720x400" "640x480" "640x400" "640x350"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
|
MfG |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oma Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 17 Feb 2004 Posts: 302 Location: /home/markus/heiligenhaus
|
Posted: Thu Apr 06, 2006 8:31 am Post subject: |
|
|
danke - das sieht schonmal besser aus - nun hab ich schon 2 screens. Was ich noch rausfinden muß ist wie ich gdm links statt rechts zum starten bekomme - aber das find ich zur Not auch selbst raus. Was etwas komisch ist das doublebuffer nicht zu laufen scheint - es wird zwar laut xorg.log geladen, conky aber beispielsweise scheint es nicht nutzen zu können...Danke erstmal! _________________ "...ich bin Guybrush Threepwood - ein mächtiger Pirat!" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fuchur Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/2239953984bf31027ad6ea.png)
Joined: 12 Aug 2003 Posts: 578
|
Posted: Thu Apr 06, 2006 9:48 am Post subject: |
|
|
Hi
oma wrote: | danke - das sieht schonmal besser aus - nun hab ich schon 2 screens. Was ich noch rausfinden muß ist wie ich gdm links statt rechts zum starten bekomme - aber das find ich zur Not auch selbst raus. Was etwas komisch ist das doublebuffer nicht zu laufen scheint - es wird zwar laut xorg.log geladen, conky aber beispielsweise scheint es nicht nutzen zu können...Danke erstmal! |
Wiso 2 screens? eigendlich soltes du einen grossen haben das heist du kannst von programme von einem auf den andern
Bildschirm schieben oder woltest du es so?
Zu gdm in:
Code: |
/etc/X11/gdm/gdm.conf
|
solten die optionen
Code: |
# Set a position rather then just centering the window. If you enter
# negative values for the position it is taken as an offset from the
# right or bottom edge.
#SetPosition=false
#PositionX=0
#PositionY=0
# Xinerama screen we use to display the greeter on. Not for true
# multihead, currently only works for Xinerama.
#XineramaScreen=0
|
dafür zuständig sein.
Zu conky ohne double buffer das ist bei mir auch.
MfG |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
oma Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Guybrush3.gif)
Joined: 17 Feb 2004 Posts: 302 Location: /home/markus/heiligenhaus
|
Posted: Thu Apr 06, 2006 2:57 pm Post subject: |
|
|
habe mich mißverständlich ausgedrückt - natürlich ist ein großer Schirm und ich kann die Fenster auch hin- und herschieben. Mit der gdm.conf werd ich später mal schauen. Da conky das ja irgendwie nicht so toll macht - welchen "leichten" Systemmonitor kannst du empehlen? gdesklets/superkaramba ist mir viel zu dick...
THX oma _________________ "...ich bin Guybrush Threepwood - ein mächtiger Pirat!" |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|