For some weird reason, i cant get the screen res in linux to go higher than 800x600.
I know it can go to at least 1024x768 (the resolution i want) in mandrake. How do i force linux to change the resolution? I tried the [xrandr] command but this is wat i got:
crash@crash:~$ xrandr
SZ: Pixels Physical Refresh
*0 800 x 600 ( 271mm x 203mm ) *60 56
1 640 x 480 ( 271mm x 203mm ) 60
2 640 x 400 ( 271mm x 203mm ) 60
3 640 x 384 ( 271mm x 203mm ) 60
4 576 x 384 ( 271mm x 203mm ) 55
5 512 x 384 ( 271mm x 203mm ) 60
6 400 x 300 ( 271mm x 203mm ) 60 56
7 320 x 240 ( 271mm x 203mm ) 60
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
crash@crash:~$ xrandr -s 1024x768
usage: xrandr [options]
where options are:
-display <display> or -d <display>
-help
-o <normal,inverted,left,right,0,1,2,3>
or --orientation <normal,inverted,left,right,0,1,2,3>
-q or --query
-s <size>/<width>x<height> or --size <size>/<width>x<height>
-r <rate> or --rate <rate>
-v or --version
-x (reflect in x)
-y (reflect in y)
--screen <screen>
--verbose
I know it can go to at least 1024x768 (the resolution i want) in mandrake. How do i force linux to change the resolution? I tried the [xrandr] command but this is wat i got:
crash@crash:~$ xrandr
SZ: Pixels Physical Refresh
*0 800 x 600 ( 271mm x 203mm ) *60 56
1 640 x 480 ( 271mm x 203mm ) 60
2 640 x 400 ( 271mm x 203mm ) 60
3 640 x 384 ( 271mm x 203mm ) 60
4 576 x 384 ( 271mm x 203mm ) 55
5 512 x 384 ( 271mm x 203mm ) 60
6 400 x 300 ( 271mm x 203mm ) 60 56
7 320 x 240 ( 271mm x 203mm ) 60
Current rotation - normal
Current reflection - none
Rotations possible - normal
Reflections possible - none
crash@crash:~$ xrandr -s 1024x768
usage: xrandr [options]
where options are:
-display <display> or -d <display>
-help
-o <normal,inverted,left,right,0,1,2,3>
or --orientation <normal,inverted,left,right,0,1,2,3>
-q or --query
-s <size>/<width>x<height> or --size <size>/<width>x<height>
-r <rate> or --rate <rate>
-v or --version
-x (reflect in x)
-y (reflect in y)
--screen <screen>
--verbose
Comment