Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17
Hi All, I am a total newbie to linux, I have just installed elive (debian with enlightenment wm) on an old toshiba satellite 2210 laptop. It works great the only ...
  1. #1
    Just Joined!
    Join Date
    Jan 2007
    Location
    Tokyo
    Posts
    7

    Can't Change Screen Resolution

    Hi All,
    I am a total newbie to linux, I have just installed elive (debian with enlightenment wm) on an old toshiba satellite 2210 laptop. It works great the only problem is that I can't change the screen resolution to the required 1024x768. In the display settings dialogue only 800x600 and 640x480 are available although in the XF86Config file the 1024x768 choice is listed.

    Would it help if I posted my XF86Config file?

    Thanks very much,
    maikunari

  2. #2
    Just Joined!
    Join Date
    Sep 2006
    Posts
    15
    i think u should take a look on /etc/X11/XF86Config-4 file look at section screen is 1024x768 is mentioned in modes

  3. #3
    Just Joined!
    Join Date
    Jan 2007
    Location
    Tokyo
    Posts
    7
    Thanks islampharm,

    I don't seem to have a /etc/X11/XF86Config-4 file, I did however find a file called Xorg.conf.elive which seems very similar to XF86Config, it also has the proper screen resolution listed.

    I found through the epanel another screen resolution dialogue which allows me to choose the size I want but then it says I must "totally restart graphical system" for changes to take effect. Do you have any idea how I would do this?

    Thanks again,
    maikunari

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    hi maikunari !

    press Alt+Ctrl+BackSpace to restart X server.





    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Sep 2006
    Posts
    15
    hi maikunari,
    did u try reboot also.i think rebooting will restart X server.and i think u have Xorg not XFree86.u can search aptitude for XFree86 installed or not.

  6. #6
    Just Joined!
    Join Date
    Jan 2007
    Location
    Tokyo
    Posts
    7
    Hi Casper, I tried Alt+Ctrl+BackSpace and it did indeed restart X but it the resolution didn't change
    islampharm, you are right I do have Xorg installed and not XFree86. It says in Synaptic that "X.org supersedes all XFree86 X servers", would installing XFree86 be a good idea?

    The resolution would reset, however, to 640x480 when I chose it and restarted the X server.

    Thanks again all,
    maikunari

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    would installing XFree86 be a good idea?
    No. dont do that. it will kill you GUI.

    which graphics card do you have?
    execute this
    Code:
    less /etc/X11/xorg.conf
    post Section Device "video driver" and Section Screen here.





    Casper
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Jan 2007
    Location
    Tokyo
    Posts
    7
    Thanks for your help Casper, heres what I got:


    Section "Device"
    Identifier "Trident Microsystems Cyber 9525"
    Driver "trident"
    BusID "PCI:1:0:0"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    HorizSync 28-51
    VertRefresh 43-60
    EndSection


    Section "Screen"
    Identifier "Default Screen"
    Device "Trident Microsystems Cyber 9525"
    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

  9. #9
    Just Joined!
    Join Date
    Sep 2006
    Posts
    15
    i think casper is right installing XFree will make a horrible damage and i read many times that Xorg is better than XFree.so i agree with Casper can u send ur Xorg.conf.

  10. #10
    Just Joined!
    Join Date
    Sep 2006
    Posts
    15
    this is my XF86Config-4 Display section

    Section "Screen"
    Identifier "Default Screen"
    Device "Generic Video CardIntel Corp. 82852/855GM Integrated Graphics Device (rev 02)"
    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

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection

    Section "DRI"
    Mode 0666
    EndSection

    mmmmm the resolutions are present .i don't know try reconfigure Xorg i use XFree so the configure command is xf86config i don't know xorgconfig maybe

Page 1 of 2 1 2 LastLast

Posting Permissions

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