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
  •  


DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$284.00



Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD picture

Dell PowerEdge R620 Server 2x E5-2660 v1 2.2GHz 16 Cores 256GB RAM 2x 300GB HDD

$89.99



Dell R630 Server 2x E5-2620 V4 2.1GHz =16 Cores 128GB DDR4 1x 960GB 2x 1G 2x 10G picture

Dell R630 Server 2x E5-2620 V4 2.1GHz =16 Cores 128GB DDR4 1x 960GB 2x 1G 2x 10G

$210.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x900Gb SAS, Proxmox

$340.00



Dell PowerEdge R620 Server - 128GB RAM, 2x8c CPU, 128Gb SSD/3x900Gb SAS, Proxmox picture

Dell PowerEdge R620 Server - 128GB RAM, 2x8c CPU, 128Gb SSD/3x900Gb SAS, Proxmox

$260.00



Dell Poweredge R720 8x 2.5

Dell Poweredge R720 8x 2.5" Bay Xeon E5-2650 2.8GHz 8 Cores / 64gb No HDD

$114.97



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 64GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 64GB H730 4xRJ45

$314.00



DELL PowerEdge R630 8SFF Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R630 8SFF Server 2x E5-2680v4 2.4GHz =28 Cores 32GB H730 4xRJ45

$264.00