LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Screen Resolution too small + no option to change it (https://www.linuxquestions.org/questions/linux-newbie-8/screen-resolution-too-small-no-option-to-change-it-659865/)

gNguyen 08-01-2008 09:53 PM

Screen Resolution too small + no option to change it
 
I've installed Slackware on an old laptop and the screen resolution is 640x480 and I wish to make it 1024x768. I tried doing xrandr but the only option that comes up is 640x480.

jax8 08-01-2008 10:09 PM

You can change the /etc/X11/xorg.conf file to be 1024x768

You will have to restart x for the settings to work though

MafiaTux 08-02-2008 12:18 AM

Try reconfiguring x

jestinjoy 08-02-2008 07:18 AM

configure your monitor.in system settings to 1024*768

gNguyen 08-02-2008 09:41 AM

How exactly do you do that? What part of the xorg.conf file do i change?

wraithe 08-02-2008 10:12 AM

Will it support the higher resolution...
What was the max resolution when it was running windows...
the first post stated the solution, but beware of the limits of the monitor...

gNguyen 08-02-2008 11:13 AM

On Windows it was at 1024x768. In the xorg.conf file it has "1024x768" "800x600" "640x480" in that order. But I can't choose 1024x768. What part of the xorg.conf file do I have to edit? :confused:

makuyl 08-02-2008 12:33 PM

First make sure you can edit xorg.conf from a terminal if you bork x.
Then change the modeline: "1024x768" "800x600" "640x480"
to: "1024x768" # "800x600" "640x480"
to force the mode you want.
I take it you already are using the correct driver for you video card. If not sure post the output of "lspci |grep VGA" and your xorg.conf.

gNguyen 08-02-2008 02:03 PM

I changed the "1024x768" "800x600" "640x480" 's to "1024x768" # "800x600" "640x480" 's but it still doesn't work. I also did the command and it said:
Code:

00:02.0 VGA compatible controller: Intel Corporation 82815 Chipset Graphics Controller (CGC) (rev 11)

brianL 08-02-2008 03:55 PM

Have you tried running xorgsetup, as root?

gNguyen 08-02-2008 04:30 PM

I tried the setup and the res. changed to 800x600. I still can't get the res. to 1024x768. :( The xorg.conf file has totally changed. Theres no more 1024x768, 800x600, or 640x480. :confused: Also there is a new problem... the mouse is off sync. :mad:

brianL 08-02-2008 05:11 PM

Mmm, so my advice has made things worse. Sorry about that. When you run xorgsetup, it usually backs up your old xorg.conf, try reverting to that.

gNguyen 08-02-2008 06:46 PM

I reversed the changes... Now what do I do?

makuyl 08-03-2008 02:22 AM

Post your xorg.conf and check with lsmod if the i810 driver is loaded.

rahilmaknojia 08-03-2008 02:25 AM

Quote:

Originally Posted by gNguyen (Post 3234605)
I tried the setup and the res. changed to 800x600. I still can't get the res. to 1024x768. :( The xorg.conf file has totally changed. Theres no more 1024x768, 800x600, or 640x480. :confused: Also there is a new problem... the mouse is off sync. :mad:

run then command if ur mouse is not working

"service gpm restart"


All times are GMT -5. The time now is 10:48 AM.