Try running fixvesa and then startx.
edit: You might also want to try BT4pre, as it might better support your hardware.
edit: Might want to check out: http://forums.remote-exploit.org/bt3...-x-server.html
hii guys
l'm trying to boot bt3 on my gigabyte G31M-S2C desktop pc
i got this error what ever i do:
so im try to reburn the cd and download it agin checking the md5 sum download usb version all give me the same errorCode:giving up xinit: Connection reset by peer (errno 104): unable to connect to x server xinit : No such process (errno 3 ): Server error
i think it's display error here is my display adapter info
Card name: Intel(R) G33/G31 Express Chipset Family
Manufacturer: Intel Corporation
Chip type: Intel(R) GMA 3100
DAC type: Internal
Device Key: Enum\PCI\VEN_8086&DEV_29C2&SUBSYS_D0001458&REV_10
Display Memory: 384.0 MB
Current Mode: 1280 x 960 (32 bit) (75Hz)
Monitor: Monitor Max Res: 1600,1200
Driver Name: igxprd32.dll
Driver Version: 6.14.0010.4864 (English)
does i need to edit my /etc/X11/xorg.conf file and how?
thank you in advance
Try running fixvesa and then startx.
edit: You might also want to try BT4pre, as it might better support your hardware.
edit: Might want to check out: http://forums.remote-exploit.org/bt3...-x-server.html
edit the xorg.conf
here a example:
First, add the frequencies for the target system's monitor. These are usually expressed as a horizontal and vertical synchronization rate. These values are added to the xorg.conf file under the "Monitor" section:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 31.5 - 80.0 <----contact the monitor handbook
VertRefresh 59.9 - 75.0 <----contact the monitor handbook
EndSection
The HorizSync and VertRefresh keywords may be missing in the configuration file. If they are, they need to be added, with the correct horizontal synchronization rate placed after the HorizSync keyword and the vertical synchronization rate after the VertRefresh keyword. In the example above the target monitor's rates were entered.
select the default resolution and color depth desired. This is defined in the "Screen" section:
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection
The DefaultDepth keyword describes the color depth to run at by default.
[COLOR="RoyalBlue"][SIZE="2"]Nought's had, all's spent, ... Where our desire is got without content
[/COLOR][/SIZE]