Avatar billede slott_hansen Nybegynder
01. september 2005 - 09:52

Twin view setup

Jeg har netop skiftet mit NVIDIA kort ud med et ATI kort og tilsluttet 2 skærme. en 1680x1050 og en 1280x1024. Jeg har fået sat det op så jeg har min desktop delt over begge skærme - meget nice. Men sjovt nok viser min widescreen skræm kun 1280x1024 - lidt af en nedtur.

Hvem har et bud på hvad der kan være galt. Min xorg.conf er som følger:

# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier    "single"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerLayout"
    Identifier    "Dual"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
    Option      "Xinerama"
EndSection

Section "Files"
# RgbPath is the location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
    RgbPath      "/usr/X11R6/lib/X11/rgb"
    FontPath    "unix/:7100"
EndSection

Section "Module"
    Load "v4l" # Video for Linux
    Load  "dbe" # Double buffer extension
    Load  "extmod"
    Load  "fbdevhw"
# X wont start...
#    Load  "glx"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#    Option    "Xleds"        "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#    Option    "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#    Option    "XkbModel"    "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#    Option    "XkbModel"    "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#    Option    "XkbLayout"    "de"
# or:
#    Option    "XkbLayout"    "de"
#    Option    "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#    Option    "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#    Option    "XkbOptions"    "ctrl:nocaps"
#
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbModel" "pc105"
    Option        "XkbLayout" "dk"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "IMPS/2"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5"
    Option        "Emulate3Buttons" "no"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
    VendorName  "Monitor Vendor"
    ModelName    "Dell 2005FPW (Digital)"
    HorizSync    30.0 - 83.0
    VertRefresh  56.0 - 75.0
    Option        "dpms"
    Option      "CalcAlgorithm" "CheckDesktopGeometry"
EndSection

Section "Monitor"
        Identifier  "Monitor1"
        VendorName  "Monitor Vendor"
        ModelName    "Generic LCD"
        HorizSync    30.0 - 83.0
        VertRefresh  56.0 - 75.0
        Option      "dpms"
        Option      "CalcAlgorithm" "CheckDesktopGeometry"
usemodes "modes0"
EndSection

Section "Modes"
  Identifier "Modes0"
  ModeLine "1680x1050" 141.09 1680 1784 1960 2240 1050 1051 1054 1086
  ModeLine "1680x1050" 168.71 1680 1792 1976 2272 1050 1051 1054 1092
  ModeLine "1680x1050" 195.95 1680 1800 1984 2288 1050 1051 1054 1098
  ModeLine "1680x1050" 223.84 1680 1808 1992 2304 1050 1051 1054 1104
  ModeLine "1280x960" 97.68 1280 1352 1488 1696 960 961 964 993
  ModeLine "1280x960" 116.18 1280 1360 1496 1712 960 961 964 998
  ModeLine "1280x960" 135.32 1280 1368 1504 1728 960 961 964 1004
  ModeLine "1280x960" 155.01 1280 1376 1512 1744 960 961 964 1010
  ModeLine "1024x768" 61.89 1024 1080 1184 1344 768 769 772 794
  ModeLine "1024x768" 73.89 1024 1080 1192 1360 768 769 772 799
  ModeLine "1024x768" 86.18 1024 1088 1200 1376 768 769 772 803
  ModeLine "1024x768" 97.84 1024 1088 1200 1376 768 769 772 808
  ModeLine "800x600" 36.88 800 832 912 1024 600 601 604 621
  ModeLine "800x600" 44.13 800 840 920 1040 600 601 604 624
  ModeLine "800x600" 51.73 800 840 928 1056 600 601 604 628
  ModeLine "800x600" 58.73 800 840 928 1056 600 601 604 632
  ModeLine "640x480" 23.06 640 656 720 800 480 481 484 497
EndSection


Section "Device"
    Identifier  "Videocard0"
    Driver      "fglrx"
    VendorName  "Videocard vendor"
    BoardName  "RADEON 9200"
Option "DDCMode" "on"
Option "DPMS"
    Option "no_accel"                  "no"
    Option "no_dri"                    "no"
    Option "mtrr"                      "off" # disable DRI mtrr mapper, driver has its own code for mtrr
    Option "DesktopSetup"              "Horizontal"
    Option "ScreenOverlap"              "0"
    Option "GammaCorrectionI"          "0x06419064"
    Option "GammaCorrectionII"          "0x06419064"
    Option "Capabilities"              "0x00000000"
    Option "CapabilitiesEx"            "0x00000000"
    Option "VideoOverlay"              "on
    Option "OpenGLOverlay"              "off
    Option "CenterMode"                "off"
    Option "PseudoColorVisuals"        "off"
    Option "Stereo"                    "off"
    Option "StereoSyncEnable"          "1"
    Option "FSAAEnable"                "no"
    Option "FSAAScale"                  "1"
    Option "FSAADisableGamma"          "no"
    Option "FSAACustomizeMSPos"        "no"
    Option "FSAAMSPosX0"                "0.000000"
    Option "FSAAMSPosY0"                "0.000000"
    Option "FSAAMSPosX1"                "0.000000"
    Option "FSAAMSPosY1"                "0.000000"
    Option "FSAAMSPosX2"                "0.000000"
    Option "FSAAMSPosY2"                "0.000000"
    Option "FSAAMSPosX3"                "0.000000"
    Option "FSAAMSPosY3"                "0.000000"
    Option "FSAAMSPosX4"                "0.000000"
    Option "FSAAMSPosY4"                "0.000000"
    Option "FSAAMSPosX5"                "0.000000"
    Option "FSAAMSPosY5"                "0.000000"
    Option "UseFastTLS"                "0"
    Option "BlockSignalsOnLock"        "on"
    Option "UseInternalAGPGART"        "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=5b60
    Screen 0
EndSection

Section "Device"
        Identifier  "Videocard1"
        Driver      "fglrx"
        VendorName  "Videocard vendor"
        BoardName  "RADEON 9200"
    BusID "PCI:1:0:0"
Option "DDCMode" "on"
Option "DPMS"
    Screen 1
EndSection

Section "Screen"
    Identifier "Screen0"
    Device    "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth    24
#    SubSection "Display"
#        Viewport  0 0
#        Depth    16
#        Modes    "800x600" "640x480"
#    EndSubSection
    SubSection "Display"
#        Viewport  0 0
        Depth    24
        Modes    "1680x1050" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device    "Videocard1"
        Monitor    "Monitor1"
        DefaultDepth    24
#      SubSection "Display"
#              Viewport  0 0
#              Depth    16
#              Modes    "800x600" "640x480"
#      EndSubSection
        SubSection "Display"
#                Viewport  0 0
                Depth    24
                Modes    "1680x1050" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection


# **********************************************************************
# DRI Section
# **********************************************************************
Section "dri"
# Access to OpenGL ICD is allowed for all users:
    Mode 0666
# Access to OpenGL ICD is restricted to a specific user group:
#    Group 100    # users
#    Mode 0660
EndSection
Avatar billede Ny bruger Nybegynder

Din løsning...

Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.

Loading billede Opret Preview
Kategori
IT-kurser om Microsoft 365, sikkerhed, personlig vækst, udvikling, digital markedsføring, grafisk design, SAP og forretningsanalyse.

Log ind eller opret profil

Hov!

For at kunne deltage på Computerworld Eksperten skal du være logget ind.

Det er heldigvis nemt at oprette en bruger: Det tager to minutter og du kan vælge at bruge enten e-mail, Facebook eller Google som login.

Du kan også logge ind via nedenstående tjenester