Monitor-Auflösung auf 1600*1200 einstellen?

Started by khx, 2011/07/23, 09:30:20

Previous topic - Next topic

khx

Moin,

wie krieg ich die Auflösung auf 1600*1200
xrandr liefert erstmal folgendes:
Quotehermann@aptosidbox2:~$ xrandr
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA-0 connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
  1024x768       60.0*
  800x600        60.3     56.2  
  848x480        60.0  
  640x480        59.9  
S-video disconnected (normal left inverted right x axis y axis)
DVI-0 disconnected (normal left inverted right x axis y axis)

und das funktioniert dann logischerweise erstmal nicht:
Quotehermann@aptosidbox2:~$ xrandr --output VGA --mode 1600x1200
warning: output VGA not found; ignoring

die Installation gemäß fw-detect ist erledigt

System-Info:
Quotehermann@aptosidbox2:~$ infobash -v3
Host/Kernel/OS  "aptosidbox2" running Linux 2.6.39-3.slh.1-aptosid-amd64 x86_64 [ aptosid 2011-02 Ἡμέρα - kde-full - (201107131633) ]
CPU Info        2x AMD Athlon 64 X2 Dual Core 4800+ 512 KB cache flags( sse3 ht nx lm svm ) clocked at [ 1000.000 MHz ]
Videocard       ATI RS690 [Radeon X1200 Series]  X.Org 1.10.2.902  [ 1024x768@60.0hz ]
Network cards   Realtek RTL-8110SC/8169SC Gigabit
Processes 127 | Uptime 1:04 | Memory 404.2/1759.3MB | HDD SAMSUNG HD501LJ Size 500GB (23%used) | GLX Renderer Gallium 0.4 on ATI RS690 | GLX Version Yes | Client Shell | Infobash v3.36

was muß ich weiter machen?

Hermann

devil

was sagt denn  -als user- xrandr -s 1600x1200?

greetz
devil

khx

hermann@aptosidbox2:~$ xrandr -s 1600x1200
Size 1600x1200 not found in available modes

towo

Meinereiner tät ja zugern das Ergebnis von aptosid-paste /var/log/Xorg.0.log hier sehen.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

devil

da scheint vesa zu laufen, also: was towo sagt.

greetz
devil

khx

wahrscheinlich hat der devil recht
ich hab nur noch nicht gefunden, wie ich den auf radeon umstelle

Your paste can be seen here: http://paste.pocoo.org/show/444793/

devil

hm, er verwendet radeon. keine ahnung, warum er keine höhere auflösung mag.
ich vermute mal, der monitor belügt X.
da könntest du mal read-edid installieren.
dannget-edit > edidgefolgt von parse-edid < edidund den output hier pasten.
im notfall muss man halt ne xorg.conf anlegen, ganz altmodisch mit modelines.

greetz
devil

kris99

Quote from: "devil"get-edit > edid

get-edid > edid funktioniert besser  :wink:

Gruß

Kris

devil


khx

Quote from: "devil"hm, er verwendet radeon. keine ahnung, warum er keine höhere auflösung mag.
ich vermute mal, der monitor belügt X.

endlich glaubt mir mal jemand, daß das am Monitor liegt
bzw. hat sich da vieleicht ne Inkompatibilität eingeschlichen
einige Versionen früher ging das nämlich noch (ggf. mit VESA)
die propieretary Treiber funktionerten auch

vom get-edid hat nur die erste Anweisung (einigermaßen?) funktioniert

Quoteroot@aptosidbox2:/home/hermann# get-edid > edid
get-edid: get-edid version 2.0.0

       Performing real mode VBE call
       Interrupt 0x10 ax=0x4f00 bx=0x0 cx=0x0
       Function supported
       Call successful

       VBE version 300
       VBE string at 0xc01bc "ATI ATOMBIOS"

VBE/DDC service about to be called
       Report DDC capabilities

       Performing real mode VBE call
       Interrupt 0x10 ax=0x4f15 bx=0x0 cx=0x0
       Function supported
       Call successful

       Monitor and video card combination does not support DDC1 transfers
       Monitor and video card combination supports DDC2 transfers
       0 seconds per 128 byte EDID block transfer
       Screen is not blanked during DDC transfer

Reading next EDID block

VBE/DDC service about to be called
       Read EDID

       Performing real mode VBE call
       Interrupt 0x10 ax=0x4f15 bx=0x1 cx=0x0
       Function supported
       Call failed

The EDID data should not be trusted as the VBE call failed
Error: output block unchanged

Quoteroot@aptosidbox2:/home/hermann# parse-edid < edid
parse-edid: parse-edid version 2.0.0
parse-edid: IO error reading EDID

hhl

mal ganz dumm gefragt

QuoteVGA-0 connected ....

hast du mal das ganze mit VGA-0 versucht?

Also etwa so?
xrandr --output VGA-0 --mode 1600x1200

gruss

khx

Quotehermann@aptosidbox2:~$ xrandr --output VGA-0 --mode 1600x1200
xrandr: cannot find mode 1600x1200

devil

du willst eine xorg.conf mit modelines, da dein monitor dem X-server nicht sagt was er kann.
die entsprechende modeline kannst du hiermit erzeugen: http://www.arachnoid.com/modelines/index.html
die anderen modelines stehen ja im xorg.0.log
theoretisch brauchst du nur die section für den monitor.

greetz
devil

khx

hi *,

hab hier noch ne xorg.conf einer Installation mit propietaty-driver meines neuen PC
da hängt derselbe Monitor dran

vieleicht steht ja was Verwertbares drin

Section "ServerLayout"
Identifier     "aticonfig Layout"
Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Files"
EndSection

Section "Module"
EndSection

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

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

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


hefee

na da benutzt du den proporitären Treiber. Wie schon devil meinte, du musst die modelines selber reichschreiben, siehe Link von devil.