[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ATI X700



Am Sonntag 18 Juni 2006 20:17 schrieb Andreas Pakulat:
> On 18.06.06 19:47:20, Klaus Becker wrote:
> > mit den Sid-Paketen hat's tatsächlich geklappt:
> >
> > fglrxinfo
> > OpenGL vendor string: ATI Technologies Inc.
> > OpenGL renderer string: RADEON X700 PRO Generic
>
> > Der Bildschirm ist stark nach links verschoben, und auch wenn ich ihn per
> > Monitor-Einstellungen so weit wie möglich nach rechts verschiebe, bleibt
> > rechts ein schwarzer Streifen. 
>
> Hast du den Schirm korrekt eingetragen? Hoert sich irgendwie nach
> kaputter Modeline an und die resultiert vmtl. auch falschen
> Einstellungen bzgl. des Schirms.
>
> > Die Schriften sind winzig. 
>
> Liefert dein Bildschirm Informationen ueber seine Groesse? Sind die
> korrekt? Wenn nicht, benutze mal den Parameter DisplaySize und gib dort
> die Masse deines Schirms in Millimeter an.
>
> > Zu meinem Erstaunen steht jetzt in xorg.conf u. A.
> >
> > Section "Device"
> >         Identifier  "Standardgrafikkarte"
> >         Driver      "vesa"
> >         VideoRam    256
> > EndSection
> >
> > Section "Device"
> >         Identifier  "aticonfig-Device[0]"
> >         Driver      "fglrx"
> > EndSection
>
> Wieso Erstaunen?

Weil dort vesa und fglrx eingetragen sind.

> Eventuell geht auch einfach ein dexconf -o /etc/X11/xorg.conf

Hab' ich versucht, danch wurde kein Bildschrim mehr gefunden.

Hallo Andreas,

Infos zu meinem Bildschirm:

Samsung LCD-Fernseher 32'' (Ich bin eine Blindschleiche), im Millimetern 7000 
x 4000

$ xdpyinfo | fgrep dimension
   1360x768 pixels (909x500 millimeters)
$ xdpyinfo | grep resolution
  resolution:    38x39 dots per inch

Ich hab' verschiedene Werte von DisplaSize versucht, das ändert gar nichts. Z. 
B. probeweise 909x500, dann 450x250, die Schriftgrößen sind immer die 
gleichen.

Ich poste einfach mal meine xorg.conf, das ist anschaulicher als viele Worte:

-----------------------------------
Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "aticonfig-Screen[0]" 0 0
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured 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/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"
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" "fr"
EndSection

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

Section "Monitor"
        Identifier   "Standardbildschirm"
        DisplaySize  450        250
        HorizSync    30.0 - 61.0
        VertRefresh  60.0 - 75.0
        Option      "DPMS"
EndSection

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

Section "Device"
        Identifier  "Standardgrafikkarte"
        Driver      "vesa"
        VideoRam    256
EndSection

Section "Device"
        Identifier  "aticonfig-Device[0]"
        Driver      "fglrx"
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device     "Standardgrafikkarte"
        Monitor    "Standardbildschirm"
        DefaultDepth     24
        SubSection "Display"
                Depth     1
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     4
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     8
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     15
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     16
                Modes    "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "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
        EndSubSection
EndSection

Section "DRI"
        Mode         0666
EndSection
----------------------------------

Gruß
Klaus



Reply to: