[FC5] Dell 20" LCD 2005FPW niet op 1680x1050

Pagina: 1
Acties:
  • 1.497 views sinds 30-01-2008
  • Reageer

Acties:
  • 0 Henk 'm!

  • iMars
  • Registratie: Augustus 2001
  • Laatst online: 21:51

iMars

Full time prutser

Topicstarter
Sinds enkele dagen heb ik een Dell 20" LCD. Deze werkt prima onder Windows XP op 1680x1050.
Maar ik werk de laatste tijd steeds vaker onder Linux, Fedora Core 5. Alleen het probleem is dat ik het niet werkend krijg op 1680x1050 :'(

Ik heb met google gezocht naar mogelijk oplossingen, maar ben er nog geen een tegen gekomen.

http://ractor.org/archives/2005/04/dell_2005fpw_an.php
http://www.wiredfool.com/...escreenLcdsAndUbuntuLinux
http://www.anandtech.com/...s/showdoc.aspx?i=2400&p=2

Deze heb ik gebruikt om de modline te berekenen:
http://xtiming.sourceforge.net/cgi-bin/xtiming.pl

Maar wat ik ook doe, ik krijg niet de resolutie 1680x1050.
Wel soms 19??x1440, maar dan moet ik over mijn beeld heen scrollen.

Heeft iemand hier meer ervaring mee? Of een een werkende opstelling in 1680x1050?

Specs:
Ik heb een Shuttle SB83G5
P4 3,2 GHz
2x 512MB ram
onboard video
Afbeeldingslocatie: http://eu.shuttle.com/en/ResourceImage.aspx?raid=197
Intel Graphics Media Accelerator 900 (GMA900)
with PCI-E x1 improved bandwidth
features 333MHz graphics core
DX8/DX9 support and enhanced 3D performance
Dynamic Video Memory Technology (DVMT) 3.0
shared Memory max. 256MB
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
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
    FontPath     "unix/:7100"
EndSection

Section "Module"
    Load  "dbe"
    Load  "extmod"
    Load  "fbdevhw"
    Load  "glx"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  "Xleds"     "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  "XkbModel"  "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  "XkbModel"  "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  "XkbLayout" "de"
# or:
#   Option  "XkbLayout" "de"
#   Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#   Option  "XkbOptions"    "ctrl:nocaps"
#
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "us"
    Option      "XkbVariant" "intl"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
    Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Dell 2005FPW (Digital)"
    DisplaySize  430    270
 ### Comment all HorizSync and VertSync values to use DDC:
    HorizSync    30.0 - 83.0
#   VertRefresh  56.0 - 75.0
    VertRefresh  60
    Option      "dpms"
    Modeline "1680x1050@60" 154.20 1680 1712 2296 2328 1050 1071 1081 1103
#   Modeline "1680x1050@75" 210.42 1680 1712 2504 2536 1050 1070 1083 1103
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "i810"
    VendorName  "Videocard vendor"
    BoardName   "Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1680x1050" "1280x1024" "1280x800"
    EndSubSection
EndSection

Section "DRI"
    Group        0
    Mode         0666
EndSection

Koop hier mijn P1 reader :)


Acties:
  • 0 Henk 'm!

  • VROEM!
  • Registratie: Februari 2000
  • Laatst online: 18-05 16:41

VROEM!

broembroem!

code:
1
2
3
4
5
6
Section "Device"
    Identifier  "Videocard0"
    Driver      "i810"
    VendorName  "Videocard vendor"
    BoardName   "Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
EndSection

Weet je zeker dat je grafische chip een i810 is? Volgens mij is die behoorlijk oud en jouw PC best nieuw. Het kan zijn dat je hem met die driver toch aan hebt kunnen slingeren maar dan met beperkte features en dat daarom jouw gewenste resolutie het niet doet.

ieeeepppppp :P


Acties:
  • 0 Henk 'm!

  • iMars
  • Registratie: Augustus 2001
  • Laatst online: 21:51

iMars

Full time prutser

Topicstarter
VROEM! schreef op donderdag 23 maart 2006 @ 19:46:
Weet je zeker dat je grafische chip een i810 is? Volgens mij is die behoorlijk oud en jouw PC best nieuw. Het kan zijn dat je hem met die driver toch aan hebt kunnen slingeren maar dan met beperkte features en dat daarom jouw gewenste resolutie het niet doet.
Nope, het is geen i810, het is een 915G, maar die staat in het lijstje van de i810:
i810 - Intel Integrated Graphics Chipsets, including i810, i815, 830M, 845G, 852GM, 855GM, 865G, 915G, and 915GM

Ik zit nu te bladeren op de site van Intel, en daar hebben ze een driver speciaal voor linux voor deze chipset, ff kijken of me dat gaat lukken O-)

edit:
Darn... download de nieuwste RPM, krijg ik foutmeldingen dat ik geen AGP heb... dûh ... tis een PCI-e chipset...
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
cc -I. -static -o testgart testgart.c
testgart.c: In function ‘init_agp’:
testgart.c:57: warning: incompatible implicit declaration of built-in function ‘exit’
testgart.c:64: warning: incompatible implicit declaration of built-in function ‘exit’
testgart.c:83: warning: incompatible implicit declaration of built-in function ‘exit’
testgart.c:94: warning: incompatible implicit declaration of built-in function ‘exit’
testgart.c: In function ‘main’:
testgart.c:124: warning: incompatible implicit declaration of built-in function ‘exit’
make -C /lib/modules/2.6.15-1.2054_FC5smp/build SUBDIRS=/usr/X11R6/dripkg/dripkg/agpgart-2.0 modules
make: *** /lib/modules/2.6.15-1.2054_FC5smp/build: No such file or directory.  Stop.
make: *** [default] Error 2
cc -I. -static -o testgart testgart.c
testgart.c: In function ‘init_agp’:
testgart.c:57: warning: incompatible implicit declaration of built-in function ‘exit’
testgart.c:64: warning: incompatible implicit declaration of built-in function ‘exit’
testgart.c:83: warning: incompatible implicit declaration of built-in function ‘exit’
testgart.c:94: warning: incompatible implicit declaration of built-in function ‘exit’
testgart.c: In function ‘main’:
testgart.c:124: warning: incompatible implicit declaration of built-in function ‘exit’
make -C /lib/modules/2.6.15-1.2054_FC5smp/build SUBDIRS=/usr/X11R6/dripkg/dripkg/agpgart-2.0 modules
make: *** /lib/modules/2.6.15-1.2054_FC5smp/build: No such file or directory.  Stop.
make: *** [default] Error 2
make DRM_MODULES=i915.o modules
make[1]: Entering directory `/usr/X11R6/dripkg/dripkg/drm'
make[1]: *** No rule to make target `/lib/modules/2.6.15-1.2054_FC5smp/build/configs/kernel-2.6-i686-_FCsmp.config', needed by `/lib/modules/2.6.15-1.2054_FC5smp/build/.config'.  Stop.
make[1]: Leaving directory `/usr/X11R6/dripkg/dripkg/drm'
make: *** [i915.o] Error 2
make DRM_MODULES=i915.o modules
make[1]: Entering directory `/usr/X11R6/dripkg/dripkg/drm'
make[1]: *** No rule to make target `/lib/modules/2.6.15-1.2054_FC5smp/build/configs/kernel-2.6-i686-_FCsmp.config', needed by `/lib/modules/2.6.15-1.2054_FC5smp/build/.config'.  Stop.
make[1]: Leaving directory `/usr/X11R6/dripkg/dripkg/drm'
make: *** [i915.o] Error 2
ERROR: Module intel_agp does not exist in /proc/modules
ERROR: Module intel_agp does not exist in /proc/modules

[ Voor 66% gewijzigd door iMars op 23-03-2006 21:21 ]

Koop hier mijn P1 reader :)


Acties:
  • 0 Henk 'm!

  • laurencevde
  • Registratie: November 2001
  • Laatst online: 29-09-2024
je hebt je modeline "1680x1050@60" genoemd, maar probeert "1680x1050" als mode te gebruiken. die kent-ie niet :) zorg dus dat je op beide plekken dezelfde naam gebruikt.

Have a taste of freedom. It is sometimes a bitter pill. To me though, this is the sweetness of the GPL


Acties:
  • 0 Henk 'm!

  • zAo
  • Registratie: Maart 2002
  • Laatst online: 11-09 15:02

zAo

GPLv2 Fanboy

Ik heb het zelfde scherm en alle opties als "refresh" en "*sync" eruit gelaten. Ik maak alleen gebruik van " Option "dpms"". Bij de lijst met modi heb ik alleen 1680x1050 staan en dat werkt gewoon netjes.

Acties:
  • 0 Henk 'm!

  • iMars
  • Registratie: Augustus 2001
  • Laatst online: 21:51

iMars

Full time prutser

Topicstarter
laurencevde schreef op donderdag 23 maart 2006 @ 21:33:
je hebt je modeline "1680x1050@60" genoemd, maar probeert "1680x1050" als mode te gebruiken. die kent-ie niet :) zorg dus dat je op beide plekken dezelfde naam gebruikt.
Dat heb ik nu gelijk gezet, maar nee, werkt niet.
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
# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
    FontPath     "unix/:7100"
EndSection

Section "Module"
    Load  "dbe"
    Load  "extmod"
    Load  "fbdevhw"
    Load  "glx"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  "Xleds"     "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  "XkbModel"  "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  "XkbModel"  "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  "XkbLayout" "de"
# or:
#   Option  "XkbLayout" "de"
#   Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#   Option  "XkbOptions"    "ctrl:nocaps"
#
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "us"
    Option      "XkbVariant" "intl"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
    Option      "Emulate3Buttons" "yes"
EndSection

Section "Modes"
    Identifier  "16:10"
    ModeLine    "1680x1050" 154.2 1680 1712 2296 2328 1050 1071 1081 1103
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Dell 2005FPW (Digital)"
    Option       "dpms"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "i810"
    VendorName  "Videocard vendor"
    BoardName   "Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "1680x1050"
#       Modes    "1680x1050" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1680x1050"
#       Modes    "1680x1050" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Group        0
    Mode         0666
EndSection
zAo schreef op vrijdag 24 maart 2006 @ 08:39:
Ik heb het zelfde scherm en alle opties als "refresh" en "*sync" eruit gelaten. Ik maak alleen gebruik van " Option "dpms"". Bij de lijst met modi heb ik alleen 1680x1050 staan en dat werkt gewoon netjes.
Heb alles gestrip, en ook dat werkt niet...
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
# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
    FontPath     "unix/:7100"
EndSection

Section "Module"
    Load  "dbe"
    Load  "extmod"
    Load  "fbdevhw"
    Load  "glx"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  "Xleds"     "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  "XkbModel"  "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  "XkbModel"  "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  "XkbLayout" "de"
# or:
#   Option  "XkbLayout" "de"
#   Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#   Option  "XkbOptions"    "ctrl:nocaps"
#
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "us"
    Option      "XkbVariant" "intl"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
    Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
    Identifier   "Monitor0"
    VendorName   "Monitor Vendor"
    ModelName    "Dell 2005FPW (Digital)"
    Option       "dpms"
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "i810"
    VendorName  "Videocard vendor"
    BoardName   "Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     16
        Modes    "1680x1050"
#       Modes    "1680x1050" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
        Modes    "1680x1050"
#       Modes    "1680x1050" "1280x1024" "1280x800" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "DRI"
    Group        0
    Mode         0666
EndSection


Darn, tis nog lastiger als ik dacht.

Koop hier mijn P1 reader :)


Acties:
  • 0 Henk 'm!

  • zAo
  • Registratie: Maart 2002
  • Laatst online: 11-09 15:02

zAo

GPLv2 Fanboy

Hoe test je of het werkt? Herstart je heel GDM?
Wat zegt je log over de resolutie? (/var/log/Xorg.0.log)

Acties:
  • 0 Henk 'm!

  • iMars
  • Registratie: Augustus 2001
  • Laatst online: 21:51

iMars

Full time prutser

Topicstarter
Geinstalleerd, maar geen verschil :|
zAo schreef op vrijdag 24 maart 2006 @ 13:13:
Hoe test je of het werkt? Herstart je heel GDM?
Wat zegt je log over de resolutie? (/var/log/Xorg.0.log)
Ik gebruik ctrl + alt + backspace om X opnieuw op te starten

(II) I810(0): Not using mode "1680x1050" (no mode of this name)

Kennelijk definieer ik het verkeer :/

Edit:
Modeline "1680x1050@60" 154.20 1680 1712 2296 2328 1050 1071 1081 1103
Deze was fout, omdat mijn DDC max 150MHz is, en bovenstaande mode is 154,20MHz.

Dus ik moest interline gebruiken. Dit is wat ik nu heb, maar werkt ook niet :(
Modeline "1680x1050@60i" 66.01 1680 1712 1960 1992 1050 1074 1079 1103 interlace
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
# Xorg configuration created by system-config-display

Section "ServerLayout"
    Identifier     "single head configuration"
    Screen      0  "Screen0" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
    FontPath     "unix/:7100"
EndSection

Section "Module"
    Load  "dbe"
    Load  "extmod"
    Load  "fbdevhw"
    Load  "glx"
    Load  "record"
    Load  "freetype"
    Load  "type1"
    Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#   Option  "Xleds"     "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#   Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#   Option  "XkbModel"  "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#   Option  "XkbModel"  "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#   Option  "XkbLayout" "de"
# or:
#   Option  "XkbLayout" "de"
#   Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#   Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#   Option  "XkbOptions"    "ctrl:nocaps"
#
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option      "XkbModel" "pc105"
    Option      "XkbLayout" "us"
    Option      "XkbVariant" "intl"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option      "Protocol" "IMPS/2"
    Option      "Device" "/dev/input/mice"
    Option      "ZAxisMapping" "4 5"
    Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
    Identifier  "Monitor0"
    VendorName  "Monitor Vendor"
    ModelName   "Dell 2005FPW (Digital)"
    DisplaySize     428 267
 ### Comment all HorizSync and VertSync values to use DDC:
    HorizSync   30.0 - 83.0
    VertRefresh 60.0 - 60.0
    Option      "dpms"
    Modeline    "1680x1050@60i" 66.01 1680 1712 1960 1992 1050 1074 1079 1103 interlace
EndSection

Section "Device"
    Identifier  "Videocard0"
    Driver      "i810"
    VendorName  "Videocard vendor"
    BoardName   "Intel Corporation 82915G/GV/910GL Express Chipset Family Graphics Controller"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Videocard0"
    Monitor    "Monitor0"
    DefaultDepth     24
    SubSection "Display"
        Depth     24
        Modes    "1680x1050@60i"
    EndSubSection
EndSection

Section "DRI"
    Group        0
    Mode         0666
EndSection

Hellup!!! O-)

[ Voor 73% gewijzigd door iMars op 29-03-2006 01:50 ]

Koop hier mijn P1 reader :)


Acties:
  • 0 Henk 'm!

  • _JGC_
  • Registratie: Juli 2000
  • Nu online
De Intel drivers gebruiken je BIOS om te schakelen tussen resoluties, terwijl de windows drivers daar zelf logica voor hebben. Je kunt modelines toevoegen zoveel als je wilt, maar zolang die niet in je videobios bekend zijn gaat het niet werken.

Zoek eens naar het programma 855resolution, grote kans dat die iets voor je kan betekenen.

Acties:
  • 0 Henk 'm!

  • iMars
  • Registratie: Augustus 2001
  • Laatst online: 21:51

iMars

Full time prutser

Topicstarter
_JGC_ schreef op woensdag 29 maart 2006 @ 09:31:
De Intel drivers gebruiken je BIOS om te schakelen tussen resoluties, terwijl de windows drivers daar zelf logica voor hebben. Je kunt modelines toevoegen zoveel als je wilt, maar zolang die niet in je videobios bekend zijn gaat het niet werken.

Zoek eens naar het programma 855resolution, grote kans dat die iets voor je kan betekenen.
Het gaat al beter, maar nog niet helemaal.
Volgens mijn monitor draait het nu op 1280x1024 @ 72Hz, maar ik krijg het maar niet op 1680x1024 @ 60Hz.
Dit is een stukje uit /var/log/Xorg.0.log
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(II) I810(0): Monitor0: Using hsync range of 30.00-83.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz
(II) I810(0): Not using mode "1280x800" (no mode of this name)
(II) I810(0): Not using built-in mode "1600x1200" (height too large for virtual size)
(II) I810(0): Correcting stride (1680 -> 3392)
(II) I810(0): Increasing the scanline pitch to allow tiling mode (1696 -> 2048).
(--) I810(0): Virtual size is 1680x1050 (pitch 2048)
(**) I810(0): *Built-in mode "1680x1050"
(**) I810(0):  Built-in mode "1280x1024"
(**) I810(0):  Built-in mode "1024x768"
(**) I810(0):  Built-in mode "800x600"
(**) I810(0):  Built-in mode "640x480"
(II) I810(0): Attempting to use 75.00Hz refresh for mode "1680x1050" (84d)
(II) I810(0): Attempting to use 75.02Hz refresh for mode "1280x1024" (849)
(II) I810(0): Attempting to use 75.08Hz refresh for mode "1024x768" (845)
(II) I810(0): Attempting to use 75.00Hz refresh for mode "800x600" (843)
(II) I810(0): Attempting to use 75.00Hz refresh for mode "640x480" (841)
(**) I810(0): Display dimensions: (430, 270) mm
(**) I810(0): DPI set to (99, 98)

Koop hier mijn P1 reader :)


Acties:
  • 0 Henk 'm!

Verwijderd

Een beetje flauw, maar weet je zeker dat X het probleem is? Met de nieuwste xorg en gnome kan je in gnome de resolutie/refreshrate instellen, zonder dat 'ie zich ook maar iets aantrekt van wat er in de xorg.conf staat.

Acties:
  • 0 Henk 'm!

  • iMars
  • Registratie: Augustus 2001
  • Laatst online: 21:51

iMars

Full time prutser

Topicstarter
Verwijderd schreef op woensdag 29 maart 2006 @ 20:29:
Een beetje flauw, maar weet je zeker dat X het probleem is? Met de nieuwste xorg en gnome kan je in gnome de resolutie/refreshrate instellen, zonder dat 'ie zich ook maar iets aantrekt van wat er in de xorg.conf staat.
Ik kan in Gnome alleen maar voor 75Hz kiezen, dat is de enige keuzemogelijkheid in het lijstje.

Koop hier mijn P1 reader :)


Acties:
  • 0 Henk 'm!

  • _JGC_
  • Registratie: Juli 2000
  • Nu online
code:
1
2
(II) I810(0): Monitor0: Using hsync range of 30.00-83.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz


Wat als je die eens hard opgeeft in je Xorg.conf, waarbij je vrefresh rate gewoon hard 60Hz is ipv een of andere range waar Xorg uit mag kiezen? Over het algemeen kiest ie nml gewoon de hoogst mogelijke instelling tot 85Hz.

Acties:
  • 0 Henk 'm!

  • iMars
  • Registratie: Augustus 2001
  • Laatst online: 21:51

iMars

Full time prutser

Topicstarter
_JGC_ schreef op donderdag 30 maart 2006 @ 11:03:
code:
1
2
(II) I810(0): Monitor0: Using hsync range of 30.00-83.00 kHz
(II) I810(0): Monitor0: Using vrefresh range of 56.00-75.00 Hz


Wat als je die eens hard opgeeft in je Xorg.conf, waarbij je vrefresh rate gewoon hard 60Hz is ipv een of andere range waar Xorg uit mag kiezen? Over het algemeen kiest ie nml gewoon de hoogst mogelijke instelling tot 85Hz.
Al geprobeerd, maar ik kan niet kiezen. hij blijft alleen 75 aangeven in gui voor schermresolutie.
Wat me ook opvalt is dat de resolutie volgens mijn monitor 1280x1024@75Hz blijft, en dat de hogere resolutie hierin gepropt wordt :(

Koop hier mijn P1 reader :)


Acties:
  • 0 Henk 'm!

  • Z-Dragon
  • Registratie: December 2002
  • Laatst online: 01:12
Misschien is dit voor Gentoo geschreven stukje wel interessant voor je. Alleen dus even uitzoeken wat dat 855resolution-script doet. :)

Edit: ach, wat doet het er ook toe?


Hier, en voor uitleg zie hier.

Tot uw dienst ;)

[ Voor 42% gewijzigd door Z-Dragon op 01-04-2006 00:35 ]

^ Wat hij zegt.


Acties:
  • 0 Henk 'm!

  • iMars
  • Registratie: Augustus 2001
  • Laatst online: 21:51

iMars

Full time prutser

Topicstarter
Bedankt voor al uw hulp ;)

Ik heb een nVidia 7600GT gekocht en draait nu als een zonnetje op 1680x1050.

Koop hier mijn P1 reader :)


Acties:
  • 0 Henk 'm!

  • DGTL_Magician
  • Registratie: Februari 2001
  • Laatst online: 28-08 15:41

DGTL_Magician

Kijkt regelmatig vooruit

Wat jij nodig hebt is het programma 915resolution.
URL: http://www.geocities.com/stomljen/

Dit had ik ook nodig om op mijn intel 950 een 1680x1050 resolutie te krijgen.

[ Voor 91% gewijzigd door DGTL_Magician op 09-04-2006 11:11 ]

Blog | aaZoo - (Wireless) Networking, Security, DDoS Mitigatie, Virtualisatie en Storage


Acties:
  • 0 Henk 'm!

  • iMars
  • Registratie: Augustus 2001
  • Laatst online: 21:51

iMars

Full time prutser

Topicstarter
DGTL_Magician schreef op zondag 09 april 2006 @ 11:10:
Wat jij nodig hebt is het programma 915resolution.
URL: http://www.geocities.com/stomljen/

Dit had ik ook nodig om op mijn intel 950 een 1680x1050 resolutie te krijgen.
ik ga het denk een keertje proberen, voor de gein en voor de leer :)
voorlopig heb ik het ff niet nodig.

Koop hier mijn P1 reader :)


Acties:
  • 0 Henk 'm!

  • Z-Dragon
  • Registratie: December 2002
  • Laatst online: 01:12
DGTL_Magician schreef op zondag 09 april 2006 @ 11:10:
Wat jij nodig hebt is het programma 915resolution.
URL: http://www.geocities.com/stomljen/

Dit had ik ook nodig om op mijn intel 950 een 1680x1050 resolutie te krijgen.
Dat is ook écht niet de link die ik gaf ... :>

^ Wat hij zegt.

Pagina: 1