Hi
I just have installed Debian Lenny on my new laptop.
but i can't start my graphic server
My graphic card is an Mobile intel 945 Express.
Here is a part of my lspci:
Code:
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02)
00:02.1 Display controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 02)
Here is my xorg-conf file:
Code:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "Kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin9"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
EndSection
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
EndSection
when i start my xserver i get that:
Code:
(WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
(II) Module "ddc" already built-in
(II) Module "i2c" already built-in
(II) Module "ramdac" already built-in
(EE) GARTInit: Unable to open /dev/agpart (No such file or directory)
(EE) [drm] drmOpen failed
(EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI
(EE) intel(0): Faild to allocate frałebuffer. Is your VideoRAM set too low?
(EE) intel(0): Couldn't allocate video memory
Fatal server error:
AddScreen/ScreenInit failed for driver 0
giving up
xinit: Connection reste by peer (errno 104): unable to connect to x server
xinit: No such process (errno 3): Server error.
i added some lines to the Device section of my xorg.conf file:
[CODE]
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
BusID "PCI:0:2:1"
EndSection
Then i tryed to start my xserver, but i had that as error messges:
Code:
(WW) intel: No matching Device section for instance (BusID PCI:0:2:0) found
(EE) No devices detected
Fatal server error:
no screens found
giving up.
xinit: Connection reset by peer (errno 104): unable to connect to X server
xinit: No such process (errno 3): Server error.
The package: xserver-xorg-video-intel is installed
do u have any idea to solve my problem?
should i add some lines to my xorg.conf file??
Thx