openSUSE 10.3 - fglrx Problem

G

Gast123

Hallo, zusammen.

Ich habe das Problem, dass der aktuelle fglrx Treiber von ATI für meine Mobility Radeon X1400 auf meinem ThinkPad R60 Bj. 2007 unter openSUSE 10.3 x86_64 nicht die passende Auflösung von 1400x1050 darstellen kann.
Wähle ich sie in
Code:
sax2 -r -m 0=fglrx
aus, so springt sax2 ohne Meldung einfach um auf 1280x1024 (die nächst kleine Auflösung).
Ihr könnt euch denken, dass das auf nem Notebook-LCD ziemlich suboptimal ausschaut.

Ich habe das Erstellen, das Laden und Konfigurieren des Treiberpaketes in mehreren runlevel (2, 3, 5) und vga-Modi ('', normal, 0x32a, 0x345) versucht, aber das Problem besteht weiterhin.
Mit
Code:
sax2 -r -m 0=vesa
kann ich allerdings eine nicht grafikbeschleunigte Auflösung von 1400x1050 verwenden.
Läuft flüssig, und reicht für den Bürobedarf; Allerdings stürzen ChromiumBSU und FreeCiv beim Laden ab.

Bitte um Hilfe / Rat, wie ich den fglrx im geeigneten Grafikmodus von 1400x1050 zum laufen bekomme.

Danke, und einen guten Rutsch.

Schard
 
voila
Mit VESA:
Code:
# /.../
# SaX generated X11 config file
# Created on: 2007-12-29T14:02:01+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "microsoftpro"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Synaptics;Touchpad"
  Option       "Protocol" "explorerps/2"
  Option       "SHMConfig" "on"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[3]"
  Option       "ButtonNumber" "5"
  Option       "Device" "/dev/input/mice"
  Option       "EmulateWheel" "on"
  Option       "EmulateWheelButton" "2"
  Option       "InputFashion" "Mouse"
  Option       "Name" "IBM;TPPS/2 TrackPoint"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[5]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "TPPS/2 IBM TrackPoint"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  DisplaySize  304 228
  HorizSync    30-68
  Identifier   "Monitor[0]"
  ModelName    "LENOVO LCD MONITOR"
  Option       "DPMS"
  VendorName   "LEN"
  VertRefresh  43-60
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
  Modeline 	"1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087
  Modeline 	"1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060
  Modeline 	"1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
  Modeline 	"800x600" 38.22 800 832 912 1024 600 601 604 622
EndSection


Section "Screen"
  DefaultDepth 16
  SubSection "Display"
    Depth      15
    Modes      "1400x1050" "1280x1024" "1024x768" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1400x1050" "1280x1024" "1024x768" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1400x1050" "1280x1024" "1024x768" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1400x1050" "1280x1024" "1024x768" "800x600" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "Framebuffer Graphics"
  BusID        "1:0:0"
  Driver       "vesa"
  Identifier   "Device[0]"
  VendorName   "VESA"
EndSection



Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
EndSection

...und mit fglrx:
Code:
# /.../
# SaX generated X11 config file
# Created on: 2007-12-29T14:45:19+0100.
#
# Version: 8.1
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#
# Automatically generated by [ISaX] (8.1)
# PLEASE DO NOT EDIT THIS FILE!
#

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"
  FontPath     "/usr/share/fonts/URW"
  FontPath     "/usr/share/fonts/Speedo"
  FontPath     "/usr/share/fonts/PEX"
  FontPath     "/usr/share/fonts/cyrillic"
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled"
  FontPath     "/usr/share/fonts/baekmuk:unscaled"
  FontPath     "/usr/share/fonts/japanese:unscaled"
  FontPath     "/usr/share/fonts/kwintv"
  FontPath     "/usr/share/fonts/truetype"
  FontPath     "/usr/share/fonts/uni:unscaled"
  FontPath     "/usr/share/fonts/CID"
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"
  FontPath     "/usr/share/fonts/xtest"
  FontPath     "/opt/kde3/share/fonts"
  InputDevices "/dev/gpmdata"
  InputDevices "/dev/input/mice"
EndSection

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
  Option       "IgnoreABI" "on"
EndSection

Section "Module"
  Load         "dbe"
  Load         "type1"
  Load         "freetype"
  Load         "extmod"
  Load         "glx"
  Load         "dri"
EndSection

Section "InputDevice"
  Driver       "kbd"
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"
  Option       "XkbModel" "microsoftpro"
  Option       "XkbRules" "xfree86"
  Option       "XkbVariant" "nodeadkeys"
EndSection


Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[1]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Emulate3Buttons" "on"
  Option       "InputFashion" "Mouse"
  Option       "Name" "Synaptics;Touchpad"
  Option       "Protocol" "explorerps/2"
  Option       "SHMConfig" "on"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[3]"
  Option       "ButtonNumber" "5"
  Option       "Device" "/dev/input/mice"
  Option       "EmulateWheel" "on"
  Option       "EmulateWheelButton" "2"
  Option       "InputFashion" "Mouse"
  Option       "Name" "IBM;TPPS/2 TrackPoint"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[5]"
  Option       "Buttons" "5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "TPPS/2 IBM TrackPoint"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection


Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  304 228
  HorizSync    30-68
  Identifier   "Monitor[0]"
  ModelName    "LENOVO LCD MONITOR"
  Option       "DPMS"
  VendorName   "LEN"
  VertRefresh  43-60
  UseModes     "Modes[0]"
EndSection


Section "Modes"
  Identifier   "Modes[0]"
EndSection


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15
    Modes      "1400x1050" "1280x1024" "1024x768" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      16
    Modes      "1400x1050" "1280x1024" "1024x768" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      24
    Modes      "1400x1050" "1280x1024" "1024x768" "800x600" 
  EndSubSection
  SubSection "Display"
    Depth      8
    Modes      "1400x1050" "1280x1024" "1024x768" "800x600" 
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection


Section "Device"
  BoardName    "Framebuffer Graphics"
  BusID        "1:0:0"
  Driver       "fglrx"
  Identifier   "Device[0]"
  Option       "FSAADisableGamma" "no"
  Option       "CapabilitiesEx" "0x00000000"
  Option       "CenterMode" "off"
  Option       "FSAAMSPosX3" "0.000000"
  Option       "FSAAMSPosX4" "0.000000"
  Option       "mtrr" "off"
  Option       "FSAAMSPosY1" "0.000000"
  Option       "FSAAScale" "1"
  Option       "FSAAMSPosY2" "0.000000"
  Option       "FSAAMSPosX5" "0.000000"
  Option       "ForceGenericCPU" "no"
  Option       "GammaCorrectionI" "0x00000000"
  Option       "FSAAMSPosX0" "0.000000"
  Option       "FSAAMSPosY3" "0.000000"
  Option       "FSAAMSPosY4" "0.000000"
  Option       "no_accel" "no"
  Option       "FSAACustomizeMSPos" "no"
  Option       "FSAAMSPosY5" "0.000000"
  Option       "UseFastTLS" "0"
  Option       "GammaCorrectionII" "0x00000000"
  Option       "BlockSignalsOnLock" "on"
  Option       "FSAAEnable" "no"
  Option       "KernelModuleParm" "locked-userpages=0"
  Option       "Capabilities" "0x00000000"
  Option       "VideoOverlay" "on"
  Option       "no_dri" "no"
  Option       "StereoSyncEnable" "1"
  Option       "PseudoColorVisuals" "off"
  Option       "UseInternalAGPGART" "no"
  Option       "FSAAMSPosX1" "0.000000"
  Option       "Stereo" "off"
  Option       "FSAAMSPosX2" "0.000000"
  Option       "OpenGLOverlay" "off"
  Option       "FSAAMSPosY0" "0.000000"
  Option       "ScreenOverlap" "0"
  VendorName   "VESA"
EndSection



Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  InputDevice  "Mouse[3]" "SendCoreEvents"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
  Option       "DAMAGE" "false"
EndSection
 
Zuletzt bearbeitet von einem Moderator:
Ich weiß ja nicht ob das etwas mit deinem Problem zu tun hat, aber was soll das hier:
Code:
  Option       "FSAADisableGamma" "no"
  Option       "CapabilitiesEx" "0x00000000"
  Option       "CenterMode" "off"
  Option       "FSAAMSPosX3" "0.000000"
  Option       "FSAAMSPosX4" "0.000000"
  Option       "mtrr" "off"
  Option       "FSAAMSPosY1" "0.000000"
  Option       "FSAAScale" "1"
  Option       "FSAAMSPosY2" "0.000000"
  Option       "FSAAMSPosX5" "0.000000"
  Option       "ForceGenericCPU" "no"
  Option       "GammaCorrectionI" "0x00000000"
  Option       "FSAAMSPosX0" "0.000000"
  Option       "FSAAMSPosY3" "0.000000"
  Option       "FSAAMSPosY4" "0.000000"
  Option       "no_accel" "no"
  Option       "FSAACustomizeMSPos" "no"
  Option       "FSAAMSPosY5" "0.000000"
  Option       "UseFastTLS" "0"
  Option       "GammaCorrectionII" "0x00000000"
  Option       "BlockSignalsOnLock" "on"
  Option       "FSAAEnable" "no"
  Option       "KernelModuleParm" "locked-userpages=0"
  Option       "Capabilities" "0x00000000"
  Option       "VideoOverlay" "on"
  Option       "no_dri" "no"
  Option       "StereoSyncEnable" "1"
  Option       "PseudoColorVisuals" "off"
  Option       "UseInternalAGPGART" "no"
  Option       "FSAAMSPosX1" "0.000000"
  Option       "Stereo" "off"
  Option       "FSAAMSPosX2" "0.000000"
  Option       "OpenGLOverlay" "off"
  Option       "FSAAMSPosY0" "0.000000"
  Option       "ScreenOverlap" "0"
?(

Auch ansonsten kommt mir deine xorg.conf reichlich komisch vor, evtl. mal neu generieren lassen und dann sauber anpassen ;)
 
Zuletzt bearbeitet:
Die ist unverändert.
Wurde von sax2 generiert....

Was meinst du damit, dass sie ansonsten auch komisch aussehen würde?

€dit:
Ohne die options läufts leider ebensowenig T.T .
 
Zuletzt bearbeitet von einem Moderator:
Hi also ich selber habe auch eine X1400 unter 10.3 anfangs hatte ich auch die Probs mit dem Einstellen der Auflösung

Meine Lösung war gewesen als erstes die fglrx Treiber wieder runterzuhauen und diese zu nehmen.

http://ati.amd.com/support/drivers/linux/linux-radeon.html

Dann bin ich exakt dieser Anleitung gefolgt

https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/linux_cat712-inst.html

Sprich Kurz übersetzt die Datei Ausführbar gemacht und dann als Root mit
Code:
sh ati*.run

gestartet, danach Anweisung gefolgt und die Automatische Installation durchgeführt fertig.

Danach über die Konsole aticonfig eingegeben

und Folgende schritte eingegeben

Code:
aticonfig --initial --input=/etc/X11/xorg.conf

aticonfig --dtop=horizontal --overlay-on=1

aticonfig --resolution=0,1600x1200,1280x1024,1024x768

aticonfig --force-monitor=lcd1,notv

aticonfig --tv-geometry=85x90+10-10

Dann KDE neugestartet und dann das ATI eignende ATI Catalyst Control Center gestartet, dort konnt ich dann auch meine Auflösung anpassen.

Hacken an der sache ist mit SAX kanns dann nichts mehr anfangen. Allerdings 3D funks ohne Probs.

und die Treiber scheinen auch Richtig zu Arbeiten

Code:
localhost:/home/devolo01 # fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1400
OpenGL version string: 2.1.7170 Release

Hoffe kann dir Damit Helfen Gruß Dev
 
Ebenso interessant wie xorg.conf waere auch /var/log/Xorg.0.log, wenn Du mit fglrx als Treiber startest.
Ist das Module fglrx.ko kompiliert und geladen? (lsmod | grep fglrx)
 

Ähnliche Themen

kein Widescreen möglich unter opensuse 10.3

ATI-Treiber Problem

xorg.conf und sax2 Touchpad Multimediakeys OpenSuse 10.3

FGLRX Problem -> Ati Treiber aber erfolgreich -> Wiederholrate?!

Zurück
Oben