Find the answer to your Linux question:
Results 1 to 7 of 7
hi all, i am using suse linux 10 enterprise edition server... recently it was not booting with graphical user interface for this i have changed the run level 3 to ...
  1. #1
    rao
    rao is offline
    Just Joined!
    Join Date
    Dec 2006
    Posts
    14

    graphical user interface

    hi all,
    i am using suse linux 10 enterprise edition server... recently it was not booting with graphical user interface for this i have changed the run level 3 to 5 in /etc/inittab file then after it is booting with graphical interface but the screen size is very big.. help me in setting the size/resolution.

    bye
    rao

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    boot up in command line mode and execute 'sax2'. adjust display settings and resolution. type 'startx' to check GUI.








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

  3. #3
    rao
    rao is offline
    Just Joined!
    Join Date
    Dec 2006
    Posts
    14

    graphical user interface

    hi all,

    after executing 'sax2' command then adjusting display settings
    (16-bit colours and 800x600 resolution.) then after executed 'startx' to check GUI.

    After doing all above process then also window size is very big

    plz help me in setting of display and resolution.

    bye
    Rao

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    which graphics card do you have?
    try to set 24-bit colors and 1024x768 resolution through 'sax2'.
    in case, sax2 doesn't fix your problem, log in as 'root' in GUI and open /etc/X11/xorg.conf file in any editor ( gedit, kate etc )
    in section 'Screen' set default depth to 24 and add SubSection Display.
    Code:
    DefaultDepth	24
    
    SubSection "Display"
    		Depth		24
    		Modes		"1024x768" "800x600" "640x480"
    EndSubSection
    press Ctrl+Alt+BackSpace to restart X server.

    in case, even this couldn't fix your problem, post the Monitor and Screen section here.






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

  5. #5
    rao
    rao is offline
    Just Joined!
    Join Date
    Dec 2006
    Posts
    14

    graphical user interface

    hi all,

    i set 24-bit colors and 1024X768 resolution through 'sax2' to fix the problem. but the problem was not fixed. i could not find file xorg.conf under /etc/X11 directory. i found XF86Config file under same directory which contains
    DefaultDepth 24 and there are 5 subsections "display" sections with diferrent Depths and modes. thatswhy i did not modify this file.

    Another thing that i am using SuSe linux Enterprise edition 9.

    plz help me to set my resolution.

    bye
    Rao

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    post the display subsections listed in 'XF86Config' file.






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

  7. #7
    rao
    rao is offline
    Just Joined!
    Join Date
    Dec 2006
    Posts
    14

    graphical user interface

    hi all,
    now my system working fine...
    i have changed the graphic card and monitor after that set the display settings.

    bye
    rao

Posting Permissions

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