Find the answer to your Linux question:
Results 1 to 6 of 6
Hei I have some problems with the resolution, I can not get it higher than 800x600, even when I have put it in the file /etc/X11/1org.conf: Section "Screen" Identifier "Default ...
  1. #1
    Just Joined!
    Join Date
    Oct 2006
    Posts
    3

    resolution

    Hei

    I have some problems with the resolution, I can not get it higher than 800x600, even when I have put it in the file /etc/X11/1org.conf:

    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies, Inc. 3D Rage II+ 215GTB [Mach64 GTB]" Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    But when I want set set size to 1024x768 I get the message :
    debian:~# xrandr --size 1024x768
    Size 1024x768 not found in available modes

    And it is not available:

    debian:~# xrandr
    SZ: Pixels Physical Refresh
    *0 800 x 600 ( 212mm x 159mm ) *72 60 56
    1 640 x 480 ( 212mm x 159mm ) 60
    2 640 x 384 ( 212mm x 159mm ) 60
    3 576 x 384 ( 212mm x 159mm ) 55
    4 512 x 384 ( 212mm x 159mm ) 60
    5 400 x 300 ( 212mm x 159mm ) 72 60 56
    6 320 x 240 ( 212mm x 159mm ) 60
    Current rotation - normal
    Current reflection - none
    Rotations possible - normal
    Reflections possible - none


    I don't know what to do. I even went reconfigured the xserver-xorg.

    Joha

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Which version of Debian is that ? Which ATI card model ?
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

  3. #3
    Just Joined!
    Join Date
    Oct 2006
    Posts
    3
    Hi

    It's sid unstable, Rage II+ 215GTB [Mach64 GTB]

    Thanks for responding.

    Joha

  4. #4
    Just Joined!
    Join Date
    Sep 2006
    Posts
    23
    I did it by adding 1024*768 for the depth 24 bit in /etc/X11/XF86Config-4 file.

    Naseem

  5. #5
    Just Joined!
    Join Date
    Oct 2006
    Posts
    3
    Hi,

    Thanks for the advice, but it didn't work.

    Joha

  6. #6
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    Quote Originally Posted by joha
    It's sid unstable
    First, if you use are using Debian Unstable, you better have a fairly good (if not excelllent) knowledge of Debian, because you will encouter problems from time to time.

    That being said, did you check X log ?
    Code:
    cat /var/log/Xorg.0.log | grep EE
    or
    Code:
    cat /var/log/Xorg.0.log | tail
    or even
    Code:
    cat /var/log/Xorg.0.log | grep 1024
    and
    Code:
    cat /var/log/Xorg.0.log | grep -i resolution
    etc.
    "To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

    -Bruce Lee

Posting Permissions

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