Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Force higher screen resolution?

  1. #1
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    22

    Force higher screen resolution?

    Hye, just wondering if there is a way to force the screen resolution to change. In windows, and on my macs I always run 1280*1024.... Highest knoppix will let me go is 1024*768....which can get really annoying. Being used to seeing things much smaller, this 1024 shit is annoying. Is there any way to force it to goto 1280*1024? Any file I can edit? Or am i running the risk of blowing something up, like my monitor or graphics card, lol. Any help/comments would be greatly appreciated.

  2. #2
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    22
    if u boot from cd just type as cheatcode

    Code:
    screen=1280x1024
    or
    Code:
    screen=1600x1200
    or anything u want

    if u have a hdd install u have to change the XF86config-4 in /etc/X11

    just search for resolution and edit

  3. #3
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    22
    Ok, i opened that file as root. Searched for resolution, and found nothing.... But I scrolled down and found all the different modes.... like this....

    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    1280x1024 @ 85Hz (VESA) hsync: 91.1kHz


    And as you can see there, I made it so these were not comments anymore..... and then there was something else below....

    I made these changes to this part.....

    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection


    I messed around and would un-comment those first things, and have only the second part, crap like that.... but ummmm, now I only have the option for 1024x768 at 76hz.......

    What the hell did I mess up? lol

  4. #4
    Member registered user
    Join Date
    Jan 2005
    Posts
    42
    Perhaps this modeline calculator can help: http://www.mcamafia.de/mcapage0/timeconv.htm

    Just add the calculated modeline to your XF86Config-"Modeline" section. I think you can also use the command "fbset" to calculate modelines.

  5. #5
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    22
    when i do fbset, it just pulls this up

    mode "1024x768-76"
    # D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz
    geometry 1024 768 1024 768 16
    timings 12714 128 32 16 4 128 4
    rgba 5/11,6/5,5/0,0/0
    endmode


    I did the mode calculator.... and added the modeline into the XF86Config-4 in the middle of the modelines.... but I still cant choose 1280-1024..... only 1024x768 still....... I booted off the cd and put in the code for 1280, and it went in fine, looked beautiful...... im stuck with what to do next.

  6. #6
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    22
    can anybody else help? I've been looking online, and i see things relating to this, but they always just say add this modeline, or change this one thing, which ive done..... i know i have ot be missing one thing..... anymore help?

  7. #7
    Member registered user
    Join Date
    Jan 2005
    Posts
    42
    Hmm, I'm not sure but I think XF86Config-4 needs no Modelines anymore. So it should work if you just add the Mode "1280x1024" to the "Screen"-Section". Of course you have to make sure, that your monitor is described right. Here's an example:
    Section "Monitor"
    Identifier "AOC Spectrum 7GLR"
    HorizSync 30-96
    VertRefresh 60-100
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "Geforce4 Ti 4200"
    Monitor "AOC Spectrum 7GLR"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1024x768" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1024x768" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "640x480"
    EndSubSection
    EndSection

  8. #8
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    Try changing DefaultDepth 24 to 16

  9. #9
    Junior Member registered user
    Join Date
    Jan 2005
    Posts
    22
    haha, this will be fun....trying to figure out all the specs of my monitor.... I bought this thing refurbed, doesnt have any tags on it, I know its an HP monitor, but.... is there any program that will tell me the refresh rates? or am i gonna have to do some research?

  10. #10
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    If you get it working with the liveCD, you can just copy it over to hd:
    boot liveCD with the cheatcodes that work
    open a console
    sudo su
    mount /mnt/hd?? (your linux install partition being ??)
    mount -t ext3 -o remount,rw /dev/hd?? /mnt/hd?? (if already mounted of you need to specify filesystem, choose to needed options)
    mv /mnt/hd??/etc/X11/XF86Config-4 /mnt/hd??/etc/X11/XF86Config-4_OLD1
    cp /etc/X11/XF86Config-4 /mnt/hd??/etc/X11/XF86Config-4
    ctrl-d
    reboot to hd install

Page 1 of 2 12 LastLast

Similar Threads

  1. How to get higher Screen resolutions!
    By clarjon1 in forum Tips and Tricks
    Replies: 18
    Last Post: 07-30-2005, 12:31 AM
  2. Force a higher refresh rate?
    By dalmiroy2k in forum General Support
    Replies: 2
    Last Post: 02-18-2005, 11:01 PM
  3. Higher screen resolution?
    By nikkkko in forum General Support
    Replies: 3
    Last Post: 07-02-2004, 11:59 AM
  4. Force a higher refresh rate?
    By dalmiroy2k in forum Hardware & Booting
    Replies: 3
    Last Post: 06-18-2004, 05:00 PM
  5. Resolution higher than 1024x768 after hdd install
    By gitarzysta in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 05-31-2004, 10:18 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP picture

Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP

$419.99



Cisco 10-2456-03 Genuine Cisco SFP-10G-LRM V03 10GBASE-LRM SFP+Transceiver picture

Cisco 10-2456-03 Genuine Cisco SFP-10G-LRM V03 10GBASE-LRM SFP+Transceiver

$21.24



Lot of 10pcs Brocade 57-1000012-01 8Gbps SWL 850nm SFP+ Optical Transceivers picture

Lot of 10pcs Brocade 57-1000012-01 8Gbps SWL 850nm SFP+ Optical Transceivers

$19.00



Cisco GLC-FE-100FX-RGD 100BASE-FX SFP Transceiver Module picture

Cisco GLC-FE-100FX-RGD 100BASE-FX SFP Transceiver Module

$17.99



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



SFP-10G-SR Original Cisco 10GBASE-SR SFP+ V02 Multi mode Transceiver 10-2415-02 picture

SFP-10G-SR Original Cisco 10GBASE-SR SFP+ V02 Multi mode Transceiver 10-2415-02

$5.00



Brand New Cisco GLC-LH-SMD 1000BASE-LX/LH SFP Module 1310nm 10km SMF LC picture

Brand New Cisco GLC-LH-SMD 1000BASE-LX/LH SFP Module 1310nm 10km SMF LC

$13.89



Genuine Cisco ‎SFP-10G-SR Transceiver Module (10-2415-03) picture

Genuine Cisco ‎SFP-10G-SR Transceiver Module (10-2415-03)

$5.85



New Cisco w/ Hologram SFP-10/25G-CSR-S 10/25GBASE-CSR SFP28 Transceiver Module picture

New Cisco w/ Hologram SFP-10/25G-CSR-S 10/25GBASE-CSR SFP28 Transceiver Module

$69.99



New HP HPE Aruba J9150D 10G SFP+ LC SR 850nm 300m MMF XCVR Transceiver Module picture

New HP HPE Aruba J9150D 10G SFP+ LC SR 850nm 300m MMF XCVR Transceiver Module

$49.99