Find the answer to your Linux question:
Results 1 to 8 of 8
Hi there, I installed Kubuntu 9.10 on an Acer Aspire One 160 GB HDD and 11" screen but the definition I have is not ideal for my screen (whose size ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    35

    Problem with display

    Hi there,

    I installed Kubuntu 9.10 on an Acer Aspire One 160 GB HDD and 11" screen but the definition I have is not ideal for my screen (whose size is not even recognised by the system). If I go to setting>display it gives me only one option, the current one

    Am I missing a driver?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this in Terminal :
    Code:
    sudo lspci | grep -i vga
    Post the output here.

    Post the contents of /etc/X11/xorg.conf file here, if any.
    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
    Mar 2009
    Posts
    35
    thank you
    here you have

    abelito@Ernestino:~$ sudo lspci | grep -i vga
    00:02.0 VGA compatible controller: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller (rev 07)

    or if just sudo lspci

    00:00.0 Host bridge: Intel Corporation System Controller Hub (SCH Poulsbo) (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation System Controller Hub (SCH Poulsbo) Graphics Controller (rev 07)
    00:1b.0 Audio device: Intel Corporation System Controller Hub (SCH Poulsbo) HD Audio Controller (rev 07)
    00:1c.0 PCI bridge: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 1 (rev 07)
    00:1c.1 PCI bridge: Intel Corporation System Controller Hub (SCH Poulsbo) PCI Express Port 2 (rev 07)
    00:1d.0 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #1 (rev 07)
    00:1d.1 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #2 (rev 07)
    00:1d.2 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB UHCI #3 (rev 07)
    00:1d.7 USB Controller: Intel Corporation System Controller Hub (SCH Poulsbo) USB EHCI #1 (rev 07)
    00:1f.0 ISA bridge: Intel Corporation System Controller Hub (SCH Poulsbo) LPC Bridge (rev 07)
    00:1f.1 IDE interface: Intel Corporation System Controller Hub (SCH Poulsbo) IDE Controller (rev 07)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
    03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Press Alt+F2 and type this
    Code:
    gksu gedit /etc/X11/xorg.conf
    It will open xorg.conf file in Gedit with root privileges.

    Delete all contents, if any and copy contents given below. Save file and reboot machine.

    Code:
    Section "Device"
           Identifier "Configured Video Device"
           Option "RenderAccel" "true"
    EndSection
    
    Section "Monitor"
             Identifier "Configured Monitor"
             HorizSync 31.5 - 50.0
             VertRefresh 40-90
             Option "UseEdidFreqs" "1"
             Option "ReducedBlanking"
    EndSection
    
    Section "Screen"
            Identifier "Default Screen"
            Monitor "Configured Monitor"
            Device "Configured Video Device"
            DefaultDepth 24
            Subsection "Display"
                 Depth 24
                 Modes "1280x1024" "1024x768" "800x600" "640x480"
            EndSubsection
    EndSection
    ** Check your machine's manual for supported Refresh Rates ( HorizSync and VertRefresh ) and Resolutions (Modes). Edit xorg.conf file accordingly.
    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
    Mar 2009
    Posts
    35
    Thanks
    that's unexpected, I have typed the command in the alt-F2 window and in the terminal....
    and the system refuses to open it (it demands the password and then fails to start it)....

    I have restarted the computer but nothing...

    I am lost, anything I can do?

  6. #6
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    In the ALT + F2 window, enter the command

    gksu gedit

    Enter your password

    Open /etc/X11/xorg.conf
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  7. #7
    Just Joined!
    Join Date
    Mar 2009
    Posts
    35
    The problem was that gedit was not included in the install I made...as far as I knew it was in by default...once I found out I just had to install it and it worked, now I just have to find the ideal resolution. Thanks

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You can try any text editor like nano, pico or vi.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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