Find the answer to your Linux question:
Results 1 to 10 of 10
Dear friends, I am new user of Linux, i have just installed Suse 10 on my dell inspiron 6400 laptop. everything is going very fine, but i couldn't manage to ...
  1. #1
    Just Joined!
    Join Date
    Aug 2008
    Posts
    23

    Screen Resolution problem on Dell laptop

    Dear friends,

    I am new user of Linux, i have just installed Suse 10 on my dell inspiron 6400 laptop. everything is going very fine, but i couldn't manage to increase the screen resolution from 800x600 to higher resolutions, i have tried Yast and tried to increase the value from there, but it doesn't work in increasing the resolution

    please tell me how to do it.

    thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Execute this in Terminal / Konsole :
    Code:
    su -
    lspci | grep -i vga
    grep -i driver /etc/X11/xorg.conf
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Aug 2008
    Posts
    23
    Dear friend, following is the output of the code you have told me
    ============================
    linux:~ # su -
    linux:~ # lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 03)
    linux:~ # grep -i driver /etc/X11/xorg.conf
    Driver "kbd"
    Driver "synaptics"
    Driver "mouse"
    Driver "fbdev"

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Log in as root user and open /etc/X11/xorg.conf in any Text Editor. Replace Driver "fbdev" with "intel". Save file and reboot machine. In case it doesn't work, try Driver "vesa".
    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
    Aug 2008
    Posts
    23
    dear friend, i have changed the fbdev with intel, but what happened that next time i logged on the GUI doesn't start and it gives the message that "intel" is not recognized.
    Now what is the method to recover the old value in the file by editing it without going in the GUI. because i am not familiar with the command prompt of linux. i tried to open the file by using the dos commands i remembered, but it didn't work. please guide me. and tell me that after recovering what should i do next to solve the issue. because i really love to use linux.

  6. #6
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    I think that joe is installed by default. Joe is a nice simple text editor.

    So log on as root

    type

    joe /etc/X11/xorg.conf

    Try the vesa driver it is THE generic driver.

    Note it is always good to make a backup when modifying config files.

    You can move to the directory by

    cd /etc/X11

    Just like DOS

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Edit xorg.conf file as suggested by gogalthorp and replace intel with vesa. In case it doesn't work, post the Device VideoCard section of xrog.conf file here.
    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
    Aug 2008
    Posts
    23
    Thanks dear friends, your suggestions have worked and "vesa" is configured, the resolution has also increased now. thanks for that.

    but a new thing i have discovered that from YAST when i try to open "Graphic card and Monitor" icon, it doesn't open, it gives response on click but doesn't open any configuration window after that. before recent changes it was working.

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the contents of /etc/X11/xorg.conf file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Just Joined!
    Join Date
    Aug 2008
    Posts
    23
    Dear friend, below is the content of xorg.conf file
    ---------------------------------

    # /.../
    # SaX generated X11 config file
    # Created on: 2008-08-08T00:31:50-0500.
    #
    # Version: 7.1
    # Contact: Marcus Schaefer <sax@suse.de>, 2002
    #
    # Automatically generated by [ISaX] (7.1)
    # PLEASE DO NOT EDIT THIS FILE!
    #
    Section "Files"
    FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/local"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath "/usr/X11R6/lib/X11/fonts/URW"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath "/usr/X11R6/lib/X11/fonts/PEX"
    FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath "/usr/X11R6/lib/X11/fonts/latin2/misc:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/latin2/Type1"
    FontPath "/usr/X11R6/lib/X11/fonts/latin7/75dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/baekmuk:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/japanese:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/kwintv"
    FontPath "/usr/X11R6/lib/X11/fonts/truetype"
    FontPath "/usr/X11R6/lib/X11/fonts/uni:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/CID"
    FontPath "/usr/X11R6/lib/X11/fonts/ucs/misc:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/ucs/75dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/ucs/100dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/hellas/misc:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/hellas/75dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/hellas/100dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/hellas/Type1"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/sgi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/xtest"
    FontPath "/opt/kde3/share/fonts"
    InputDevices "/dev/ttyS0"
    InputDevices "/dev/ttyS1"
    InputDevices "/dev/ttyS2"
    InputDevices "/dev/ttyS3"
    InputDevices "/dev/ttyS4"
    InputDevices "/dev/ttyS5"
    InputDevices "/dev/ttyS6"
    InputDevices "/dev/ttyS7"
    InputDevices "/dev/ttyS8"
    InputDevices "/dev/psaux"
    InputDevices "/dev/logibm"
    InputDevices "/dev/sunmouse"
    InputDevices "/dev/atibm"
    InputDevices "/dev/amigamouse"
    InputDevices "/dev/atarimouse"
    InputDevices "/dev/inportbm"
    InputDevices "/dev/gpmdata"
    InputDevices "/dev/mouse"
    InputDevices "/dev/usbmouse"
    InputDevices "/dev/adbmouse"
    InputDevices "/dev/input/mice"
    InputDevices "/dev/input/event0"
    InputDevices "/dev/pointer0"
    InputDevices "/dev/pointer1"
    InputDevices "/dev/pointer2"
    InputDevices "/dev/pointer3"
    EndSection

    Section "ServerFlags"
    Option "AllowMouseOpenFail"
    EndSection

    Section "Module"
    Load "dbe"
    Load "type1"
    Load "freetype"
    Load "extmod"
    Load "glx"
    Load "v4l"
    EndSection

    Section "InputDevice"
    Driver "kbd"
    Identifier "Keyboard[0]"
    Option "Protocol" "Standard"
    Option "XkbLayout" "us"
    Option "XkbModel" "pc104"
    Option "XkbRules" "xfree86"
    EndSection

    Section "InputDevice"
    Driver "synaptics"
    Identifier "Mouse[1]"
    Option "Device" "/dev/input/mice"
    Option "Emulate3Buttons" "on"
    Option "InputFashion" "Mouse"
    Option "Name" "Synaptics;Touchpad"
    Option "Protocol" "explorerps/2"
    Option "SHMConfig" "on"
    Option "Vendor" "Sysp"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "InputDevice"
    Driver "mouse"
    Identifier "Mouse[3]"
    Option "Buttons" "5"
    Option "Device" "/dev/input/mice"
    Option "Name" "ImPS/2 Generic Wheel Mouse"
    Option "Protocol" "explorerps/2"
    Option "Vendor" "Sysp"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "Monitor"
    DisplaySize 330 210
    HorizSync 31-90
    Identifier "Monitor[0]"
    ModelName "1280X LAPTOP DISPLAY PANEL"
    VendorName "DELL"
    VertRefresh 59-75
    UseModes "Modes[0]"
    EndSection

    Section "Modes"
    Identifier "Modes[0]"
    Modeline "1280x800" 104.35 1280 1360 1496 1712 800 801 804 835
    Modeline "1280x800" 88.68 1280 1352 1488 1696 800 801 804 830
    Modeline "1280x768" 99.17 1280 1352 1488 1696 768 769 772 801
    Modeline "1280x768" 84.35 1280 1344 1480 1680 768 769 772 797
    Modeline "1024x768" 79.52 1024 1080 1192 1360 768 769 772 801
    Modeline "1024x768" 67.48 1024 1080 1184 1344 768 769 772 797
    Modeline "800x600" 47.53 800 840 920 1040 600 601 604 626
    Modeline "800x600" 40.19 800 832 912 1024 600 601 604 623
    Modeline "768x576" 43.52 768 800 880 992 576 577 580 601
    Modeline "768x576" 37.37 768 800 880 992 576 577 580 598
    Modeline "640x480" 29.84 640 664 728 816 480 481 484 501
    Modeline "640x480" 25.10 640 656 720 800 480 481 484 498
    EndSection

    Section "Screen"
    DefaultDepth 16
    SubSection "Display"
    Depth 15
    Modes "default"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "default"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "default"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "default"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "default"
    EndSubSection
    Device "Device[0]"
    Identifier "Screen[0]"
    Monitor "Monitor[0]"
    EndSection

    Section "Device"
    BoardName "Framebuffer Graphics"
    BusID "0:2:0"
    Driver "vesa"
    Identifier "Device[0]"
    Screen 0
    VendorName "VESA"
    EndSection

    Section "ServerLayout"
    Identifier "Layout[all]"
    InputDevice "Keyboard[0]" "CoreKeyboard"
    InputDevice "Mouse[1]" "CorePointer"
    InputDevice "Mouse[3]" "SendCoreEvents"
    Option "Clone" "off"
    Option "Xinerama" "off"
    Screen "Screen[0]"
    EndSection

    Section "DRI"
    Group "video"
    Mode 0660
    EndSection

    Section "Extensions"
    EndSection

Posting Permissions

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