Results 1 to 10 of 18
Hi all,
Is there any way to change the screen resolution to something other than 1024x600, 800x600 or 640x480?? I have tried to do so both through "system preferences" and ...
- 06-13-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 14
screen resolution in Fedora 13
Hi all,
Is there any way to change the screen resolution to something other than 1024x600, 800x600 or 640x480?? I have tried to do so both through "system preferences" and through xrandr. In system preferences, I only have the three options mentioned above. When I try through xrandr -s to change it to something like 1024x768, it yeilds:.Code:Size 1024x786 not found in available modes
This is slightly infuriating for me, as some of the applications such as Evolution require a screen resolution height greater than 600. Help?
-Ashta
- 06-13-2010 #2
Might be worth installing the correct video driver, assuming you haven't done so yet.
Glenn
Powered by Fedora 16 and Arch Linux
- 06-13-2010 #3
Which Graphics Card do you have?
Post output here.Code:lspci | grep -i vga
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-14-2010 #4Just Joined!
- Join Date
- Jun 2010
- Posts
- 14
Code:00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
- 06-14-2010 #5
Open /etc/X11/xorg.conf file or create new if there isn't any and edit it.
Save file and reboot machine. You must have root privileges to edit/create xorg.conf file.Code:Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "Monitor" Identifier "Monitor0" HorizSync 30.0 - 71.0 VertRefresh 50.0 - 160.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "i810" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSection
In case it doesn't work, replace Driver "i810" with "vesa" in Video Card section.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-14-2010 #6
Linux can be a strange animal. Works perfectly here, on my laptop, with no human intervention.
With no xorg.conf[glenn@leonardo ~>$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
This stuff can make one tear one's hair out.Code:[glenn@leonardo ~>$ ls /etc/X11/ -al total 44 drwxr-xr-x. 6 root root 4096 May 27 18:28 . drwxr-xr-x. 117 root root 12288 Jun 14 17:44 .. drwxr-xr-x. 2 root root 4096 Oct 1 2009 applnk drwxr-xr-x. 2 root root 4096 May 27 18:20 fontpath.d -rwxr-xr-x. 1 root root 1361 May 5 12:28 prefdm drwxr-xr-x. 5 root root 4096 May 31 18:13 xinit -rw-r--r--. 1 root root 547 Mar 24 13:31 Xmodmap drwxr-xr-x. 2 root root 4096 May 27 18:42 xorg.conf.d -rw-r--r--. 1 root root 493 Mar 24 13:31 Xresources
Glenn
Powered by Fedora 16 and Arch Linux
- 06-15-2010 #7
Display unit create problem for X Server most of the time. Most of my machines don't have xorg.conf file and display works fine in all. I had to create xorg.conf file manually in a few because X Server couldn't configure Monitors correctly ( supported Refresh rates and modes).
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-15-2010 #8Just Joined!
- Join Date
- Jun 2010
- Posts
- 14
- 06-15-2010 #9
Remove Driver line from Video card section and let X Server detect correct driver.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-15-2010 #10Just Joined!
- Join Date
- Jun 2010
- Posts
- 14




