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
  •  


ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard picture

ASRock B550M Pro SE AM4 DDR4 SATA 6Gb/s 1 PCIe 4.0 x16 Micro ATX Motherboard

$84.99



Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3  picture

Asus H81M-C Intel LGA1150 DDR3 Desktop Motherboard MicroATX Socket H3

$23.99



Asus Prime H310M-A R2.0 Intel LGA 1151 DDR4 Desktop Motherboard picture

Asus Prime H310M-A R2.0 Intel LGA 1151 DDR4 Desktop Motherboard

$54.99



Gigabyte Z370P D3 ATX Z370 LGA1151 Motherboard (Support Intel 6/7th 8th 9th) picture

Gigabyte Z370P D3 ATX Z370 LGA1151 Motherboard (Support Intel 6/7th 8th 9th)

$59.99



MSI H81I LGA1150 MINI-ITX DDR3 Desktop Motherboard With I/O Shield  picture

MSI H81I LGA1150 MINI-ITX DDR3 Desktop Motherboard With I/O Shield

$32.99



ASUS H87I-PLUS, LGA 1150, Intel Motherboard w/ IO Shield picture

ASUS H87I-PLUS, LGA 1150, Intel Motherboard w/ IO Shield

$39.00



MSI B450M PRO-VDH MAX AM4 AMD B450 USB3.2 Micro-ATX Motherboard picture

MSI B450M PRO-VDH MAX AM4 AMD B450 USB3.2 Micro-ATX Motherboard

$67.99



MSI MAG Z590 TOMAHAWK WIFI Intel LGA1200 PCIE 4.0 WiFi 6E ATX Motherboard picture

MSI MAG Z590 TOMAHAWK WIFI Intel LGA1200 PCIE 4.0 WiFi 6E ATX Motherboard

$129.99



MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard picture

MSI PRO B650-P WiFi AMD AM5 DDR5 WiFi 6E ProSeries Motherboard

$107.30



Gigabyte M-ATX motherboard with Intel Core i3 8100 CPU and 8GB DDR4 RAM picture

Gigabyte M-ATX motherboard with Intel Core i3 8100 CPU and 8GB DDR4 RAM

$84.00