kanotix.com

Graphik, Video, Sound - aticonfig --desktop-setup=horizontal

Ramady - 08.06.2006, 16:48 Uhr
Titel: aticonfig --desktop-setup=horizontal
Hallo Kanotix Gemeinde

Ich schraube jetzt schon seit drei Stunden an der x.org Konfiguration herum. Ziel ist es mittels aticonfig --desktop-setup=horizontal einen großen Desktop zu erstellen - das geht auch ohne weiteres.

ABER:
Die Auflösung steht auf 3200x1200 - bei fv60Hz, damit ist kein Arbeiten auf länger sicht möglich - meine Versuche die Auflösung auf 2560x1024 bei höher Hz zu drosseln sind alle fehlgeschlagen.

Habe ich eine config Datei übersehen, in der ich das einstellen muß oder gibt es eine womöglich ganz einfache Lösung.

x.org7 & die neusten ATI Treiber.

Dank im Voraus
Ramady
schnorrer - 08.06.2006, 18:21 Uhr
Titel: aticonfig --desktop-setup=horizontal
es gibt keine Grafikarten die diese Aüflösung mit mehr als 60Hz beherschen. selbst 1920x1440 geht mit max. 75Hz.

Oder hast du eine SpezialKarte die mehr als 400MHz Videobandbreite besitzt? Selbst eine Monitorelektronik schaft das nicht!
Ramady - 10.06.2006, 09:19 Uhr
Titel: Re: aticonfig --desktop-setup=horizontal
schnorrer hat folgendes geschrieben::
es gibt keine Grafikarten die diese Aüflösung mit mehr als 60Hz beherschen. selbst 1920x1440 geht mit max. 75Hz.

Oder hast du eine SpezialKarte die mehr als 400MHz Videobandbreite besitzt? Selbst eine Monitorelektronik schaft das nicht!


Ok, hier liegt ein Mißverständniss vor.
Die Auflösung errechnet sich aus 2x 1280x1024, der X-Server erweitert/dehnt die Darstellung quasi aus auf 2560px in der gesamten Breite über beide Monitore aus. Das ganze ist eine Eigenheit des Ati Treibers.

Bei dieser "Ausdehnung" bekomme ich aber immer 1600x1200 pro Monitor (3200x1200 über beide Monitore).

Ich hätte, und hatte vor dem Update auf xorg7 eine Auflösung von 1280x1024 bei 75Hz, pro Monitor mit einem laufenden X-Server der sich auf die ganze Breite bieder Monitore ausgedehnt hat - 2560 x 1024 - das ganze hat wunderbar funktioniert. Leider bekomme die Einstellung nur für 1600x1200 bei 60Hz hin, kann aber die Auflösung nicht nach untern bzw. die Wiederholfrequenz nicht nach oben drehen.

Gruß
ramady
Ramady - 10.06.2006, 21:00 Uhr
Titel:
Hallo

Nach viel geteste habe ich ne Lösung gefunden


Gruß
Ramdy


Code:

# Auto-generated by KNOPPIX mkxf86config

Section "ServerLayout"

# PS/2 Mouse not detected
# Serial Mouse not detected
# ALPS TouchPad not detected
# Synaptics TouchPad not detected
   Identifier     "XFree86 Configured"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Keyboard0" "CoreKeyboard"
   InputDevice    "USB Mouse" "CorePointer"
EndSection

Section "Files"

   # path to defoma fonts
   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"
EndSection

Section "Module"

#   Load  "GLcore"
   Load  "ddc"  # ddc probing of monitor
   Load  "dbe"
   Load  "dri"
   Load  "extmod"
   Load  "glx"
   Load  "bitmap" # bitmap-fonts
   Load  "speedo"
   Load  "type1"
   Load  "freetype"
   Load  "record"
# TouchPad not detected
EndSection

Section "ServerFlags"
   Option       "AllowMouseOpenFail" "true"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "CoreKeyboard"
   Option       "XkbRules" "xorg"
   Option       "XkbModel" "pc105"
   Option       "XkbLayout" "de"
   Option       "XkbVariant" "nodeadkeys"
EndSection

Section "InputDevice"
   Identifier  "Serial Mouse"
   Driver      "mouse"
   Option       "Protocol" "Microsoft"
   Option       "Device" "/dev/ttyS0"
   Option       "Emulate3Buttons" "true"
   Option       "Emulate3Timeout" "70"
   Option       "SendCoreEvents" "true"
EndSection

Section "InputDevice"
   Identifier  "PS/2 Mouse"
   Driver      "mouse"
   Option       "Protocol" "IMPS/2"
   Option       "ZAxisMapping" "4 5"
   Option       "Device" "/dev/psaux"
   Option       "Emulate3Buttons" "true"
   Option       "Emulate3Timeout" "70"
   Option       "SendCoreEvents" "true"
EndSection

Section "InputDevice"
   Identifier  "USB Mouse"
   Driver      "mouse"
   Option       "Device" "/dev/input/mice"
   Option       "SendCoreEvents" "true"
   Option       "Protocol" "IMPS/2"
   Option       "ZAxisMapping" "4 5"
   Option       "Buttons" "5"
EndSection

Section "InputDevice"
   Identifier  "ALPS TouchPad"
   Driver      "synaptics"
   Option       "Device" "/dev/psaux"
   Option       "Protocol" "auto-dev"
   Option       "LeftEdge" "120"
   Option       "RightEdge" "830"
   Option       "TopEdge" "120"
   Option       "BottomEdge" "650"
   Option       "FingerLow" "14"
   Option       "FingerHigh" "15"
   Option       "MaxTapTime" "180"
   Option       "MaxTapMove" "110"
   Option       "EmulateMidButtonTime" "75"
   Option       "VertScrollDelta" "20"
   Option       "HorizScrollDelta" "20"
   Option       "MinSpeed" "0.2"
   Option       "MaxSpeed" "0.5"
   Option       "AccelFactor" "0.01"
   Option       "EdgeMotionMinSpeed" "15"
   Option       "EdgeMotionMaxSpeed" "15"
   Option       "UpDownScrolling" "1"
   Option       "CircularScrolling" "1"
   Option       "CircScrollDelta" "0.1"
   Option       "CircScrollTrigger" "2"
EndSection

Section "InputDevice"
   Identifier  "Synaptics TouchPad"
   Driver      "synaptics"
   Option       "Device" "/dev/psaux"
   Option       "Protocol" "auto-dev"
   Option       "LeftEdge" "1700"
   Option       "RightEdge" "5300"
   Option       "TopEdge" "1700"
   Option       "BottomEdge" "4200"
   Option       "FingerLow" "25"
   Option       "FingerHigh" "30"
   Option       "MaxTapTime" "180"
   Option       "MaxTapMove" "220"
   Option       "VertScrollDelta" "100"
   Option       "MinSpeed" "0.06"
   Option       "MaxSpeed" "0.12"
   Option       "AccelFactor" "0.0010"
   Option       "SHMConfig" "on"
   Option       "Repeater" "/dev/ps2mouse"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync    85.0 - 100.0
   VertRefresh  85.0 - 85.0
   Option       "DPMS" "true"
#   HorizSync    28.0 - 78.0 # Warning: This may fry very old Monitors
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   HorizSync    85.0 - 100.0
   VertRefresh  85.0 - 96.0
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[1]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
EndSection

Section "Device"

# sw_cursor is needed for some ati and radeon cards
# The following line is auto-generated by KNOPPIX mkxf86config
#   BusID       "PCI:1:0:0"
   Identifier  "Card0"
   Driver      "ati"
   VendorName  "All"
   BoardName   "All"
   Option       "RenderAccel" "1"
   ### Available Driver options are:-
   Option       "sw_cursor"
        #Option     "hw_cursor"
        #Option     "NoAccel"
        #Option     "ShowCache"
        #Option     "ShadowFB"
        #Option     "UseFBDev"
        #Option     "Rotate"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option       "DesktopSetup" "horizontal"
   BusID       "PCI:1:0:0"
EndSection

Section "Device"
   Identifier  "aticonfig-Device[1]"
   Driver      "fglrx"
   BusID       "PCI:1:0:0"
   Screen      1
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   DefaultDepth     24
   SubSection "Display"
      Depth     1
      Modes    "2560x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     4
      Modes    "2560x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     8
      Modes    "2560x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     15
      Modes    "2560x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     16
      Modes    "2560x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     24
      Modes    "2560x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth     32
      Modes    "2560x1024" "1152x864" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1280x1024"
   EndSubSection
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[1]"
   Device     "aticonfig-Device[1]"
   Monitor    "aticonfig-Monitor[1]"
   DefaultDepth     24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes    "1280x1024"
   EndSubSection
EndSection

Section "DRI"
   Mode         0666
EndSection


Alle Zeiten sind GMT + 1 Stunde
PNphpBB2 © 2003-2007