FIXED =) hope this would help u 2
and now how to fix this damned intel prob on bt 4 r2
@ first be sure u r loged in as root then open shell and type in
apt-get install xserver-xorg-video-intel
and if u get an anwer like this
Code:
root@bt:~# apt-get install xserver-xorg-video-intel
Reading package lists... Done
Building dependency tree
Reading state information... Done
xserver-xorg-video-intel is already the newest version.
xserver-xorg-video-intel set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
this means "already the newest version" luck for u
right now move to ur xorg.conf u find it at /etc/X11/xorg.conf
open it and search for " Graphics device section" <-- remember the line is different on every system
Code:
398.# **********************************************************************
399.# Graphics device section
400.# **********************************************************************
401.
402.# Any number of graphics device sections may be present
403.
404.Section "Device"
405. Identifier "VESA Framebuffer"
406. Driver "intel" <-----------!!!!!!!!!!!!!! HERE
407. #VideoRam 4096
408. # Insert Clocks lines here if appropriate
409.EndSection
410.
411.# **********************************************************************
on most systems the "DRIVER" is set to "VESA" or everything else change it and type in "intel" OK next Step
now scroll down to the next point called "Screen sections"
Code:
411.# **********************************************************************
412.# Screen sections
413.# **********************************************************************
414.
415.# Any number of screen sections may be present. Each describes
416.# the configuration of a single screen. A single specific screen section
417.# may be specified from the X server command line with the "-screen"
418.# option.
419.Section "Screen"
420. Identifier "Screen 1"
421. Device "VESA Framebuffer"
422. Monitor "My Monitor"
423.
424.# If your card can handle it, a higher default color depth (like 24 or 32)
425.# is highly recommended.
426.
427.# DefaultDepth 8
428.# DefaultDepth 16 <---------- HERE !!
429. DefaultDepth 24
430.# DefaultDepth 32
431.
432.# "1024x768" is also a conservative usable default resolution. If you
433.# have a better monitor, feel free to try resolutions such as
434.# "1152x864", "1280x1024", "1600x1200", and "1800x1400" (or whatever your
435.# card/monitor can produce)
436.
437. Subsection "Display"
438. Depth 8
439. Modes "1024x768" "800x600" "640x480"
440. EndSubsection
441. Subsection "Display"
442. Depth 16
443. Modes "1024x768" "800x600" "640x480"
444. EndSubsection
445. Subsection "Display"
446. Depth 24
447. Modes "1024x768" "800x600" "640x480"
448. EndSubsection
449. Subsection "Display"
450. Depth 32
451. Modes "1024x768" "800x600" "640x480"
452. EndSubsection
453.
454.EndSection
search for the depht and change it exactly like show'n following also remember the lines maybe different on your system
Code:
427.# DefaultDepth 8
428. DefaultDepth 16 <---- delete the presign
429.# DefaultDepth 24 <---- set the presign
430.# DefaultDepth 32
u can test every depht but first try the 16 bit !
now save your xorg.conf then log out and reboot ur system
ENJOY =)
if u get probs like "no screen found" or anything else type in
fix-vesa and then change the depth again
have a nice day