Backtrack BT3 screen resolution

Linux OS and software

Moderators: glibdud, janss

Backtrack BT3 screen resolution

Postby Grinder » Mon Aug 25, 2008 10:00 pm

I've been able to get BT3 to boot into KDE VESA mode which gives me 800 x 600 all the other boot options don't give me xwindows. Has anyone been able to get a 1024 x 600 resolution in Backtrack? At least I'm getting the 800 x 600 which is a step above the 800 x 640 from my EEE PC.....
Grinder
 
Posts: 10
Joined: Mon Aug 25, 2008 4:11 pm

Re: Backtrack BT3 screen resolution

Postby vexer » Thu Oct 23, 2008 3:37 am

I haven't been able to get BT3 to work in anything other than 800x600. Most if not all the xorg.conf files i've checked out use the intel driver for video. I've tested changing the driver setting to intel but end up with an error:

(WW) intel: No matching Device section for instance (BusID PCI:0:2:0) found.

Which I then add in the line BusID PCI:0:2:0 to my xorg.conf file which leads to a second message, the same as above except for "[...] (BusID PCI:0:2:1) found." Instead of 0:2:0
vexer
 
Posts: 6
Joined: Thu Oct 23, 2008 3:10 am

Re: Backtrack BT3 screen resolution

Postby cheops » Thu Oct 23, 2008 8:22 pm

This is a question I'd dearly like to see answered!

surely it must be possible to run BT3 at 1024x600....

I'm darned if I can figure it out though :?:
cheops
 
Posts: 12
Joined: Fri Oct 10, 2008 12:50 pm

Re: Backtrack BT3 screen resolution - SOLVED

Postby cheops » Sun Oct 26, 2008 4:38 pm

You need a copy of the correct video driver module.

You can get it from:

http://rs237.rapidshare.com/files/138927294/901_net_gfx.lzm

Put it into the following folder:

/BT3/Optional

Now you need to edit the following file:

/boot/syslinux/syslinux.cfg

Add in the following text AFTER the first three lines:
Code: Select all
LABEL aa1
MENU LABEL BT3 Acer Aspire One Mode
KERNEL /boot/vmlinuz
APPEND vga=785 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=/changes/slaxsave.dat load=901_net_gfx  autoexec=kdm

so the file now looks like:
Code: Select all
PROMPT 0
TIMEOUT 40
DEFAULT /boot/vesamenu.c32

LABEL aa1
MENU LABEL BT3 Acer Aspire One Mode
KERNEL /boot/vmlinuz
APPEND vga=785 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=/changes/slaxsave.dat load=901_net_gfx  autoexec=kdm

LABEL cubez
MENU LABEL BT3 Graphics mode (Compiz) - Experimental
KERNEL /boot/vmlinuz
APPEND vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw chexpand=256 load=cubez autoexec=xconf;cubez;startx

LABEL cubez
MENU LABEL BT3 Graphics mode (Compiz Nvidia) - Experimental
KERNEL /boot/vmlinuz
APPEND vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw chexpand=256 load=cubez,nvidiadriver autoexec=xconf;startnvidia.sh;startx


LABEL xconf1
MENU LABEL BT3 Graphics mode (KDE)
KERNEL /boot/vmlinuz
APPEND vga=0x317  initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;kdm

LABEL xconf2
MENU LABEL BT3 Graphics mode (Flux)
KERNEL /boot/vmlinuz
APPEND vga=0x317  initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=xconf;flux

LABEL startx
MENU LABEL BT3 Graphics mode (VESA KDE)
KERNEL /boot/vmlinuz
APPEND vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw autoexec=kdm

LABEL BT3
MENU LABEL BT3 Text mode Frame Buffer
KERNEL /boot/vmlinuz
APPEND vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw

LABEL BT3_no_DHCP
MENU LABEL Run BT3 no DHCP
KERNEL /boot/vmlinuz
APPEND vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw nodhcp

LABEL BT3_no_HD
MENU LABEL Run BT3 no Hard Disk
KERNEL /boot/vmlinuz
APPEND vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw nohd

LABEL BT3_Safe
MENU LABEL Run BT3 Safe Mode
KERNEL /boot/vmlinuz
APPEND vga=normal initrd=/boot/initrd.gz ramdisk_size=6666
root=/dev/ram0 rw

LABEL pchanges
MENU LABEL BT3 Graphics mode with Persistent Changes
KERNEL /boot/vmlinuz
APPEND vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw changes=/changes/slaxsave.dat autoexec=xconf;kdm

LABEL copy2ram
MENU LABEL BT3 Graphics mode, Copy To RAM
KERNEL /boot/vmlinuz
APPEND vga=0x317 initrd=/boot/initrd.gz ramdisk_size=6666 root=/dev/ram0 rw copy2ram autoexec=xconf;kdm

LABEL msramdmp
MENU LABEL msramdmp
com32 /boot/msramdmp.c32

LABEL memtest86
MENU LABEL Run Memtest utility
KERNEL /boot/mt86p


Reboot into backtrack and select [BT3 Acer Aspire One Mode] and it should boot into KDE at 1024x600

:)
Last edited by cheops on Mon Oct 27, 2008 5:20 pm, edited 1 time in total.
cheops
 
Posts: 12
Joined: Fri Oct 10, 2008 12:50 pm

Re: Backtrack BT3 screen resolution

Postby rbil » Sun Oct 26, 2008 7:03 pm

Thanks so much cheops. That is really nice to have.

Cheers.
Create a Backup/Restore Solution on a Flash Key...
Image
Need help with chmod? Use the CHMOD Calculator on the site.
rbil
 
Posts: 731
Joined: Thu Aug 14, 2008 9:52 pm
Location: The Wet Coast, Canada

Re: Backtrack BT3 screen resolution

Postby BlackSolidus » Mon Oct 27, 2008 11:39 pm

:o Thank u very much Cheops i was looking for that answer for about 5 days, its works perfectly. :)
BlackSolidus
 
Posts: 1
Joined: Sat Oct 11, 2008 7:37 pm

Re: Backtrack BT3 screen resolution

Postby dirk » Tue Oct 28, 2008 9:12 am

Working great here also, thanks for the info.
dirk
 
Posts: 63
Joined: Mon Aug 25, 2008 3:44 pm

Re: Backtrack BT3 screen resolution

Postby cheops » Tue Oct 28, 2008 10:40 am

you're welcome :)
cheops
 
Posts: 12
Joined: Fri Oct 10, 2008 12:50 pm

Re: Backtrack BT3 screen resolution

Postby hobojoe196061 » Wed Nov 19, 2008 9:33 pm

im new to linux so i need a little help...how do u you edit the fie? do i edit it while in linux or can i do it from windows?
thanks
hobojoe196061
 
Posts: 12
Joined: Mon Nov 10, 2008 12:32 am

Re: Backtrack BT3 screen resolution

Postby rbil » Thu Nov 20, 2008 3:22 am

I'd use a Linux text editor, like mousepad, because Windows editors write end of line characters differently than Linux editors.

Cheers.
Create a Backup/Restore Solution on a Flash Key...
Image
Need help with chmod? Use the CHMOD Calculator on the site.
rbil
 
Posts: 731
Joined: Thu Aug 14, 2008 9:52 pm
Location: The Wet Coast, Canada

Next

Return to Software - Linux

Who is online

Users browsing this forum: No registered users and 2 guests