Gavekort Skrevet 13. juni 2012 Del Skrevet 13. juni 2012 (endret) Hei! Jeg har litt problemer med å få til skikkelig dualscreen på mitt nye oppsett. Jeg får til dualscreen, men da må jeg velge mellom å ha to seperate skrivebord (kan ikke dra vinduer mellom skjermene og har to forskjellige Gnome-skrivebord) og et stort skrivebord (skrivebordet strekkes over begge skjermene og om jeg kjører noe i fullscreen så vil det dekke begge skjermene og ikke bare hovedskjermen). Jeg har prøvd både RandR, Xinerama, AMD sitt CCC og ARandR, helt uten resultat. Xorg.conf: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/lib64/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/OTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "dri2" Load "extmod" Load "dbe" Load "dri" Load "record" EndSection Section "ServerFlags" Option "Xinerama" "off" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "InputClass" Identifier "keyboard-layout" MatchIsKeyboard "yes" Option "XkbLayout" "no, us, se" Option "XkbOptions" "grp:caps_toggle" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor2" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]-0" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Monitor" Identifier "0-DFP6" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" Option "PreferredMode" "1920x1080" Option "TargetRefresh" "60" Option "Position" "0 0" Option "Rotate" "normal" Option "Disable" "false" EndSection Section "Monitor" Identifier "0-DFP7" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" Option "PreferredMode" "1920x1080" Option "TargetRefresh" "60" Option "Position" "1920 0" Option "Rotate" "normal" Option "Disable" "false" EndSection Section "Device" ### Available Driver options are:- ### Values: &--#60;i&--#62;: integer, &--#60;f&--#62;: float, &--#60;bool&--#62;: "True"/"False", ### &--#60;string&--#62;: "String", &--#60;freq&--#62;: "&--#60;f&--#62; Hz/kHz/MHz", ### &--#60;percent&--#62;: "&--#60;f&--#62;%" ### [arg]: arg optional #Option "NoAccel" # [&--#60;bool&--#62;] #Option "SWcursor" # [&--#60;bool&--#62;] #Option "Dac6Bit" # [&--#60;bool&--#62;] #Option "Dac8Bit" # [&--#60;bool&--#62;] #Option "BusType" # [&--#60;str&--#62;] #Option "CPPIOMode" # [&--#60;bool&--#62;] #Option "CPusecTimeout" # &--#60;i&--#62; #Option "AGPMode" # &--#60;i&--#62; #Option "AGPFastWrite" # [&--#60;bool&--#62;] #Option "AGPSize" # &--#60;i&--#62; #Option "GARTSize" # &--#60;i&--#62; #Option "RingSize" # &--#60;i&--#62; #Option "BufferSize" # &--#60;i&--#62; #Option "EnableDepthMoves" # [&--#60;bool&--#62;] #Option "EnablePageFlip" # [&--#60;bool&--#62;] #Option "NoBackBuffer" # [&--#60;bool&--#62;] #Option "DMAForXv" # [&--#60;bool&--#62;] #Option "FBTexPercent" # &--#60;i&--#62; #Option "DepthBits" # &--#60;i&--#62; #Option "PCIAPERSize" # &--#60;i&--#62; #Option "AccelDFS" # [&--#60;bool&--#62;] #Option "IgnoreEDID" # [&--#60;bool&--#62;] #Option "CustomEDID" # [&--#60;str&--#62;] #Option "DisplayPriority" # [&--#60;str&--#62;] #Option "PanelSize" # [&--#60;str&--#62;] #Option "ForceMinDotClock" # &--#60;freq&--#62; #Option "ColorTiling" # [&--#60;bool&--#62;] #Option "VideoKey" # &--#60;i&--#62; #Option "RageTheatreCrystal" # &--#60;i&--#62; #Option "RageTheatreTunerPort" # &--#60;i&--#62; #Option "RageTheatreCompositePort" # &--#60;i&--#62; #Option "RageTheatreSVideoPort" # &--#60;i&--#62; #Option "TunerType" # &--#60;i&--#62; #Option "RageTheatreMicrocPath" # &--#60;str&--#62; #Option "RageTheatreMicrocType" # &--#60;str&--#62; #Option "ScalerWidth" # &--#60;i&--#62; #Option "RenderAccel" # [&--#60;bool&--#62;] #Option "SubPixelOrder" # [&--#60;str&--#62;] #Option "ClockGating" # [&--#60;bool&--#62;] #Option "VGAAccess" # [&--#60;bool&--#62;] #Option "ReverseDDC" # [&--#60;bool&--#62;] #Option "LVDSProbePLL" # [&--#60;bool&--#62;] #Option "AccelMethod" # &--#60;str&--#62; #Option "DRI" # [&--#60;bool&--#62;] #Option "ConnectorTable" # &--#60;str&--#62; #Option "DefaultConnectorTable" # [&--#60;bool&--#62;] #Option "DefaultTMDSPLL" # [&--#60;bool&--#62;] #Option "TVDACLoadDetect" # [&--#60;bool&--#62;] #Option "ForceTVOut" # [&--#60;bool&--#62;] #Option "TVStandard" # &--#60;str&--#62; #Option "IgnoreLidStatus" # [&--#60;bool&--#62;] #Option "DefaultTVDACAdj" # [&--#60;bool&--#62;] #Option "Int10" # [&--#60;bool&--#62;] #Option "EXAVSync" # [&--#60;bool&--#62;] #Option "ATOMTVOut" # [&--#60;bool&--#62;] #Option "R4xxATOM" # [&--#60;bool&--#62;] #Option "ForceLowPowerMode" # [&--#60;bool&--#62;] #Option "DynamicPM" # [&--#60;bool&--#62;] #Option "NewPLL" # [&--#60;bool&--#62;] #Option "ZaphodHeads" # &--#60;str&--#62; Identifier "Card0" Driver "fglrx" Option "DesktopSetup" "horizontal" Option "OverlayOnCRTC2" "1" Option "Monitor-DFP6" "0-DFP6" Option "Monitor-DFP7" "0-DFP7" BusID "PCI:1:0:0" EndSection Section "Device" ### Available Driver options are:- ### Values: &--#60;i&--#62;: integer, &--#60;f&--#62;: float, &--#60;bool&--#62;: "True"/"False", ### &--#60;string&--#62;: "String", &--#60;freq&--#62;: "&--#60;f&--#62; Hz/kHz/MHz", ### &--#60;percent&--#62;: "&--#60;f&--#62;%" ### [arg]: arg optional #Option "ShadowFB" # [&--#60;bool&--#62;] #Option "Rotate" # &--#60;str&--#62; #Option "fbdev" # &--#60;str&--#62; #Option "debug" # [&--#60;bool&--#62;] Identifier "Card1" Driver "fbdev" BusID "PCI:1:0:0" EndSection Section "Device" ### Available Driver options are:- ### Values: &--#60;i&--#62;: integer, &--#60;f&--#62;: float, &--#60;bool&--#62;: "True"/"False", ### &--#60;string&--#62;: "String", &--#60;freq&--#62;: "&--#60;f&--#62; Hz/kHz/MHz", ### &--#60;percent&--#62;: "&--#60;f&--#62;%" ### [arg]: arg optional #Option "ShadowFB" # [&--#60;bool&--#62;] #Option "DefaultRefresh" # [&--#60;bool&--#62;] #Option "ModeSetClearScreen" # [&--#60;bool&--#62;] Identifier "Card2" Driver "vesa" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "aticonfig-Device[0]-0" Driver "fglrx" BusID "PCI:1:0:0" EndSection Section "Device" Identifier "amdcccle-Device[1]-1" Driver "fglrx" Option "Monitor-DFP7" "0-DFP7" BusID "PCI:1:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Card0" SubSection "Display" Viewport 0 0 Virtual 3840 1920 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Virtual 3840 1920 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Virtual 3840 1920 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Virtual 3840 1920 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Virtual 3840 1920 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Virtual 3840 1920 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card0" Monitor "Monitor1" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen2" Device "Card2" Monitor "Monitor2" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "aticonfig-Screen[0]-0" Device "aticonfig-Device[0]-0" Monitor "aticonfig-Monitor[0]-0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "amdcccle-Screen[1]-1" Device "amdcccle-Device[1]-1" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Endret 13. juni 2012 av Gavekort Lenke til kommentar
Anbefalte innlegg
Opprett en konto eller logg inn for å kommentere
Du må være et medlem for å kunne skrive en kommentar
Opprett konto
Det er enkelt å melde seg inn for å starte en ny konto!
Start en kontoLogg inn
Har du allerede en konto? Logg inn her.
Logg inn nå