Bildschirmauflösung

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Benutzeravatar
HelsAett
Beiträge: 749
Registriert: 18.03.2003 18:25:00

Bildschirmauflösung

Beitrag von HelsAett » 19.07.2005 09:06:45

Hallo @ll

vielleicht kann mir mal eben wer helfen, mein problem ist folgendes,

die bildschirm auflösung bei meinem Laptop ist sehr verschwommen, hat jemand eine XF86Config-4 zuhand, für einen 15Zoll TFT, mit einer Ati Mobility Radeon M7 64MB Grafikkarte, die funktioniert ?

Oder hat jemand die wichtigen nötigen eingaben, zu Hand, spricht, die einträge, die beim der konfiguration für den Xserver abgefragt.

Danke schön

Gruß HelsAett

Benutzeravatar
rotwein
Beiträge: 619
Registriert: 03.06.2003 12:22:51
Wohnort: Altdorf (bei Nürtingen -> bei Stuttgart)

Beitrag von rotwein » 19.07.2005 09:12:59

Hallo,

zuerst noch eine Frage (die vermutlich alle stellen, die Dir helfen könnten):

Was für eine native Auflösung hat Dein LCD? Native - Die Auflösung in der Dein LCD erstellt wurde (nur in dieser Auflösung ist ein bild auf dem LCD scharf).

Danach vielleicht mal

Code: Alles auswählen

dpkg-reconfigure xserver-xfree86
probieren und auf die native LCD Auflösung einstellen?

Gruß rotwein

Benutzeravatar
HelsAett
Beiträge: 749
Registriert: 18.03.2003 18:25:00

Beitrag von HelsAett » 19.07.2005 09:18:54

15"-Zoll-Display, Auflösung von 1400 x 1050 Bildpunkten (SXGA+)

Benutzeravatar
HelsAett
Beiträge: 749
Registriert: 18.03.2003 18:25:00

Beitrag von HelsAett » 19.07.2005 09:35:58

So sieht mein XF86Config-4 aus hab auch schon mal die auflösung hochgestellt auf 1400x1050, jetzt hab ich sie wieder zurück, da es so noch schlimmer wurde und mit 1024x768 es etwas besser ist
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "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 Mobility M7 LW [Radeon Mobility 7500]"
Driver "ati"
EndSection

Section "Monitor"
Identifier "Standardbildschirm"
HorizSync 30-92
VertRefresh 50-85
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility M7 LW [Radeon Mobility 7500]"
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
vielleicht fällt jemanden was auf, was ich noch berichtigen muss

Benutzeravatar
rotwein
Beiträge: 619
Registriert: 03.06.2003 12:22:51
Wohnort: Altdorf (bei Nürtingen -> bei Stuttgart)

Beitrag von rotwein » 19.07.2005 09:42:34

Vielleicht mal wirklich

Code: Alles auswählen

dpkg-reconfigure xserver-xfree86
machen?
Kenn mich mit LCD´s nicht aus aber: horizontal/vertikalfrequenzen beim Monitor sieht nicht nach LCD aus?????

gruß rotwein

Antworten