Ik heb 2 problemen met X
1refreshrate
2 intelli
ik heb met google en de search hier gezocht naar antwoorden
maar niet gevonden
er is wel een intillimouse thread maar die gaat over de instelbare knoppen ( niet mijn probleem)
1 Refreshrate
ik heb een radeon 8500 en een iiyama s900MT1
mij XF86Config voor de monitor&en vga ziet er zo uit
ik wil em op 1280x1024 @ 85 hz zetten
ik heb al veel geprobeert met
HorizSync en VertRefresh
maar zonder succes
2 Intellimouse
hij doet het wel klik enz maar de scrollwiel doet helemaal nix m`n config voor de muis ( ik heb dit van die intelii mouse thread)
alvast bedankt (krijg hoofdpijn van de 60 hz mode:( )
1refreshrate
2 intelli
ik heb met google en de search hier gezocht naar antwoorden
maar niet gevonden
er is wel een intillimouse thread maar die gaat over de instelbare knoppen ( niet mijn probleem)
1 Refreshrate
ik heb een radeon 8500 en een iiyama s900MT1
mij XF86Config voor de monitor&en vga ziet er zo uit
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
| # **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
Section "Monitor"
Identifier "My Monitor"
# 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 75 - 80
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# 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 75-85
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
# Any number of graphics device sections may be present
Section "Device"
Identifier "VESA Framebuffer"
Driver "vesa"
#VideoRam 4096
# Insert Clocks lines here if appropriate
EndSection
# **********************************************************************
# Screen sections
# **********************************************************************
# Any number of screen sections may be present. Each describes
# the configuration of a single screen. A single specific screen section
# may be specified from the X server command line with the "-screen"
# option.
Section "Screen"
Identifier "Screen 1"
Device "VESA Framebuffer"
Monitor "My Monitor"
# If your card can handle it, a higher default color depth (like 24 or 32)
# is highly recommended.
# DefaultDepth 8
# DefaultDepth 16
DefaultDepth 24
# DefaultDepth 32
# "1024x768" is also a conservative usable default resolution. If you
# have a better monitor, feel free to try resolutions such as
# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
# card/monitor can produce)
Subsection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1800x1400" "1600x1200" "1280x1024"
EndSubsection
Subsection "Display"
Depth 32
Modes "1024x768" "800x600" "640x480"
EndSubsection
EndSection |
ik wil em op 1280x1024 @ 85 hz zetten
ik heb al veel geprobeert met
HorizSync en VertRefresh
maar zonder succes
2 Intellimouse
hij doet het wel klik enz maar de scrollwiel doet helemaal nix m`n config voor de muis ( ik heb dit van die intelii mouse thread)
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxis Mapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection |
alvast bedankt (krijg hoofdpijn van de 60 hz mode:( )