ATI Radeon X800 SE + Ubuntu = 1024x768

rdb

Cadet 2nd Year
Registriert
Sep. 2004
Beiträge
25
Hallo,

nachdem mir hier so gut wegen meines Soundproblems geholfen wurde, hab ich nochmal ein Problem:
Ich kann die Auflösung nicht höher als 1024x768 stellen, obwohl ich 1280x1024 bei meinem Bildschirm hab. Ich vermute, es liegt an einem Treiber, da die 3D-Bildschirmschoner auch etwas ruckeln.
Ich hab auch schon mal einen Treiber ausprobiert, aber da kam beim installieren folgender Fehler:
root@Benjamin:/home/benjamin # dpkg -i /home/benjamin/fglrx-4-3-0_8.14.13-2_i386.deb
(Lese Datenbank ... 58488 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke fglrx-4-3-0 (aus .../fglrx-4-3-0_8.14.13-2_i386.deb) ...
dpkg: Fehler beim Bearbeiten von /home/benjamin/fglrx-4-3-0_8.14.13-2_i386.deb (--install):
versuche »/usr/X11R6/lib/libGL.so.1.2« zu überschreiben, welches auch in Paket xlibmesa-gl ist
dpkg-deb: Unterprozess paste getötet mit Signal (Datenübergabe unterbrochen (broken pipe))
Fehler traten auf beim Bearbeiten von:
/home/benjamin/fglrx-4-3-0_8.14.13-2_i386.deb

Oder liegts vieleicht gar nicht am Treiber, sondern an den Einstellungen (wie bei der Soundkarte)?

Danke schon mal im Vorraus

BeeWee
 
kann es sein, dass ubuntu selbst schon nen ati treiber im apt drinne hat?
Das How-To könnte dir evtl. helfen

Edit: nachher dann das tool fglrxconfig ausführen, damit kannste den XServer nochmal einstellen, sprich höhere Auflösung
 
Zuletzt bearbeitet:
sorry, aber ich hätte vieleicht erwähnen sollen, dass ich noch kein Internet bei Linux habe.
Wenn ich das HowTo ausführe kommt nämlich bei jedem Schritt eine Fehlermeldung und er tut gar nix

BeeWee
 
gucke mal in der xorg.conf /etc/x11/xorg.conf bzw. XF86Config-4 ob die richtige bildwiederholrate deines monitors eingestellt ist.
 
also bei mir in der xorg.conf habe ich nicht wirklich was von Bildwiederholrate gefunden:
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load        "bitmap"
        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"        "xorg"
        Option                "XkbModel"        "pc105"
        Option                "XkbLayout"        "de"
        Option                "XkbOptions"        "nodeadkeys"
EndSection

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

Section "Device"
        Identifier        "ATI Technologies, Inc. Radeon X800 SE (R423 UK)"
        Driver                "ati"
        BusID                "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier        "Standardbildschirm"
        Option                "DPMS"
        HorizSync        28-49
        VertRefresh        43-72
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "ATI Technologies, Inc. Radeon X800 SE (R423 UK)"
        Monitor                "Standardbildschirm"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection

ich hab 60 Herz bei meinem Bildschirm

rdb
 
rdb schrieb:
also bei mir in der xorg.conf habe ich nicht wirklich was von Bildwiederholrate gefunden:
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load        "bitmap"
        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"        "xorg"
        Option                "XkbModel"        "pc105"
        Option                "XkbLayout"        "de"
        Option                "XkbOptions"        "nodeadkeys"
EndSection

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

Section "Device"
        Identifier        "ATI Technologies, Inc. Radeon X800 SE (R423 UK)"
        Driver                "ati"
        BusID                "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier        "Standardbildschirm"
        Option                "DPMS"
        HorizSync        28-49
        VertRefresh        43-72
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "ATI Technologies, Inc. Radeon X800 SE (R423 UK)"
        Monitor                "Standardbildschirm"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection

ich hab 60 Herz bei meinem Bildschirm

rdb

vielleicht einfach mal 1280x1024 bei den Farbtiefen da hinzufügen, du hast ja nur 1024, 800, 640 eingetragen!
 
Ich hab das umgeändert, neugestartet, geht aber immer noch net.
So sieht meine xorg.conf jetzt aus
Code:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
        FontPath        "unix/:7100"                        # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
        Load        "bitmap"
        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"        "xorg"
        Option                "XkbModel"        "pc105"
        Option                "XkbLayout"        "de"
        Option                "XkbOptions"        "nodeadkeys"
EndSection

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

Section "Device"
        Identifier        "ATI Technologies, Inc. Radeon X800 SE (R423 UK)"
        Driver                "ati"
        BusID                "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier        "Standardbildschirm"
        Option                "DPMS"
        HorizSync        28-49
        VertRefresh        43-72
EndSection

Section "Screen"
        Identifier        "Default Screen"
        Device                "ATI Technologies, Inc. Radeon X800 SE (R423 UK)"
        Monitor                "Standardbildschirm"
        DefaultDepth        24
        SubSection "Display"
                Depth                1
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                4
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                8
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                15
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                16
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth                24
                Modes                "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier        "Default Layout"
        Screen                "Default Screen"
        InputDevice        "Generic Keyboard"
        InputDevice        "Configured Mouse"
EndSection

Section "DRI"
        Mode        0666
EndSection

rdb
 
du hast also die neue Auflösung immer noch nicht zur Auswahl?

was passiert wenn du folgendes machst
sudo xorgcfg
da configure layout->configure modeline
da die gewünschte Auflösung aussuchen mit der vom Hersteller empfohlenen Frequenz (60 Hz?), und xserver neu starten
 
juhuu, es geht!
War zuerst bisserl verwirrend, dann gings aber
Danke an alle die mir geholfen haben oder das wollten

Ein Problem hab ich aber noch: Alle Sachen mit 3D (Bildschirmschoner) ruckeln ziwmlich. Wie kann ich das beheben?
Danke

rdb
 
die ruckeln, weil du wahrscheinlich noch den software renderer (mesa) benutzt, kannste ganz einfach via glxinfo checken! wenn du das fglrx packet irgendwie installiert bekommst, sollten flüssiger laufen
 
das problem ist zwar gelöst, aber nur noch mal zur ergänzung.

die bildwiederholrate ist unter
Section "Monitor" als "HorizSync" für horizontal und "VertRefresh" logischerweise für vertikal.
 
ok, danke
Hatte diese Frage schon in 2 anderen Foren, keiner konnte antworten

BeeWee
 
Zurück
Oben