Ubuntu Suomen keskustelualueet

Ubuntun käyttö => Laitealue => Aiheen aloitti: kopla - 18.08.06 - klo:14.38

Otsikko: Resoluutio ongelmia
Kirjoitti: kopla - 18.08.06 - klo:14.38
Moro

Sain lopulta toimimaan dualhead moodin ATI:n ajureilla, eli kaksi erillistä X toinen läppärin omalla näytöllä toinen DVI liitännän kautta ViewSonic VP201.
Nyt vain on sellainen ongelma että maksimi resoluutio millä olen saanut toimimaan VP201 on 1280x1024. Jos yritän laittaa 1600x1200 60Hz resoluution
menee VP201 näyttö pimeäksi.

Onko ideoita mikä mättää?
Otsikko: Re: Resoluutio ongelmia
Kirjoitti: Tuplanolla - 18.08.06 - klo:15.57
Pistäppäs tänne xorg.conf tiedoston sisältö (löytyy hakemistosta /etc/X11/)
Otsikko: Re: Resoluutio ongelmia
Kirjoitti: kopla - 21.08.06 - klo:10.46
tässä xorg.conf

Koodia: [Valitse]
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen  "Screen0"
        Screen  "Screen1" RightOf "Screen0"
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
        InputDevice    "Generic Mouse"
EndSection

Section "Files"
                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath     "unix/:7100"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/lib/X11/fonts/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/lib/X11/fonts/cyrillic"
        FontPath     "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/lib/X11/fonts/Type1"
        FontPath     "/usr/share/fonts/X11/CID"
        FontPath     "/usr/lib/X11/fonts/CID"
        FontPath     "/usr/lib/X11/fonts/Speedo"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "/usr/lib/X11/fonts/75dpi"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/lib/X11/fonts/100dpi"
        FontPath     "/usr/lib/X11/fonts/corefonts"
EndSection

Section "Module"
        Load  "bitmap"
        Load  "i2c"
        Load  "dbe"
        Load  "ddc"
        Load  "dri"
        Load  "extmod"
        Load  "freetype"
        Load  "glx"
#       Load  "int10"
        Load  "record"
        Load  "type1"
        Load  "vbe"
EndSection

Section "InputDevice"
        Identifier  "Generic Keyboard"
        Driver      "keyboard"
        Option      "CoreKeyboard"
        Option      "XkbRules" "xfree86"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "fi"
EndSection

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "PS/2"
        Option      "Emulate3Buttons" "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
        Identifier  "Generic Mouse"
        Driver      "mouse"
        Option      "SendCoreEvents" "true"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "ImPS/2"
        Option      "Emulate3Buttons" "true"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        Option          "VendorName" "ATI Proprietary Driver"
        Option          "ModelName" "Generic Autodetecting Monitor"
        Option          "DPMS" "true"
EndSection

Section "Monitor"
        Identifier  "Monitor1"
        Option          "VendorName" "ATI Proprietary Driver"
        Option          "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
        Modeline    "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250
EndSection

Section "Device"
        Identifier  "Device0"
        Driver      "fglrx"
#       Option      "UseInternalAGPGART"        "no"
        BusID       "PCI:1:0:0"
        Option      "DPMS"
        Option      "AGPMode" "4"
EndSection

Section "Device"
        Identifier  "device1"
        Driver      "fglrx"
#       Option          "UseInternalAGPGART"    "no"
        BusID       "PCI:1:0:0"
        Option      "DPMS"
        Option      "AGPMode" "4"
#       Option      "PanelSize" "1600x1200"
        Screen          1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Device0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768"
        EndSubSection
EndSection
Section "Screen"
        Identifier "Screen1"
        Device     "Device1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Depth     15
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1600x1200" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "1600x1200"
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection

Otsikko: Re: Resoluutio ongelmia
Kirjoitti: Tuplanolla - 21.08.06 - klo:15.55
Tukeeko tuo näyttö varmasti tuota resoa?

Jos tukee, ei muuta kuin kopioit tuolta tosta alemmasta ton resoluutio kohan eli subsection display tonne ylempään screeniin.

Koodia: [Valitse]
Section "Screen"
        Identifier "Screen0"
        Device     "Device0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768"
        EndSubSection
EndSection
Section "Screen"
        Identifier "Screen1"
        Device     "Device1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Depth     15
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1600x1200" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "1600x1200"
        EndSubSection
EndSection

Ehkä vähän monimutkaisesti selitetty mutta kun korvaat ton minkä mä laitoin tohon tällä:
Koodia: [Valitse]
Section "Screen"
        Identifier "Screen0"
        Device     "Device0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     15
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1600x1200" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "1600x1200"
        EndSubSection
EndSection
Section "Screen"
        Identifier "Screen1"
        Device     "Device1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Depth     15
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1600x1200" "800x600"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1280x1024" "1024x768" "1600x1200"
        EndSubSection
EndSection
Otsikko: Re: Resoluutio ongelmia
Kirjoitti: tuke81 - 21.08.06 - klo:16.22
onks toi vp201 tämä (http://www.superwarehouse.com/ViewSonic_VP201B_Black_20_LCD_Monitor/VP201B/ps/289948)? Jos on niin laita oikeaan monitor kohtaan sieltä vertical refresh ja horizontal sync arvot. eli oletan sen olevan tämä varmista siis itse että se on todellakin se:

Koodia: [Valitse]
Section "Monitor"
        Identifier  "Monitor1"
        Option          "VendorName" "ATI Proprietary Driver"
        Option          "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
        HorizSync 30-92
        VertRefresh 50-85
        #Modeline    "1600x1200"  162.00  1600 1664 1856 2160  1200 1201 1204 1250 # tämä lienee turha
EndSection

Otsikko: Re: Resoluutio ongelmia
Kirjoitti: kopla - 23.08.06 - klo:12.55
Nyt on sitten testattu noita, ei mitään apua edelleen näyttö menee pimeäksi, jos nostan resoluutiota yli 1280x1024
Näyttö on siis todellakin tuo ViewSonic Vp201 ja se tukee tuota resoluutiota.

Vieläkö löytyy neuvoja?