1440x1080 probleem

Pagina: 1
Acties:

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
Ik ben nog een echte linux noob en wil nu eigelijk overstappen van win2k naar Linux. Ik draai onder windows onder 1440x1080 doordat ik een nieuwe driver van matrox heb opgehaald en daarin kon ik dat instellen.

Je kan de resolutie voor X-Windows instellen in XF86Config-4. Dit heb ik gedaan (bij de 1e subSection display (dit is de default) maar bij het opnieuw opstarten zit ik nog steeds in 1280x1024 en dat vind ik te laag op een 22"

Wie weet hoe ik dit op kan lossen?

  • sjuk425
  • Registratie: Maart 2001
  • Niet online

sjuk425

blah.

Heb je meerdere resoluties gekozen bij de config?
Dan kan je toch gewoon resoluties wisselen met control-alt en dan de + en - op je keypad ofzo?

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
Ik heb naast de resoluties die er al waren mijn eigen toegevoegd (voorop) dus deze had hij als default moeten pakken. En ik heb contalt +/- al geprobeerd, maar helaas. Ik kom langs allerlei resoluties maar niet 1440x1080

Verwijderd

post eens je /etc/X11/XF86config file

gebruik aub wel code tags.. Anders gaat de lay-out zo naar de kloten

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 16-08 16:08

deadinspace

The what goes where now?

En post de output van 'grep 1440 <je_X_logfile>' eens, waarbij <je_X_logfile> waarschijnlijk /var/log/XFree86.0.log is.

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
Mijn XF86Config-4
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
# File generated by XFdrake.

# **********************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file.
# **********************************************************************

Section "Files"

    RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.

    FontPath   "unix/:-1"

EndSection

# **********************************************************************
# Server flags section.
# **********************************************************************

Section "ServerFlags"

    # Uncomment this to cause a core dump at the spot where a signal is
    # received.  This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    #NoTrapSignals

    # Uncomment this to disable the <Crtl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    #DontZap

    # Uncomment this to disable the <Crtl><Alt><KP_+>/<KP_-> mode switching
    # sequences.  This allows clients to receive these key events.
    #DontZoom

    # This  allows  the  server  to start up even if the
    # mouse device can't be opened/initialised.
    AllowMouseOpenFail

EndSection

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Keyboard section
# **********************************************************************

Section "InputDevice"

    Identifier "Keyboard1"
    Driver  "Keyboard"
    Option "AutoRepeat"  "250 30"

    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"

EndSection

# **********************************************************************
# Pointer section
# **********************************************************************

Section "InputDevice"

    Identifier  "Mouse1"
    Driver  "mouse"
    Option "Protocol"    "MouseManPlusPS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"

# ChordMiddle is an option for some 3-button Logitech mice

#    Option "ChordMiddle"

EndSection



Section "Module"

# This loads the DBE extension module.

    Load    "dbe"

    Load    "glx"
    Load    "dri"


# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.

    SubSection  "extmod"
    #Option "omit xfree86-dga"
    EndSubSection

# This loads the Type1 and FreeType font modules

    Load    "type1"
    Load    "freetype"
EndSection


Section "DRI"
    Mode    0666
EndSection


# **********************************************************************
# Monitor section
# **********************************************************************

# Any number of monitor sections may be present

Section "Monitor"
    Identifier "Iiyama A201HT, VisionMaster Pro 510"
    VendorName "Iiyama"
    ModelName  "Unknown"


# HorizSync is in kHz unless units are specified.
# HorizSync may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync  30.0-130.0


# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY.  REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50.0-160.0


# This is a set of extended mode timings typically used for laptop,
# TV fullscreen mode or DVD fullscreen output.
# These are available along with standard mode timings.

# Sony Vaio C1(X,XS,VE,VN)?
# 1024x480 @ 85.6 Hz, 48 kHz hsync
ModeLine "1024x480"    65.00 1024 1032 1176 1344   480  488  494  563 -hsync -vsync

# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616


EndSection



# **********************************************************************
# Graphics device section
# **********************************************************************

Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection

Section "Device"
    Identifier  "Matrox Millennium G450 2"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Driver  "mga"
    VideoRam    32768
    # Clock lines


    # Uncomment following option if you see a big white block     
    # instead of the cursor!                            
    #    Option "sw_cursor"

    Option  "AGPMode"  "1"
    Option  "DPMS"  "on"
    BusID    "PCI:1:0:0"
EndSection



# **********************************************************************
# Screen sections
# **********************************************************************


Section "Screen"
    Identifier "screen1"
    Device  "Matrox Millennium G450 2"
    Monitor     "Iiyama A201HT, VisionMaster Pro 510"
    DefaultColorDepth 16
    Subsection "Display"
      Depth  8
      Modes  "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  15
      Modes  "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  16
      Modes  "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  24
      Modes  "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  32
      Modes  "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen1"

    InputDevice "Mouse1" "CorePointer"

    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
Ik zie trouwens dat mijn wijziging weer verwijderd is, maar er staat wel een XF86Config.old waar het nog wel 'goed is'
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Section "Screen"
    Identifier "screen1"
    Device  "Matrox Millennium G450 2"
    Monitor     "Iiyama A201HT, VisionMaster Pro 510"
    DefaultColorDepth 16
    Subsection "Display"
      Depth  8
      Modes  "1440x1080" "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  15
      Modes  "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  16
      Modes  "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  24
      Modes  "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
    Subsection "Display"
      Depth  32
      Modes  "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort    0 0
    EndSubsection
EndSection

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
Ik zie trouwens dat ik bij colordepth 16 die wijziging ook had door moeten geven aangezien dat mijn default color depth is. Maarja.. het is nog vreemd dat hij de orginele XF86Config-4 weer hersteld heeft.

Verwijderd

code:
1
2
3
4
5
 Subsection "Display"
      Depth  16
      Modes  "1440x1080"
      ViewPort    0 0
    EndSubsection

Verander hier in...

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
En de rest van de resoluties weglaten?

Verwijderd

Op vrijdag 08 maart 2002 21:30 schreef Alarmnummer het volgende:
En de rest van de resoluties weglaten?
Precies

alle resoluties wat e niet gebruikt gewoon verwijderen

Zorg er wel voor dat er altijd "" blijft staan

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
hmmm.. scherm blijft zwart... ik kom er niet in (zit nu in windows)

Verwijderd

Heb je de nieuwste Matrox drivers?

  • Apache
  • Registratie: Juli 2000
  • Laatst online: 14:28

Apache

amateur software devver

beide getallen moeten deelbaar zijn door 16 als ik me niet vergis ...

(het 2de is dat niet)

gooi het enkele pixels naar omhoog of omlaag en het zou moeten werken. (gehele deling door 16 dus)

If it ain't broken it doesn't have enough features


  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
Ik heb nu de nieuwste driver van matrox geinstalleerd (samen met matrox powerdesk) en ik heb 1472x1104 (getallen zijn deelbaar door 16 en hebben 4/3 verhouding) maar hij komt niet in die resolutie terecht. Hij gaat door naar dik 1700 en dat was niet de bedoeling :)

Ik heb heb nu weer op 1280x1024 staan maar dan krijg ik weer van die }:O letters en daar ben ik niet zo blij mee. Weet iemand een opl. voor mijn probleem?

  • Battle Bunny
  • Registratie: Oktober 2001
  • Laatst online: 02-02 21:41
Niet als trol bedoelt, maar waarom wil je zo'n kromme, niet default res? Ook: hoe kun je op een 22" nou zo'n lage res draaien? Op m'n 17" zit ik al op 1600x1200, en m'n 15" stonden altijd op 1280x1024. Really, gewoon nieuwschierig.

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
1600x1200 vind ik te klein. Moet ik bijna met mijn neus tegen het scherm aanzitten. En onder windows draai ik onder 1440x1080 en daar ben ik zeer over te spreken. Op mijn werk heb ik een 19" en daar draai ik onder 1280x1024 en dat moet ook niet veel kleiner worden.

  • Battle Bunny
  • Registratie: Oktober 2001
  • Laatst online: 02-02 21:41
Is er toevallig een soort Powerstrip voor Linux? Met PS kon je namelijk de meest maffe resoluties aanmaken (mits je kaart dat kon, en dat kan de jouwe dus).

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
Onder windows heb je een tool: MTS Tweak util voor de matrox kaarten, maar helaas niet voor linux.

  • deadinspace
  • Registratie: Juni 2001
  • Laatst online: 16-08 16:08

deadinspace

The what goes where now?

Op vrijdag 08 maart 2002 22:04 schreef Apache het volgende:
beide getallen moeten deelbaar zijn door 16 als ik me niet vergis ...
(het 2de is dat niet)
gooi het enkele pixels naar omhoog of omlaag en het zou moeten werken. (gehele deling door 16 dus)
Is 600 van 800x600 deelbaar door 16?
Verder kan X echt ELKE resolutie aan (drivers en kaart misschien niet).
Op zaterdag 09 maart 2002 12:32 schreef Battle_Bunny het volgende:
Niet als trol bedoelt, maar waarom wil je zo'n kromme, niet default res? Ook: hoe kun je op een 22" nou zo'n lage res draaien? Op m'n 17" zit ik al op 1600x1200, en m'n 15" stonden altijd op 1280x1024. Really, gewoon nieuwschierig.
Zo niet-default is die resolutie niet hoor. 1440x1080 is misschien niet eentje die je dagelijks tegenkomt, maar hij is an sich best normaal.
En ik vind 1600x1200 op een 19" al te hoog, daar draai ik liever 1280x960 op. En ik kan me best voorstellen dat 1440x1080 een prettige resolutie zou zijn op een 22" (hoewel ik daar misschien voor 1600x1200 zou kiezen).
Dus dat is gewoon een kwestie van smaak.
Op zaterdag 09 maart 2002 13:01 schreef Battle_Bunny het volgende:
Is er toevallig een soort Powerstrip voor Linux? Met PS kon je namelijk de meest maffe resoluties aanmaken (mits je kaart dat kon, en dat kan de jouwe dus).
Met Modeline + XFree86 kun je die resoluties ook, daar heb je helemaal geen rare blaattooltjes voor nodig. Ik kan op mijn laptop echt van alles (tot aan 36x27 dus), en op mijn desktop (Matrox g450) kan ik bijvoorbeeld 404x260 en 791x400.
Op zaterdag 09 maart 2002 13:08 schreef Alarmnummer het volgende:
Onder windows heb je een tool: MTS Tweak util voor de matrox kaarten, maar helaas niet voor linux.
Wat nou helaas... Heb je helemaal niet nodig.

Waarom bij jou de XF86Config wordt verplaatst/vervangen weet ik niet, lijkt me een overijverig configprog van je distro ofzo.
Gewoon "1440x1080" toevoegen aan het rijtje werkt niet, want X kent deze resolutie standaard niet, je zult hem X moeten bijbrengen door middel van een modeline.

Een modeline ziet er als volgt uit:
code:
1
ModeLine "791x400@100"  41.730  791  807  959  975  400  401  406  428

Deze is voor 791x400 op 100 Hz op mijn videokaart en monitor.

Je kunt zelf (zonder al die getalletjes uit te hoeven te rekenen) deze modelines genereren met het progje 'modeline'.
Je moet de modeline dan kopieren en in je XF86Config in de section van je monitor zetten, en dan het eerste gedeelte (bijv "791x400@100") als resolutie instellen.

Het is trouwens misschien een goed idee om te zorgen dat X niet gestart wordt tijdens het booten als je hiermee test. Hiervoor moet je waarschijnlijk in een ander runlevel booten (op je bootprompt: 'linux <runlevel>'). Welk runlevel dat is, is distro-specific.

  • Alarmnummer
  • Registratie: Juli 2001
  • Laatst online: 09-07-2024
het werkt!!! :) thanx
Pagina: 1