|
|||||||
| BackTrack 4 Bugs and Fixes Post bugs here. Even better, post FIXES here ! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
When I boot up to backtrack on a macbook and then run startx, the font size is so large that if you bring up the context menu on the desktop, you can't use anything. It covers the whole screen.
|
|
|||
|
same problem here. interestingly, if i run the bt4 pre final from within vmware, the font is fine. i cannot seem to find a way to specify the screen font size when starting x. also, the configurator for x allows so many particulars to be set but they are hardware related. the optional arguments for startx also do not allow to specify a font size.
|
|
|||
|
I tried the
Code:
# startx -- -dpi 96 Code:
cd /etc/X11 cp xorg.conf xorgbackup.conf cp xorg.conf.BeforeVMwareToolsInstall xorg.conf ![]() I will carry on playing with the xorg.conf file until someone finds a better way. Oh, and Hi, just joined your forums. |
|
|||
|
It's not perfect, but better...
Make your xorg.conf look like this: Code:
Section "Device" Identifier "Configured Video Device" EndSection Section "Monitor" Identifier "Configured Monitor" HorizSync 30.0 - 70.0 VertRefresh 50.0 - 75.0 EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1440x900" EndSubSection |
![]() |
| Bookmarks |
| Tags |
| font size |
| Thread Tools | |
| Display Modes | |
|
|