Backtrack BT3 screen resolution

Discussion in 'Linux' started by Grinder, Aug 25, 2008.

  1. Grinder

    Grinder

    Joined:
    Aug 25, 2008
    Messages:
    10
    Likes Received:
    0
    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, Aug 25, 2008
    #1
  2. Grinder

    vexer

    Joined:
    Oct 23, 2008
    Messages:
    6
    Likes Received:
    0
    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, Oct 23, 2008
    #2
  3. Grinder

    cheops

    Joined:
    Oct 10, 2008
    Messages:
    12
    Likes Received:
    0
    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, Oct 23, 2008
    #3
  4. Grinder

    cheops

    Joined:
    Oct 10, 2008
    Messages:
    12
    Likes Received:
    0
    Re: Backtrack BT3 screen resolution - SOLVED

    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:
    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:
    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

    :)
     
    cheops, Oct 26, 2008
    #4
  5. Grinder

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    Thanks so much cheops. That is really nice to have.

    Cheers.
     
    rbil, Oct 26, 2008
    #5
  6. Grinder

    BlackSolidus

    Joined:
    Oct 11, 2008
    Messages:
    1
    Likes Received:
    0
    :eek: Thank u very much Cheops i was looking for that answer for about 5 days, its works perfectly. :)
     
    BlackSolidus, Oct 27, 2008
    #6
  7. Grinder

    dirk

    Joined:
    Aug 25, 2008
    Messages:
    63
    Likes Received:
    0
    Working great here also, thanks for the info.
     
    dirk, Oct 28, 2008
    #7
  8. Grinder

    cheops

    Joined:
    Oct 10, 2008
    Messages:
    12
    Likes Received:
    0
    you're welcome :)
     
    cheops, Oct 28, 2008
    #8
  9. Grinder

    hobojoe196061

    Joined:
    Nov 10, 2008
    Messages:
    12
    Likes Received:
    0
    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, Nov 19, 2008
    #9
  10. Grinder

    rbil

    Joined:
    Aug 14, 2008
    Messages:
    730
    Likes Received:
    0
    Location:
    The Wet Coast, Canada
    I'd use a Linux text editor, like mousepad, because Windows editors write end of line characters differently than Linux editors.

    Cheers.
     
    rbil, Nov 20, 2008
    #10
  11. Grinder

    hobojoe196061

    Joined:
    Nov 10, 2008
    Messages:
    12
    Likes Received:
    0
    hahaha yea i got it basically right after i posted lol, so now i'm just trying to figure out how to use all the effects!
     
    hobojoe196061, Nov 20, 2008
    #11
  12. Grinder

    fleen

    Joined:
    Jan 1, 2009
    Messages:
    2
    Likes Received:
    0
    Thank you, this worked first time on my aoa 150-1576, using notepad to edit.
    cheers
     
    fleen, Jan 18, 2009
    #12
  13. Grinder

    digitalfriction

    Joined:
    Jan 28, 2009
    Messages:
    2
    Likes Received:
    0
    Hi,

    can anyone help with performing this fix for a BT3 install that is on the AAO internal hard drive? I have the system set as a dual boot.

    I cant find a BT3 folder to install to?
     
    digitalfriction, Jan 28, 2009
    #13
  14. Grinder

    digitalfriction

    Joined:
    Jan 28, 2009
    Messages:
    2
    Likes Received:
    0
    I also thought I would try this on the BT3 live CD, it has the BT3 and BOOT folder, but how do you edit files on a burnt CD?

    I am really not understanding Linux very well
     
    digitalfriction, Jan 28, 2009
    #14
  15. Grinder

    Tamis

    Joined:
    Jan 26, 2009
    Messages:
    13
    Likes Received:
    0
    Thx a lot !!

    This is just plainly great :)
     
    Tamis, Jan 31, 2009
    #15
  16. Grinder

    DareDevil

    Joined:
    Jan 19, 2009
    Messages:
    3
    Likes Received:
    0
    yay thanks guys for working out the thing...works great
     
    DareDevil, Feb 20, 2009
    #16
  17. Grinder

    KhanSW

    Joined:
    Feb 27, 2009
    Messages:
    1
    Likes Received:
    0
    Not to highjack to your very informative thread but does anyone know the steps to fixing the issue in BT4? I can run the x enviroment fine utilizing vesa 800*600 but would much rather run at native resolution if possible. My thanks in advance.
     
    KhanSW, Mar 2, 2009
    #17
  18. Grinder

    MiniDrivr

    Joined:
    Nov 13, 2008
    Messages:
    42
    Likes Received:
    0
    Thanks cheops! Worked perfectly!
     
    MiniDrivr, Mar 3, 2009
    #18
  19. Grinder

    dirk

    Joined:
    Aug 25, 2008
    Messages:
    63
    Likes Received:
    0
    Back|Track 4

    Is there a way to get this working in BT4 ?
    The X server will not launch with the bt3 changes implemented.
     
    dirk, Mar 24, 2009
    #19
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.