Lorem
Whenever we feel the need to comment something, we write a method instead. - Martin Fowler
People who think they know everything really annoy those of us who know we don't - Bjarne Stroustrup
Volgens mij moet je je post nog afmakenlordgandalf schreef op maandag 29 november 2004 @ 16:01:
Denk dat je XConfig een beetje gaar is hij zal waarschijnlijk
Maar als m'n Xconfig gaar is hoe kan ik dat fixen en hoe komt het dat mijn config negatief beïnvloed wordt door een upgrade?
Lorem
Whenever we feel the need to comment something, we write a method instead. - Martin Fowler
People who think they know everything really annoy those of us who know we don't - Bjarne Stroustrup
Je kunt je config met de hand aanpassen. Er zijn ook verschillende tooltjes voor, zoals Xconfigurator, xf86config en XF86Setup.
Hij staat hier : /etc/X11/XF86Config (naam kan iets verschillen afhankelijk van je versie)
En vanuit console kan je X starten met: startx
Laat anders even weten wat je al geprobeerd hebt.
Senri no michi mo ippo kara
ieeeepppppp :P
Ja maar dat zorgt ervoor dat je niet meer de drivers van www.nvidia.com gebruikt.VROEM! schreef op maandag 29 november 2004 @ 17:48:
Gebruik je toevallig de NVidia kernel drivers? Ik heb daarmee kort geleden een soortgelijk probleem gehad. In de config vna X de drivers terug zetten naar "nv" ipv "nvidia" loste het probleem tijdelijk ff op.
apt-get install module-assistant
module-assistant auto-install nvidia
om opnieuw je Nvidia drivers te installeren (als je die uberhaupt gebruikt).
We're trapped in the belly of this horrible machine. And the machine is bleeding to death.
Verder misschien handig dat ik wat specs post (had ik ook eerder kunnen bedenken

Het gaat hier om een mobo abit nf7-s met een radeon 9200 als videokaart.
Als ik dit zou doen installeer ik dan nforce drivers of drivers voor een geforce videokaart?THW Arie schreef op maandag 29 november 2004 @ 18:35:
[...]
Ja maar dat zorgt ervoor dat je niet meer de drivers van www.nvidia.com gebruikt.
apt-get install module-assistant
module-assistant auto-install nvidia
om opnieuw je Nvidia drivers te installeren (als je die uberhaupt gebruikt).
Lorem
Whenever we feel the need to comment something, we write a method instead. - Martin Fowler
People who think they know everything really annoy those of us who know we don't - Bjarne Stroustrup
met het voorstel van THW arie installeer je alleen de video drivers.
Je kunt beter op de nvidia site de nforce drivers downen en die installeren.
Deze staan onder Platform /nForce Drivers > Unified Driver > Linux die moet je hebben.
Steam: Profile / Socialclub: Profile / Uplay: minedwarf / Origin: lordgandalf3
Ik zie verder niks vreemds aan mijn config file vandaar dat ik het ff meepost zodat jullie er een blik op kunnen werpen.
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
| # XF86Config-4 (XFree86 X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # This file is automatically updated on xserver-xfree86 package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xfree86 # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands as root: # # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum # dpkg-reconfigure xserver-xfree86 Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "Generic Video Card" Driver "radeon" hier stond dus eerst ati EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 35-70 VertRefresh 60-85 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection |
Zie ik iets over het hoofd?
Of is het mogelijk dat de oorzaak niet bij de X config ligt maar ergens anders gezocht moet worden?
Lorem
Whenever we feel the need to comment something, we write a method instead. - Martin Fowler
People who think they know everything really annoy those of us who know we don't - Bjarne Stroustrup
Iemand?
Lorem
Whenever we feel the need to comment something, we write a method instead. - Martin Fowler
People who think they know everything really annoy those of us who know we don't - Bjarne Stroustrup
Je draait testing dus het kan best zijn dat er een driver niet meer helemaal goed werkt in alle situaties. Ik heb een tijd geleden iets dergelijks gehad met unstable (bij mij wilde X gewoon niet meer starten); dat was op een laptop met een ATI mobility chip. Na een weekje ofzo had men het probleem verholpen en startte X weer wel.Iemand?
Staat er nog meldingen in de logfile van X? Je kan ook eens proberen om een 'simpele' resolutie te kiezen als 640x480 of om een standaard driver te gebruiken ipv specifiek voor ATI.
Tijd om je CLI skills op te poetsen?
Waarom er zo weinig mensen reageren is omdat je niet zoekt, als je gezocht had had je hier minimaal het een en ander uit je XF86Free.*.log gepost of gezegd dat daar geen fouten inzitten. Maar goed dit lijkt me meer een driver probleem. Zet je videodriver anders eens op vesa ofzo....
[ Voor 20% gewijzigd door Bas! op 02-12-2004 09:47 ]
dpkg-reconfigure xserver-xfree86