Ik heb in debian (nu nog stable, wil straks upgraden naar testing) X geprobeert te configureren, en stuite op de onderstaande foutmelding. Ik heb al de KDE3 packages van shoikan geinstaleert...
Hier is het stukje uit mijn /etc/X11/XF86Config file wat daar volgens mij over gaat, als het nodig is post ik wel de hele file...
Weet iemand wat ik over het hoofd zie?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| XF86Config: /etc/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(--) no ModulePath specified using default: /usr/X11R6/lib/modules
dbe: Unknown error loading module
Config Error: /etc/X11/XF86Config:48
SubSection "extmod"
^^^^^^^^^^^
Module section keyword expected
giving up.
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): Server error. |
Hier is het stukje uit mijn /etc/X11/XF86Config file wat daar volgens mij over gaat, als het nodig is post ik wel de hele file...
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| Section "Module"
# This loads the DBE extension module.
Load "dbe" # Double buffer extension
# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
# This loads the Type1 and FreeType font modules
Load "type1"
Load "freetype"
# This loads the GLX module
# Load "glx"
EndSection |
Weet iemand wat ik over het hoofd zie?
[ Voor 0% gewijzigd door |orion op 03-10-2002 16:01 . Reden: typo ]