Ubuntu 10.4 max 1024x786

Dieses Thema im Forum "Linux & BSD" wurde erstellt von darkside2k4, 23. Mai 2011 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 23. Mai 2011
    Zuletzt von einem Moderator bearbeitet: 14. April 2017
    Hi, ich hab bei einen Rechner ein großes Problem. Eigentlich lief alles bestens doch dann auf einmal, hatte der Rechner nur noch eine Auflösung von 800x600.
    Ich hab mich durch das Wiki von Ubuntu so wie durch massig Boards durch gelesen, doch nichts hat geholfen.
    Grafikkarte ist eine VIA/S3
    Was ich schon alles Probiert habe:
    - Openchrome-Treiber neu installiert
    - VIA-Treiber probiert, der sagt das er keine VIA Grafikkarte findet
    - sudo dpkg-reconfigure xserver-xorg hat mal gar nichts gebracht
    - eine gefunde xorg.conf ausprobiert, hat nur so weit geholfen das ich jetzt auch 1024x786 einstellen kann

    xorg.conf:
    Spoiler
    Code:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/X11/misc"
    FontPath "/usr/share/fonts/X11/cyrillic"
    FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/100dpi"
    FontPath "/usr/share/fonts/X11/75dpi"
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath "built-ins"
    EndSection
    
    Section "Module"
    Load "dri2"
    Load "dbe"
    Load "ddc"
    Load "record"
    Load "glx"
    Load "extmod"
    Load "dri"
    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 "Monitor"
    Identifier "Monitor0"
    VendorName "CTX"
    ModelName "CTX"
    HorizSync 31.0 - 48.5
    VertRefresh 55-90
    Option "DPMS"
    EndSection
    
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "PrintVGARegs" # [<bool>]
    #Option "PrintTVRegs" # [<bool>]
    #Option "I2CScan" # [<bool>]
    #Option "VBEModes" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "ExaNoComposite" # [<bool>]
    #Option "ExaScratchSize" # <i>
    #Option "SWCursor" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoRAM" # <i>
    #Option "ActiveDevice" # [<str>]
    #Option "BusWidth" # [<str>]
    #Option "Center" # [<bool>]
    #Option "PanelSize" # [<str>]
    #Option "ForcePanel" # [<bool>]
    #Option "TVDotCrawl" # [<bool>]
    #Option "TVDeflicker" # <i>
    #Option "TVType" # [<str>]
    #Option "TVOutput" # [<str>]
    #Option "DisableVQ" # [<bool>]
    #Option "DisableIRQ" # [<bool>]
    #Option "EnableAGPDMA" # [<bool>]
    #Option "NoAGPFor2D" # [<bool>]
    #Option "NoXVDMA" # [<bool>]
    #Option "VbeSaveRestore" # [<bool>]
    #Option "DisableXvBWCheck" # [<bool>]
    #Option "MaxDRIMem" # <i>
    #Option "AGPMem" # <i>
    Identifier "Card0"
    Driver "openchrome"
    VendorName "VIA Technologies, Inc."
    BoardName "CN700/P4M800 Pro/P4M800 CE/VN800 [S3 UniChrome Pro]"
    BusID "PCI:1:0:0"
    EndSection
    
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 1
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    xorg.log:
    No File | www.xup.in

    Laut dem log geht es nicht weil (hsync out of range) ist aber, wenn ich in der xorg.conf die Hsync höher stelle geht auf einmal wieder nur 800x600, ich will aber 1152x864 einstellen.
    Was kann ich noch machen?
     
  2. 24. Mai 2011
    AW: Ubuntu 10.4 max 1024x786

    https://wiki.ubuntu.com/X/Config/Resolution könnteste mal durchlesen, sieht vielversprechend aus...mfg coach
     
  3. 24. Mai 2011
    AW: Ubuntu 10.4 max 1024x786

    Ich werde das noch mal ausprobieren, aber das Problem bei xrandr ist das es mir auch sagt das max 800x600, bzw mit der xorg.conf von oben, max 1024x768 möglich.
    edit:
    Ok unten steht auch wie man nicht aufgelistete Auflösungen hinzufügt, werde das heute Nachmittag an dem Rechner mal ausprobieren.

    Danke schon mal.
     
  4. 24. Mai 2011
    AW: Ubuntu 10.4 max 1024x786

    Ich hab jetzt das hier gemacht:
    Code:
    cvt 1152 864 60
    # 1152x864 59.96 Hz (CVT 1.00M3) hsync: 53.78 kHz; pclk: 81.75 MHz
    Modeline "1152x864_60.00" 81.75 1152 1216 1336 1520 864 867 871 897 -hsync +vsync
    xrandr --newmode "1152x864_60.00" 81.75 1152 1216 1336 1520 864 867 871 897 -hsync +vsync
    xrandr --addmode default "1152x864_60.00"
    
    dann kann ich zwar die Auflösung auswählen, doch dann kommt eine Fehlermeldung das die Auflösung nicht ausgewählt werden kann. Und es hat sich auch nichts geändert.
    bzw. wenn ich das mache:
    xrandr --output default --mode "1152x864_60.00"
    kommt:
    xrandr: Configure crtc 0 failed

    gibt es nicht eine Möglichkeit unter 9.04 dpkg-reconfigure xserver-xorg auszuführen?

    edit:
    So hab es hin bekommen es war doch viel einfacher als gedacht einfach eine xorg.conf erstellen in der die vsync und die hsync des Mointors drin steht.
    Bsp:
    Code:
    Section "Device"
     Identifier "Configured Video Device"
    EndSection
    
    Section "Monitor"
     Identifier "Configured Monitor"
     Option "DPMS"
     Horizsync 30-70
     Vertrefresh 50-160
    EndSection
    
    Section "Screen"
     Identifier "Default Screen"
     Monitor "Configured Monitor"
     Device "Configured Video Device"
    EndSection
    
    Section "ServerLayout"
     Identifier "Default Layout"
     Screen "Default Screen"
    EndSection
    
    
    close
     
  5. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.