Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-15-2007, 10:59 AM
|
#1
|
LQ Newbie
Registered: Aug 2006
Posts: 9
Rep:
|
I can't change my screen resolution
Hi first off all i apologize because my english is not very good
Im new using ubuntu, last week i install ubuntu 6.10 and the only resolution i can use is 640x400 i have an ati radeon all in wonder 7500 wich i can't use, when i tried to install ubuntu whit that card the installation fails anyway my motherboard have integrated video in this very moment i dont have the name of the card but it's a intel and the correct driver for this one is i810, i have an hp mx70 monitor i all ready change the xorg configuration whit the right parameters of my monitor and i still can't use any other resolution in the xorg configuration archive appear another 3 resolutions but when i try to change the resolution the list box only displays one, please help me i really want to use ubuntu as my primary os.
Last edited by adrock; 01-17-2007 at 10:03 AM.
|
|
|
01-15-2007, 03:07 PM
|
#2
|
Member
Registered: Jan 2006
Location: Frankfurt, Germany
Distribution: Fedora Core 6, Kubuntu 7.04
Posts: 60
Rep:
|
Maybe should post your xorg.conf file... I don't say there has to be a problem in it, but there could be - just to make sure.
|
|
|
01-16-2007, 12:04 AM
|
#3
|
LQ Newbie
Registered: Aug 2006
Posts: 9
Original Poster
Rep:
|
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/usr/share/fonts/X11/misc"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "latam"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Driver "i810"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "MX70"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-120
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
Monitor "MX70"
DefaultDepth 16
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"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
This one have all the default values except for HorizSync VertRefresh those where different but i change it for the values of my monitor.
Thanks
|
|
|
01-16-2007, 01:58 AM
|
#4
|
Senior Member
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355
Rep:
|
http://www.linuxquestions.org/questi...d.php?t=495248
I couldn't tell by your above post if you got the problem fixed or not, but if not..
Follow Redeye's posts in that thread above, it worked perfectly for me...
IGF
|
|
|
01-16-2007, 09:05 AM
|
#5
|
Member
Registered: May 2003
Location: Mexico
Distribution: FC 4
Posts: 36
Rep:
|
Hi!
I had the same problem the last year, with a brand new mobo & CPU, INTEL, of course.
This is my section MONITOR:
Section "Monitor"
### Comment all HorizSync and VertSync values to use DDC:
Identifier "SONY CPD-E40"
DisplaySize 370 270
HorizSync 30.0 - 96.0
VertRefresh 48.0 - 120.0
Option "DPMS"
EndSection.
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "SONY CPD-E40"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1600x1200" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
Look:
Try FIRST, to change the value of your Default Depth and reboot the machine.
If nothing happens, go on, and use your intuition, better yet, try the values matching your monitor's specs.
Don't know if it's important, but I should say that my monitor (dinosaur class/model) was made november/2000, and I am able to use resolutions that exceeds my preferences.
Finally, I have been always installing linux with chips NVIDIA, don't have experience with ATI and the drivers for each one is another point.
I can't guaranteed success, be careful, otherwise, you may loose your monitor.
|
|
|
01-17-2007, 09:58 AM
|
#6
|
LQ Newbie
Registered: Aug 2006
Posts: 9
Original Poster
Rep:
|
I all ready try both solutions and did not work what can i do next???
|
|
|
01-17-2007, 02:08 PM
|
#7
|
Member
Registered: May 2003
Location: Mexico
Distribution: FC 4
Posts: 36
Rep:
|
ok
Four questions:
1.- Do we assume that you have my values in your system now?
2.-Do you have high resolutions running windows? which ones?
3.-Where did you get the drivers for your integrated video card?
4.-Do you have configured/optimized your repos to update your system ?
|
|
|
01-18-2007, 09:26 PM
|
#8
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Rep:
|
Run this code using sudo
Code:
sudo dpkg-reconfigure xserver-xorg
Screen resolution problem solved.
Your welcome!
|
|
|
01-19-2007, 08:03 AM
|
#9
|
Senior Member
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355
Rep:
|
Quote:
Originally Posted by Micro420
Run this code using sudo
Code:
sudo dpkg-reconfigure xserver-xorg
Screen resolution problem solved.
Your welcome!
|
I already suggested that, he said it didn't work.(How I don't know)
IGF
|
|
|
01-20-2007, 02:31 PM
|
#10
|
Senior Member
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986
Rep:
|
Quote:
Originally Posted by IndyGunFreak
I already suggested that, he said it didn't work.(How I don't know)
IGF
|
He's probably choosing the wrong options in the xserver reconfigure. I even set my video card to VESA and run 1680x1050 (WXGA+) with no problems.
|
|
|
All times are GMT -5. The time now is 12:54 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|