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 ...
- 03-21-2010 #1Just 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?
- 03-21-2010 #2
Execute this in Terminal :
Post the output here.Code:sudo lspci | grep -i vga
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
- 03-21-2010 #3Just 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)
- 03-21-2010 #4
Press Alt+F2 and type this
It will open xorg.conf file in Gedit with root privileges.Code:gksu gedit /etc/X11/xorg.conf
Delete all contents, if any and copy contents given below. Save file and reboot machine.
** Check your machine's manual for supported Refresh Rates ( HorizSync and VertRefresh ) and Resolutions (Modes). Edit xorg.conf file accordingly.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 EndSectionIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-21-2010 #5Just 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?
- 03-21-2010 #6
In the ALT + F2 window, enter the command
gksu gedit
Enter your password
Open /etc/X11/xorg.confIf 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.
- 03-22-2010 #7Just 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
- 03-23-2010 #8
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


Reply With Quote