You are not logged in.
I am having trouble getting the right screen resolution for xorg with hwd...
I used...
pacman -Sy xorg hwd
hwd -xa
My monitor and video card are optimally at 1280x1024 but when I use hwd, the maximum screen resolution seems to be set at 1024x768. Any ideas on how to get 1280x1024 without xorgconf?
Offline
I had to manually put in the reso;ution in xorg.conf to get my display to 1280 x1024 which isnt to hard really
Offline
Okay. What do I need to change in /etc/X11/xorg.conf?
Offline
a text editor
DaDeXTeR (Martin Lefebvre)
My screenshots on PicasaWeb
[img]http://imagegen.last.fm/dadexter/recenttracks/dadexter.gif[/img]
Offline
In the Display SUBSECTION(s) for the Screen SECTION in xorg.conf you must put something like this :
Modes "1280x1024" "1024x768" "800x600" "640x480"
The first mode listed is the mode that is used by default.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Thanks! I got it!
Offline