Sie sind nicht angemeldet.

Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

18.12.2014, 19:25

Hakelige Auflösung bei thinkpad T410

Hi,
habe hier ein Thinkpad T410 mit Nvidia-Grafik

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
01:00.0 VGA compatible controller: NVIDIA Corporation GT218M [NVS 3100M] (rev a2) (prog-if 00 [VGA controller])
	Subsystem: Lenovo ThinkPad T410
	Flags: bus master, fast devsel, latency 0, IRQ 29
	Memory at cc000000 (32-bit, non-prefetchable) [size=16M]
	Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Memory at ce000000 (64-bit, prefetchable) [size=32M]
	I/O ports at 2000 [size=128]
	[virtual] Expansion ROM at cd000000 [disabled] [size=512K]
	Capabilities: [60] Power Management version 3
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [78] Express Endpoint, MSI 00
	Capabilities: [b4] Vendor Specific Information: Len=14 <?>
	Capabilities: [100] Virtual Channel
	Capabilities: [128] Power Budgeting <?>:
	Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Kernel driver in use: nvidia
	Kernel modules: nvidia


Angeblich kann mein T410 1440x900 darstellen, laut Typbezeichnung (25223GG)
Das sagt hwinfo im Terminal

Quellcode

1
2
3
4
5
6
7
8
9
10
11
69: None 00.0: 10000 Monitor
  [Created at fb.71]
  Unique ID: rdCR.EY_qmtb9YY0
  Hardware Class: monitor
  Model: "Generic Monitor"
  Vendor: "Generic"
  Device: "Monitor"
  Resolution: 1280x800@60Hz
  Driver Info #0:
    Max. Resolution: 1280x800
    Vert. Sync Range: 50-70 Hz


Unter gnome kann ich mit xrandr auch nur diese Auflösung einstellen. Mit nvidia-settings kann ich zwar nicht die native Auflösung einstellen, aber wenn ich 'Viewportin' auf 1440x900 einstelle, stellt sich der Bildschirm tatsächlich auf die höhere Auflösung um.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
xrandr
Screen 0: minimum 8 x 8, current 1440 x 900, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
LVDS-0 connected primary 1440x900+0+0 (normal left inverted right x axis y axis) 304mm x 190mm
   1280x800       60.0*+   50.0  
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)


Allerdings wird diese höchste Auflösung beim nächsten Laden der gnome-shell nicht beibehalten, auch wenn ich nvidia-settings als root starte und die Einstellungen in die xorg.conf speichere.

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "Stereo" "0"
    Option         "nvidiaXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "nvidia-auto-select +0+0 {viewportin=1440x900}"
    Option         "SLI" "Off"
    Option         "MultiGPU" "Off"
    Option         "BaseMosaic" "off"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection


Ideen?

Und, vielleicht noch eine ganz andere Frage, gibt es vielleicht Ersatzpanels als IPS für dieses Thinkpad? Weil das Panel fällt qualitätsmäßig zum Rest des notebooks ziemlich ab.

Rüdiger