Find the answer to your Linux question:
Results 1 to 9 of 9
My new Dell 22"monitor E228WFP has 1080x1050(wsxga+) resolution =OK. But when using Linux 10.1 max resolution is 1600x1024. File xorg.conf section "modes" has not 1680x1050. I can't edit this file. ...
  1. #1
    Just Joined!
    Join Date
    Feb 2008
    Posts
    5

    Dell monitor

    My new Dell 22"monitor E228WFP has 1080x1050(wsxga+) resolution =OK. But when using Linux 10.1 max resolution is 1600x1024.
    File xorg.conf section "modes" has not 1680x1050. I can't edit this file.
    Greatings
    Paulus

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Welcome to the forums, Paulus!

    You must have root permissions to edit any file outside of your /home directory. You can get that and edit the file by going to the command line and issuing the following commands:

    Code:
    su
    
    nano /etc/X11/xorg.conf
    Edit, save, and restart X.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Feb 2008
    Posts
    5
    Thank you Mr Ozar for your quick answer. Before edit the file I want to make a copy of the original, but I am not familiar with Linux commands. Where can i get a list.
    Thanks
    Paulus

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    This should do it:

    Code:
    su
    
    cp /etc/X11/xorg.conf /etc/X11/xorg.confOLD
    cp is the copy command.

    You can look here for more command line info:

    LinuxCommand.org: Learn the Linux command line. Write shell scripts.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Just Joined!
    Join Date
    Feb 2008
    Posts
    5
    Hello Mr Ozar, here I am again. After editing something went wrong. Only a small window appeard on the screen. Thanks to the copy i made, the old settings are putted back. The file xorg.conf is copied as an attachment. Can you read it an suggest a change?
    Thank you
    Paulus

    see new attachment
    Attached Files Attached Files

  6. #6
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    You might have to install the official nVidia drivers to obtain that resolution.

    I'm not running suse and haven't for several years, but you might be able to install them using YAST. Either way, have a look at this article for some help getting them installed and running:

    NVIDIA - openSUSE
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  7. #7
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    I think you must also alter the modeline section. this is tricky here is an online tool that may work.

    The XFree86 Modeline Generator

    You will need to get the info to enter from your monitor manual or the manufactures site.

    Let us know how it goes.

  8. #8
    Just Joined!
    Join Date
    Feb 2008
    Posts
    5
    Hello Mr Gogalthorp, there is a change using Xfree86 modeline generator , but not sufficency. Now I have a window smaller than the screen (1600x1024) . In this window a larger screen (1680x1050). With the cursor you can drag the larger screen to see behind the borders.
    Greatings
    Paulus

  9. #9
    Just Joined!
    Join Date
    Feb 2008
    Posts
    5
    Hello, problem solved. I was using a DVI monitorcable. Now I unpluged the DVI and used the analog cable.
    greetings
    Paulus

Posting Permissions

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